Question 1 of 25
Hints left: 3
Q1
What is the role of the Python interpreter?
Q2
Which of the following is an advantage of Python?
Q3
What is the purpose of a function in Python?
Q4
Is Python case sensitive when dealing with identifiers?
Q5
Who developed Python Programming Language?
Q6
What is the purpose of the try and except blocks in Python?
Q7
All keywords in Python are in . . . . . . . .
Q8
Which of the following is NOT a Python data type?
Q9
Which of the following is the correct extension of the Python file?
Q10
Which of the following is used to define a block of code in Python language?
Q11
How is a function defined in Python?
Q12
Which of the following is NOT a valid loop in Python?
Q13
Which of the following is a valid way to handle errors in Python?
Q14
What is the role of the import statement in Python?
Q15
What is the syntax used to write comments in Python?
Q16
Which keyword is used for function in Python language?
Q17
What is the main purpose of a loop in Python?
Q18
What does the return statement do in a function?
Q19
Which type of Programming does Python support?
Q20
Which of the following character is used to give single-line comments in Python?
Q21
What is Python primarily used for?
Q22
What is the purpose of a module in Python?
Q23
Which programming paradigm is supported by Python?
Q24
How is a variable defined in Python?
Q25
Is Python code compiled or interpreted?