Uncategorized

BPSC FAQ

Get answers of all the questions regarding Teacher recruitment for Primary, Middle, High and Higher Secondary levels announced by BPSC. What is eligibility criteria for BPSC PGT CS? As per 67th Notification 2023 released by BPSC, Eligibility criteria for the post of PGT Computer Science are mentioned hereunder: What is age limit for BPSC PGT […]

BPSC FAQ Read More »

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 »

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 !!