You are on page 1of 3

Krishna International School Sub: CS(Python Overview)

Introduction to Python
Very Short Answer type Questions [1 mark each]

Question 1:
Is Python a high-level Language ?
Answer: YES, python is a high level language

Question 2:
Is Python interpreted ?
Answer: YES, it is interpreted

Question 3:
Is Python Object-Oriented Language ?
Answer: YES

Question 4:
How many modes are available in Python ?
Answer: There are 2 modes interactive and script mode

Question 5:
Define Python ?
Answer: Python is high-level, interpreted as well as object oriented language

Question 6:
Who developed Python?
Answer: Guido van Rossum

Question 7:
Is Python compiler language or interpreter language?
Answer: Interpreter

Question 8:
What is the extension of Python language?
Answer: “.py”

Mo : 9714827248
Krishna International School Sub: CS(Python Overview)
Question 9:
Which mode of Python invoking the interpreter with a script parameter begins execution of the script and continues until
the script is finished ?
Answer: Script mode

Question 10:
Does Python allow for only double quotes ?
Answer: No even single quotes work

Question 11:
An ordered set of instructions to be executed by a
computer to carry out a specific task is called ………………
Answer: Program or Software Progrsm

Question 12:
Python is case-sensitive language true or false
Answer: True

Question 13:
Python interpreter is also called …………………
Answer: Python Shell

Question 14:
which symbol in python known as prompt ?
Answer: >>>

Question 15:
which shortcut key is used to run python program ?
Answer: F5

Question 16:
…………………… are reserved words in python
Answer: Keywords

Question 17:
identify valid identifires. A) hello b) 123hello c) @per d) total100 e) __per%
Answer: A,D

Question 18:
identify invalid identifires. A) pass b) True c) @per d) total_100 e) __per
Answer: C

Mo : 9714827248
Krishna International School Sub: CS(Python Overview)

Question 19:
identify valid identifires. A) eval b) total(price) c) (hello) d) False_true
Answer: A,D

Question 20:
what is the maximum length of identifiers in python ?
Answer: 79

Mo : 9714827248

You might also like