Uncategorized

Class 12 Half yearly Question Paper | Informatices Practices | Class 12 Mid Term Exam

Class 12 IP Half Yearly Question paper with solution pdf covering CBSE suggested half yealy syllbus. It includes questions from Python Pandas, Python Series, Python Dataframe, Database Query using SQL, Computer Network and Internet. It is also termed as Class 12 Mid Term Exam or Periodic Assessement 2. All the questions included in this Class

Class 12 Half yearly Question Paper | Informatices Practices | Class 12 Mid Term Exam Read More »

BPSC Computer Science MCQ | Complete Syllabus | Free PDF

Computer Science Questions (MCQ) with Answers best suitable for BPSC Teacher Preparation. It Includes variety of Questions from all chapters. These questions are well prepared by experienced professionals to ensure sure shot success of aspirants. these BPSC Computer Science can also be downloaded for free. Computer Fundamentals Computer System Organization Society, Law and Ethics Computer

BPSC Computer Science MCQ | Complete Syllabus | Free PDF Read More »

BPSC Syllabus | PGT Computer Science | Free pdf

Get Latest BPSC Teacher Computer Science Syllabus 2022-23 which gives you complete guidance about how to prepare for BPSC PGT Computer Science, Which NCERT textbook Chapters of CBSE Computer Science Class 11 or 12 to be studied to get sure shot success. Download BPSC Syllabus Computer Science Unit-1: Computer System and Organization Classification of computers:

BPSC Syllabus | PGT Computer Science | Free pdf Read More »

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 »

error: Content is protected !!