Important Questions Python Fundamentals Class 11 Computer Science
Important Questions Python Fundamentals Class 11 Computer Science Very Short answer Type Questions Q.1 What is None literal in Python? Ans: Python has one special literal, which is None. The None literal is used to indicate absence of…
Important Questions Getting Started with Python Class 11 Computer Science
Important Questions Getting Started with Python Class 11 Computer Science Very Short answer Type Questions Q.1 When was Python released? Ans- Python was released in February 1991. Q.2 Who developed Python? Ans- Python was developed by Guido…
Error Finding Questions in Python
Error Finding Questions in Python Here are some error correction based questions in python for Computer Science and IP Students. Q 1. Code with Error(s). x= int(“Enter value of x:”) for in range [0,10]: if x=y print( x + y)…
Output Based Questions In Python Class 11-12 Computer Science
Output Based Questions In Python Class 11-12 Computer Science Q 1. Write the output of the following: for i in '123': print("cbsepython",i,) Q. 2 for i in [10, 20, 30]: print(i) Q. 3 for i in range…
Class 11 Computer Science Sample Paper Term 2 Set-3
Class 11 Computer Science Sample Paper Term 2 Set-3 Time: 2 hours Maximum Marks: 35 General Instructions The question paper is divided into 3 sections – A, B and C Section A, consists of 7 questions (1-7). Each question carries 2 marks. Section B,…
Class 11 Computer Science Sample Paper Term 2 Set-2
Class 11 Computer Science Sample Paper Term 2 Set-2 Subject Code: 083 Class: 11 Max Marks – 35 /Time – 02 Hrs. General Instructions: The question paper is divided into 3 sections – A, B and C Section A, consists of 7 questions (1-7). Each question…
Class 11 Computer Science Sample Paper MCQ based Term 2 Set-2
Class 11 Computer Science Sample Paper MCQ based Term 2 Set-2 Class: XI Computer Science Maximum Marks: 35 Time Allowed: 90 Minutes General Instructions: The question paper is divided into 3 Sections – A, B, and C. ♦ Section A consists of 25…
Class 11 Computer Science Sample Paper MCQ based Term 2 Set-1
Class 11 Computer Science Sample Paper MCQ based Term 2 Set-1 Term 2 Examination 2021-22 Class-XI Time:- 1.5 Hours Max. Mark:35 General instructions:- 1. This Question Paper Contains 4 Parts A,B,C,D. 2. Attempt 11 questions in Part-A and…
Random Module in Python Class 11-12 Notes
Random Module in Python Class 11-12 Notes The Random module in Python is an important topic in the Class 11 and Class 12 Computer Science syllabus and is widely used in practical programming. It provides built-in functions to generate random numbers,…
Introduction to Python Module Class 11 Notes Computer Science
Introduction to Python Module Class 11 Computer Science Python modules are a key concept in the Class 11 Computer Science (CBSE) syllabus and are commonly asked in board exams and practical assessments. A Python module is a program file that contains…