TN Online TestSamacheer Kalvi practice

12th Standard Computer Science — Control Structures: Book Back Online Practice Test

Share this chapter: Telegram

Pick how many questions you want and set a time limit, then start. You'll get your score at the end with the correct answer and an explanation for every question. Free, in Tamil and English — 10 questions available.

Set up your test

Time remaining00:00
Q1
How many important control structures are there in Python?
Q2
elif can be considered to be abbreviation of
Q3
What plays a vital role in Python programming?
Q4
Which statement is generally used as a placeholder?
Q5
The condition in the if statement should be in the form of
Q6
Which of the following is known as definite loop?
Q7
What is the output of the following snippet? i=1 while True: if i%3 ==0: break print(i,end=' ') i +=1
Q8
What is the output of the following snippet? T=1 while T: print(True) break
Q9
Which amongst this is not a jump statement ?
Q10
Which punctuation should be used in the blank? if _ statements-block 1 else: statements-block 2

More for this chapter

Book Back Questions10 textbook MCQs · solved Additional MCQs15 extra MCQs · solved Practice TestInteractive · instant score Additional MCQ TestTest yourself on the extra set Study NotesConcepts & methods Formula SheetAll key formulas

About this Control Structures test

This free online practice test covers Control Structures from the 12th Standard Computer Science (Samacheer Kalvi) syllabus. Choose the number of questions and an optional time limit, then answer and submit — everything is checked in your browser, with the correct answers and a worked explanation shown at the end. For the full solutions to every question in this set, see the solved MCQs page.

More chapters in Computer Science

View all
1 Function 2 Data Abstraction 3 Scoping 4 Algorithmic Strategies 5 Python -Variables and Operators 7 Python functions 8 Strings and String manipulation 9 Lists, Tuples, Sets and Dictionary 10 Python Classes and objects 11 Database Concepts 12 Structured Query Language (SQL) 13 Python and CSV files 14 Importing C++ programs in Python. 15 Data manipulation through SQL 16 Data visualization using pyplot: line chart, pie chart and bar chart