हिंदी
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures - Shaalaa.com
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.


Evaluation
Evaluation [Pages 86 - 88]

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

Evaluation | Q 1. | Page 86

How many important control structures are there in Python?

  • 3

  • 4

  • 5

  • 6

Evaluation | Q 2. | Page 86

Elif can be considered to be the abbreviation of ______.

  • nested if

  • if..else

  • else if

  • if..elif

Evaluation | Q 3. | Page 86

What plays a vital role in Python programming?

  • Statements

  • Control

  • Structure

  • Indentation

Evaluation | Q 4. | Page 86

Which statement is generally used as a placeholder?

  • continue

  • break

  • pass

  • goto

Evaluation | Q 5. | Page 87

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

Evaluation | Q 6. | Page 87

Which is the most comfortable loop?

  • do..while

  • while

  • for

  • if..elif

Evaluation | Q 7. | Page 87

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

Evaluation | Q 8. | Page 87

What is the output of the following snippet?

T=1
while T:
      print(True)
      break

  • False

  • True

  • 0

  • 1

Evaluation | Q 9. | Page 87

Which amongst this is not a jump statement?

  • for

  • pass

  • continue

  • break

Evaluation | Q 10. | Page 87

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

Evaluation | Q 1. | Page 88

List the control structures in Python.

Evaluation | Q 2. | Page 88

Write a note on the break statement.

Evaluation | Q 3. | Page 88

Write is the syntax of if..else statement?

Evaluation | Q 4. | Page 88

Define control structure.

Evaluation | Q 5. | Page 88

Write a note on the range () in the loop?

Part III - Answer the following questions 3 Marks

Evaluation | Q 1. | Page 88

Write a program to display.

A
A B
A B C
A B C D
A B C D E

Evaluation | Q 2. | Page 88

Write a note on if..else structure.

Evaluation | Q 3. | Page 88

Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.

Evaluation | Q 4. | Page 88

Write the syntax of the while loop.

Evaluation | Q 5. | Page 88

List the differences between break and continue statements.

Part IV - Answer the following questions 5 Marks

Evaluation | Q 1. | Page 88

Write a detail note on for loop?

Evaluation | Q 2. | Page 88

Write a detailed note on if..else..elif statement with suitable example.

Evaluation | Q 3. | Page 88

Write a program to display all 3 digit odd numbers.

Evaluation | Q 4. | Page 88

Write a program to display a multiplication table for a given number.

Solutions for 6: Control Structures

Evaluation
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 6 - Control Structures - Shaalaa.com

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.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×