Python -Variables and Operators Book Back Questions & Answers

Unit 5 > Computer Science > Class 12 > Samacheer Kalvi - English Medium

    Choose the correct answer

  • 1. Who developed Python?

    (a) Ritche

    (b) Guido Van Rossum

    (c) Bill Gates

    (d) Sunder Pitchai

    Correct answer: (b) Guido Van Rossum

    View explanation


  • 2. The Python prompt indicates that Interpreter is ready to accept instruction?

    (a) >>>

    (b) <<<

    (c) #

    (d) <<

    Correct answer: (a) >>>

    View explanation


  • 3. Which of the following shortcut is used to create new Python Program?

    (a) Ctrl + C

    (b) Ctrl + F

    (c) Ctrl + B

    (d) Ctrl + N

    Correct answer: (d) Ctrl + N

    View explanation


  • 4. Which of the following character is used to give comments in Python Program?

    (a) #

    (b) &

    (c) @

    (d) $

    Correct answer: (a) #

    View explanation


  • 5. This symbol is used to print more than one item on a single line?

    (a) Semicolon

    (b) Dollor($)

    (c) Comma(,)

    (d) Colon(;)

    Correct answer: (c) Comma(,)

    View explanation


  • 6. Which of the following is not a token?

    (a) Interpreter

    (b) Identifiers

    (c) Keyword

    (d) Operators

    Correct answer: (a) Interpreter

    View explanation


  • 7. Which of the following is not a Keyword in Python?

    (a) Break

    (b) While

    (c) Continue

    (d) Operators

    Correct answer: (d) Operators

    View explanation


  • 8. Which operator is also called as Comparative operator?

    (a) Arithmetic

    (b) Relational

    (c) Logical

    (d) Assignment

    Correct answer: (b) Relational

    View explanation


  • 9. Which of the following is not Logical operator?

    (a) And

    (b) Or

    (c) Not

    (d) Assignment

    Correct answer: (d) Assignment

    View explanation


  • 10. Which operator is also called as Conditional operator?

    (a) Ternary

    (b) Relational

    (c) Logical

    (d) Assignment

    Correct answer: (a) Ternary

    View explanation