English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board chapter 10 - Flow of Control [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board chapter 10 - Flow of Control - Shaalaa.com
Advertisements

Solutions for Chapter 10: Flow of Control

Below listed, you can find solutions for Chapter 10 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 11 TN Board.


Evaluation - Section - AEvaluation - Section - BEvaluation - Section - CEvaluation - Section - D
Evaluation - Section - A [Pages 177 - 178]

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board 10 Flow of Control Evaluation - Section - A [Pages 177 - 178]

Choose the correct answer

Evaluation - Section - A | Q 1. | Page 177

What is the alternate name of the null statement?

  • No statement

  • Empty statement

  • Void statement

  • Zero statement

Evaluation - Section - A | Q 2. | Page 177

In C++, the group of statements should be enclosed within: ______

  • { }

  • [ ]

  • ( )

  • < >

Evaluation - Section - A | Q 3. | Page 177

The set of statements that are executed again and again in iteration is called ______

  • condition

  • loop

  • statement

  • body of loop

Evaluation - Section - A | Q 4. | Page 177

The multi-way branch statement ______

  • if

  • if … else

  • switch

  • for

Evaluation - Section - A | Q 5. | Page 177

How many types of iteration statements?

  • 2

  • 3

  • 4

  • 5

Evaluation - Section - A | Q 6. | Page 177

How many times the following loop will execute? for (int i = 0; i < 10; i++)

  • 0

  • 10

  • 9

  • 11

Evaluation - Section - A | Q 7. | Page 178

Which of the following is the exit control loop?

  • for

  • while

  • do…while

  • if…else

Evaluation - Section - A | Q 8. | Page 178

Identify the odd one from the keywords of jump statements?

  • break

  • switch

  • goto

  • continue

Evaluation - Section - A | Q 9. | Page 178

Which of the following is called the entry control loop?

  • do-while

  • for

  • while

  • if-else

Evaluation - Section - A | Q 10. | Page 178

A loop that contains another loop inside its body: ______

  • Nested loop

  • Inner loop

  • Inline loop

  • Nesting of loop

Evaluation - Section - B [Page 178]

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board 10 Flow of Control Evaluation - Section - B [Page 178]

Very Short Answers

Evaluation - Section - B | Q 1. | Page 178

What are a null statement and compound statement?

Evaluation - Section - B | Q 2. | Page 178

What is a selection statement? write its types?

Evaluation - Section - B | Q 3. | Page 178

Correct the following code sigment:

if (x = 1)
   p = 100; 
else
   p = 10;

Evaluation - Section - B | Q 4. (i) | Page 178

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2000?

Evaluation - Section - B | Q 4. (ii) | Page 178

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2003?

Evaluation - Section - B | Q 4. (iii) | Page 178

What will be the output of the following code:

int year;
cin >> year;
   if (year % 100 == 0)
       if ( year % 400 == 0)
            cout << "Leap";
else
           cout << "Not Leap year";
If the input given is 2010?

Evaluation - Section - B | Q 5. | Page 178

What is the output of the following code?

for (int i=2; i<=10 ; i+=2)
cout << i;

Evaluation - Section - B | Q 6. | Page 178

Write a for loop that displays the number from 21 to 30.

Evaluation - Section - B | Q 7. | Page 178

Write a while loop that displays numbers 2, 4, 6, 8.......20.

Evaluation - Section - B | Q 8. | Page 178

Compare an if and a ? : operator.

Evaluation - Section - C [Page 178]

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board 10 Flow of Control Evaluation - Section - C [Page 178]

Evaluation - Section - C | Q 1. | Page 178

Convert the following if-else to a single conditional statement:

if (x >= 10)
    a = m + 5;
else
    a = m;

Evaluation - Section - C | Q 2. | Page 178

Rewrite the following code so that it is functional:

v = 5;
do;
{
   total += v;
   cout << total;
while v <= 10

Evaluation - Section - C | Q 3. | Page 178

Write a C++ program to print the multiplication table of a given number.

Evaluation - Section - C | Q 4. | Page 178

Write the syntax and purpose of the switch statement.

Evaluation - Section - C | Q 5. | Page 178

Write a short program to print the following series:

(a) 1 4 7 10...... 40

Evaluation - Section - D [Pages 178 - 179]

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board 10 Flow of Control Evaluation - Section - D [Pages 178 - 179]

Explain in detail

Evaluation - Section - D | Q 1. | Page 178

Explain the control statement with a suitable example.

Evaluation - Section - D | Q 2. | Page 178

What is an entry control loop? Explain any one of the entry-controlled loops with a suitable example.

Evaluation - Section - D | Q 3. | Page 179

Write a program to find the LCM and GCD of two numbers.

Evaluation - Section - D | Q 4. (a) | Page 179

Write a program to find the sum of the following series:

x x22!+x33!+x44!+x55!x66!

Evaluation - Section - D | Q 4. (b) | Page 179

Write a program to find the sum of the following series:

x+x22+x33++xnn

Evaluation - Section - D | Q 5. | Page 179

Write a program to find sum of the series

S = 1 + x + x2 +..... + xn

Solutions for 10: Flow of Control

Evaluation - Section - AEvaluation - Section - BEvaluation - Section - CEvaluation - Section - D
Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board chapter 10 - Flow of Control - Shaalaa.com

Samacheer Kalvi solutions for Computer Science [English] Class 11 TN Board chapter 10 - Flow of Control

Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 11 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 11 TN Board Tamil Nadu Board of Secondary Education 10 (Flow of Control) 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 11 TN Board chapter 10 Flow of Control are Introduction to Flow of Control, Statements, Control Statements, Selection Statements, Iteration Statements, Jump Statements.

Using Samacheer Kalvi Computer Science [English] Class 11 TN Board solutions Flow of Control 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 11 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.

Get the free view of Chapter 10, Flow of Control Computer Science [English] Class 11 TN Board additional questions for Mathematics Computer Science [English] Class 11 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×
Our website is made possible by ad-free subscriptions or displaying online advertisements to our visitors.
If you don't like ads you can support us by buying an ad-free subscription or please consider supporting us by disabling your ad blocker. Thank you.