Samacheer Kalvi Class 12 Python Variables, Operators Questions - 1

Question: 1

Who developed Python?

(A) Sunder Pitchai

(B) Bill Gates

(C) Ritche

(D) Guido Van Rossum

Ans: D

Guido Van Rossum

Question: 2

Which operator is also called as Comparative operator?

(A) Relational

(B) Arithmetic

(C) Logical

(D) Assignment

Ans: A

Relational

Question: 3

Python language was released in the year

(A) 1991

(B) 1992

(C) 1994

(D) 1995

Ans: A

1991

Question: 4

How many modes of programming are there in python?

(A) 2

(B) 3

(C) 4

(D) 5

Ans: A

2

Question: 5

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

(A) #

(B) &

(C) @

(D) $

Ans: A

#

Question: 6

Which of the following is not a Keyword in Python?

(A) Break

(B) While

(C) Operators

(D) Continue

Ans:C

Operators

Question: 7

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

(A) Ctrl + N

(B) Ctrl + B

(C) Ctrl + C

(D) Ctrl + F

Ans: A

Ctrl + N

Question: 8

Which of the following is not a token?

(A) Operators

(B) Keyword

(C) Identifiers

(D) Interpreter

Ans: D

Interpreter

Question: 9

Which of the following is not Logical operator?

(A) Assignment

(B) And

(C) Or

(D) Not

Ans: A

Assignment

Question: 10

Which operator is also called as Conditional operator?

(A) Assignment

(B) Logical

(C) Relational

(D) Ternary

Ans: D

Ternary