- A. total_marks
- B. num1
- C. name\$Correct
- D. _Sum
12th Standard Computer Science — Python -Variables and Operators: Additional MCQs with Answers & Explanations
15 extra multiple-choice questions for Python -Variables and Operators (12th Standard Computer Science, Samacheer Kalvi), beyond the ones printed in the textbook — each with the correct option highlighted and a clear, worked explanation. Free to read in English and Tamil.
- A. /
- B. %
- C. //Correct
- D. **
- A. str()
- B. float()
- C. int()Correct
- D. input()
- A. They are executed as high-priority commands.
- B. They are treated as comments and ignored by the interpreter.Correct
- C. They are used to define block structures instead of indentation.
- D. They are flagged as syntax errors during execution.
- A. //
- B. #
- C. ''' (triple quotes)Correct
- D. /* and */
- A. \\n
- B. \\t
- C. \\rCorrect
- D. \\\\
- A. Binary integer
- B. Octal integerCorrect
- C. Hexadecimal integer
- D. Long decimal integer
- A. Variable Name = [Test expression] ? [on_true] : [on_false]
- B. Variable Name = [on_true] if [Test expression] else [on_false]Correct
- C. Variable Name = if [Test expression] then [on_true] else [on_false]
- D. Variable Name = [on_true] else [on_false] if [Test expression]
- A. True
- B. FalseCorrect
- C. None
- D. SyntaxError
- A. They are treated as identical by the interpreter.
- B. They are recognized as two distinct, different identifiers.Correct
- C. They will cause a compilation error if used in the same program.
- D. The interpreter automatically converts Sum to lowercase sum.
- A. 12.E04Correct
- B. 12L
- C. 0o12
- D. 0X12
- A. :
- B. ;
- C. \$Correct
- D. ,
- A. 10
- B. 25Correct
- C. 2.5
- D. 50
- A. Only lowercase alphabets
- B. Only uppercase alphabets
- C. An alphabet (A..Z or a..z) or an underscore (_)Correct
- D. Any alphanumeric character including digits
- A. 10
- B. 20
- C. 30Correct
- D. 200
More for this chapter
About these Python -Variables and Operators questions
These are the Additional multiple-choice questions for Python -Variables and Operators from the Tamil Nadu State Board (Samacheer Kalvi) 12th Standard Computer Science syllabus. Each question shows the correct option and an original, step-by-step explanation so you understand the method, not just the answer. Use the answer key above to jump to any question, then take the practice test to check yourself under exam-like conditions.
Frequently asked questions
How many MCQs are there in Python -Variables and Operators?
This chapter has 15 book-back multiple-choice questions, each with the correct answer and a step-by-step explanation.
Are these 12th Standard Computer Science MCQs free to practise online?
Yes. Every question, answer and explanation here is free, and you can also take them as a timed practice test.
Where can I find the Python -Variables and Operators book-back answers?
The correct option for each question is highlighted on this page with a worked explanation, plus a quick answer-key summary at the top.