Computer Science Class 11 MCQ
Computer Science Class 11 MCQ
1. What is information?
a) Processed Data ✓
b) Collection of a Program
c) Raw Data
d) Collection of Instructions
a) RAM ✓
b) ROM
c) CPU
d) CD-ROM
a) Megabyte
b) Bit ✓
c) Byte
d) Nibble
a) Application Software
b) System Software✓
c) Utility Software
d) User
a) Command
b) Process✓
c) Task
d) Instruction
a) Windows
b) MAC
c) Ms-Dos ✓
d) None of these
b) Graphics program
c) Word Processing
d) Database program
a) Operating system
b) Compiler
c) Utilities
a) 27
b) 9
c) 3 ✓
d) 1
a) List✓
b) Tuple
c) Set
d) None of these
a) B
b) A’B+AB’
c) (A.B)’ ✓
d) (A+B)’
a) AND
b) OR ✓
c) EXOR
d) NOR
a) One value
b) Two value ✓
c) Three value
d) Four value
16. Name the number system which uses alphabets as well as numerical.
a) if a>=2 : ✓
b) if (a >= 2)
c) if (a => 22)
d) if a >= 22
b) for statement ✓
c) if -else statement
d) if statement
x=3
print(“ok”)
else:
print(“no output”)
a) ok ✓
b) okok
c) no output
d) none of above
x,y=2,4
if(x+y= =10):
print(“true”)
else:
print(“false”)
a) true
b) false✓
c) no output
d) none
21. Which of the following is an invalid identifier in Python
a) H_e_wel_123
b) Assert
c) _
d) in✓
a) eval
b) Assert✓
c) nonlocal
d) import
a) _hello_=25
b) __he_123=25
c) _m=25
a) 11
b) 3✓
c) 17
d) 1
a) and
b) or
c) in ✓
d) like
for i in range(-1,-6,-5):
print(i*i)
a) 1✓
b) 1 2
c) Error
d) Infinite loop
for a in range(1,5):
print(“a”, end=” “)
a) 1 2 3 4
b) 1 2 3 4 5
c) a a a a ✓
d) a a a a a
for i in range(2,7,2):
print(i * ‘2’)
a) 222222222222 ✓
b) 2222222222
c) 22222222222222
d) 2222222222222222
29. Give output:
a) MyMyMylifelifelifelifelife
b) MyMyMylifelifelifelifelifelifelife
c) MyMyMyMyMyMyMylifelifelife
d) MyMyMylife7 ✓
print(“Super”+’Dad’ * 2)
a) SuperDad2
b) SuperSuperDad
c) SuperDadDad ✓
d) Error
print(“Mahatma”[3:])
a) Maha
b) Mah
c) atma✓
d) ATMA
a) AND
b) NAND✓
c) XOR
d) XNOR
a) OR
b) NOR
c) XOR ✓
d) XNOR
a) NOR GATE
b) NAND GATE
c) AND GATE ✓
d) NOT GATE
b) xy’ + x’z’
c) x’y’ + x’z’
d) xy’ + x’z ✓
a) 010101
b) 11100.01
c) 111001
a) 1C2
b) 67GA✓
c) 1
d) None
39. bit binary code for binary number 15 is ___________
a) 1110
b) 1111 ✓
c) 1100
d) 1101
a) 1250
b) 2150 ✓
c) 2110
d)2250