Class 11
Class 11
a) Input device
b) Output device
c) Software device
d) Both a and b
a)Process
b)Task
c)Command
d)Instruction
a) 2
b) 8
c) 10
d) 16
a) Bit
b) Byte
c) Number
d) Kilobyte
6.Trace a humanoid that uses artificial intelligence, visual data processing, facial recognition and also
imitates human gestures and facial expressions.
a. Rover
b. Sophia
c. Drone
a)14
b)16
c)1A
d)A3
b)0001
c)1000
d)0011
a) 12
b) 65
c) 56
d) 1111
b)Word Processors
c)Utility Software
d)Communication Software
b. 4, 8 and 16 respectively.
c. 2, 8 and 16 respectively.
d. 1, 8 and 16 respectively.
13.What will be the output on screen after executing: print (math. fabs (-6.4))?
a) Cache
b) RAM
c) Secondary memory
d) CPU registers
a)base 2
b)base 8
c)base 10
d)base 3
(c ) Utility Program
17.Illustrate the network of devices that have an embedded hardware and software to communicate
(connect and exchange data) with other devices on the same network.
a. Internet of Things
b. Big Data
c. Model
a) One
b) Two
c) Three
d) Four
len(["hello",2, 4, 6])
a) Error
b) 6
c) 4
d) 3
print(6*3 / 4**2//5-8)
(a) -10
(b) 8.0
(c) 10.0
(d) -8.0
a) Read-Only Memory
a) debugging
b) coding
c) testing
d) erros
a) Interactive mode
b) Script mode
a) List
b) Tuple
c) String
d) Dictionary
25.(A+B)' is equal to
4+3%5
a) 7
b) 2
c) 4
d) 1
b) Rasmus Lerdorf
c) Wick van Rossum
d) Niene Stom
a. Military training
b. Psychology
c. Medical procedures
a.//
b.#
C.””
d.”.....”
a.print()
b.Seed()
c.sqrt()
d.Factorial()
Integer
Float
String
complex
32.Relate the following and identify which escape character is used to give the space in the output
statement?
A.\t
B.\q
C.\y
D.\e
33.Describe that special meaning words of that python,fixed for specific functionality are called
_______________
a. keywords
b. Functions
C. identifiers
D. literals
a.name
B.print
C.print
d.while
a.int(5)
b.hello(5)
c.str("xyz")
d.float(10.5)
>>>”a”+”bc”
b. abc
c. a bc
d. a
a. val
b. raise
c. try
d. with
a.Sequence Types
b.Binary Types
c.Boolean Types
a.Quotient
b.Divisor
c.Remainder
c) Error
d) Hello and
43. What will be the output of the following Python code snippet?
b) Error
44.How to output the string “May the odds favor you” in Python?
a.int a = 22.6
b.a = 22.6
c.Integer a = 22.6