Uncategorized

CUET PYQ Download

Download CUET PYQ Computer Science | CUET Computer Science Previous Year Question paper PDF download. This paper is taken from nta.ac.in . CUET Computer Science Question Paper 2022 Dowonload pdf of CUET Computer Science Question Paper 2022

File Handling Python Notes

Files Types of Files Text File Opening Text File Access mode Image taken from NCERT text book Writing to Text File Write() method Filo = open(‘C:\san\sample.txt’,’w’) Filo.write(“welcome”) Filo.close() Output 7 Writeline() method Filo = open(‘C:\san\sample.txt’,’w’) Filo.writelines([“welcome\n”,”to python\n”,”Byee\n”]) Filo.close() Reading from text file read() Filo = open(‘C:\san\sample.txt’,’w’) Filo.writelines([“welcome\n”,”to python\n”,”Byee\n”]) Filo.close() Filo = open(‘C:\san\sample.txt’,’r’) Filo.read(5) Filo.close() Output …

File Handling Python Notes Read More »

CUET Computer Science/ Informatics Practices Syllabus 2023

Read and download CUET Syllabus for Computer Science and Informatics Practices for UG Programs 2023 suggested by NTA (National Test Agency). This CUET Syllabus for CS IP 2023 is taken from website cuet.samarth.ac.in Important Note: Section A Exception and File Handling in Python Exception Handling: syntax errors, exceptions, need of exception handling, user-defined exceptions, raising …

CUET Computer Science/ Informatics Practices Syllabus 2023 Read More »

KVS PGT Computer Science Mock Test | KVS Mock Test | Online Test Series

Attempt Free KVS PGT Computer Science Online Mock Test Series based on latest pattern, covering all syllabus and wide range of Quality MCQs. This KVS PGT Computer Science Mock Test will certainly help candidates to understand and practice different types of questions, pattern of questions and prepare well to crack exam. KVS PGT Computer Science …

KVS PGT Computer Science Mock Test | KVS Mock Test | Online Test Series Read More »

Class 12 IP Viva Questions | Important Python MySQL Viva Questions

Most Important Python Viva Questions for CBSE Informatics Practices Class 12 Practical Exams | MySQL Practical Viva Questions for class 12 IP with answers. Download PDF Python MySQL Viva Questions Python Viva Questions with Answers Q.1 Brief introduction to your project? Inventory management is all about tracking and controlling of business inventory right from manufacturing, …

Class 12 IP Viva Questions | Important Python MySQL Viva Questions Read More »

error: Content is protected !!