Questions

Fill In The Blanks

🎯

Test yourself on this topic

12 questions · timed · auto-graded

Question 11 Mark
The given program is to print the sum of the first n natural number, complete the code for the same:__________ .
Answer
 I < =n: and sum += i
View full question & answer
Question 21 Mark
Tejas is writing the code for checking, even or odd of number help him by completing the blank :
Answer
n%2==0
View full question & answer
Question 61 Mark
__________________ is used for the multiple ‘‘’ (Triple Quotes)line comment entry.
Answer
 ‘‘’ (Triple Quotes)
View full question & answer
Question 71 Mark
: is known as Assignment Operator which is used to assign the ____________side value to the _____________________ side operand.
Answer
 Right and left
View full question & answer
Question 81 Mark
A _____________ is the smallest element of a Python script that is meaningful to the interpreter
Answer
 Token
View full question & answer
Question 91 Mark
_____________________ error occurs during program execution due to incorrect or illegal values used in some operations.
Answer
 Logical
View full question & answer
Fill In The Blanks - Computer Science STD 12 Science Questions - Vidyadip