Questions

M.C.Q

🎯

Test yourself on this topic

10 questions · timed · auto-graded

MCQ 11 Mark
 Common types of exception in python are:
  • A
    SyntaxError
  • B
    ZeroDivisionError
  • (i) and (ii) Both
  • D
    None of the above
Answer
Correct option: C.
(i) and (ii) Both
 (c)
View full question & answer
MCQ 31 Mark
 The continue statement is used:
  • To pass the control to the next iterative statement.
  • B
    To come out from the iteration.
  • C
    To break the execution and passes the control to else statement.
  • D
    To terminate the loop.
Answer
Correct option: A.
To pass the control to the next iterative statement.
 (a)
View full question & answer
MCQ 61 Mark
Write the output of:
 x=5;
 y = 10;
x += 2*y;
print(“x=”,x, “and y=”,y)
  • A
    x=10 and y= 25
  • B
    x=25 and y= 25
  • x=25 and y= 10
  • D
    x=15 and y= 10
Answer
Correct option: C.
x=25 and y= 10
 (c)
View full question & answer
MCQ 91 Mark
IDLE full form is:
  • A
    Integrated Development and Learning Engine
  • B
    Integrated Environment
  • Integrated Development and Learning Environment
  • D
    International Development and Learning Environment
Answer
Correct option: C.
Integrated Development and Learning Environment
 (c)
View full question & answer
MCQ 101 Mark
Python Language was first developed in ________ .
  • A
    USA
  • B
    UK
  • Netherlands
  • D
    India
Answer
Correct option: C.
Netherlands
 (c)
View full question & answer
M.C.Q - Computer Science STD 12 Science Questions - Vidyadip