Uncategorized

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 »

Fundamentals of Java Class 11 | Java Class 11 IT-802 Notes

Fundamentals of Java Programming Notes Class 11 is prepared as per CBSE Syllabus. This Java Class 11 Notes is best for students of IT 802 XI. This Fundamentals of Java Class 11 Notes covers all Java Programming Fundamentals, Java GUI Components, Object Oriented Programming Concepts, Java GUI Programming etc. Chapter 1 understanding Integrated Development Environment

Fundamentals of Java Class 11 | Java Class 11 IT-802 Notes Read More »

Database Concepts Class 12 | Computer Science Notes

Database Concept Class 12 Notes for Computer Science includes DBMS, RDBMS Concepts, Needs, Keys and Other RDBMS terminologies. All students looking for CBSE Computer Science Class 12 Notes can take reference of it and score highest marks. What is database? Collection of logically related data that has been recorded, organized and made available for searching

Database Concepts Class 12 | Computer Science Notes Read More »

error: Content is protected !!