Class XI-Sample Paper
Class XI-Sample Paper
Class XI-Sample Paper
SECTION-A
1. Which of the following is used as white spaces in Python.
(a) Blank Spaces (b) Tabs (c) newline (d) All of these
2. Identifier can contain (_) underscore.
(a) True (b) False
3. A/An ............... operator works on a single operand.
(a) Binary (b) Unary (c) Both (d) None of These
4. Identify which is not a logical operator used in Python.
(a) ++ (b) && (c) || (d) !
5. Assertion and Reason based questions:
Assertion (A): Python is a case sensitive programming language.
Reason (R): It will not treat upper and lower-case character differently.
(a)Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(b)Both Assertion (A) and Reason (R) are true but Reason (R) is not the correct explanation of Assertion (A).
(c) Assertion (A) is true but Reason (R) is false.
(d) Assertion (A) is false but Reason (R) is true.
6. Rewrite the following code after removing all syntax error(s) if any. If No. What will be the output?
a='\My name is:\' Vikash'”
print(aType(a))
SECTION -B
SECTION –C
SECTION -D
13. What is the difference between Interactive mode and shell mode in python
OR
What is Digital Property? Describe with example.
SECTION -E
14. What is Identifiers? Discuss each of the Identifiers used in Python.`
OR
What is Open Source Philosophy and software License.
15. Solve AB’+BC’D’ with truth table and draw its logic gates
OR
a) What is Hardware? Explain the main components CPU, Keyboard, Monitor?
b) What is Ethical Issues. Discuss?