Advertisements
Chapters
2: Data Abstraction
3: Scoping
4: Algorithmic Strategies
5: Python - Variables and Operators
▶ 6: Control Structures
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
![Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures - Shaalaa.com](/images/computer-science-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Advertisements
Solutions for Chapter 6: Control Structures
Below listed, you can find solutions for Chapter 6 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 12 TN Board.
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board 6 Control Structures Evaluation [Pages 86 - 88]
Part I - Choose the best answer 1 Marks
How many important control structures are there in Python?
3
4
5
6
Elif can be considered to be the abbreviation of ______.
nested if
if..else
else if
if..elif
What plays a vital role in Python programming?
Statements
Control
Structure
Indentation
Which statement is generally used as a placeholder?
continue
break
pass
goto
The condition in the if statement should be in the form of ______
Arithmetic or Relational expression
Arithmetic or Logical expression
Relational or Logical expression
Arithmetic
Which is the most comfortable loop?
do..while
while
for
if..elif
What is the output of the following snippet?
i=1
while True:
if i%3 ==0:
break
print(i,end='')
i +=1
12
123
1234
124
What is the output of the following snippet?
T=1
while T:
print(True)
break
False
True
0
1
Which amongst this is not a jump statement?
for
pass
continue
break
Which punctuation should be used in the blank?
if<condition>_
statement-block 1
else:
statement-block 2
;
:
::
!
Part II -Answer the following questions 2 Marks
List the control structures in Python.
Write a note on the break statement.
Write is the syntax of if..else statement?
Define control structure.
Write a note on the range () in the loop?
Part III - Answer the following questions 3 Marks
Write a program to display.
A
A B
A B C
A B C D
A B C D E
Write a note on if..else structure.
Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.
Write the syntax of the while loop.
List the differences between break and continue statements.
Part IV - Answer the following questions 5 Marks
Write a detail note on for loop?
Write a detailed note on if..else..elif statement with suitable example.
Write a program to display all 3 digit odd numbers.
Write a program to display a multiplication table for a given number.
Solutions for 6: Control Structures
![Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures - Shaalaa.com](/images/computer-science-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures
Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 6 (Control Structures) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.
Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.
Concepts covered in Computer Science [English] Class 12 TN Board chapter 6 Control Structures are Control Structure, Introduction to Alternative or Branching.
Using Samacheer Kalvi Computer Science [English] Class 12 TN Board solutions Control Structures exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Science [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.
Get the free view of Chapter 6, Control Structures Computer Science [English] Class 12 TN Board additional questions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.