Tamil Nadu Board 11th Standard Computer science - Chapter 10: Book Back Answers and Solutions
This post covers the book back answers and solutions for Chapter 10 – Computer science from the Tamil Nadu State Board 11th Standard Computer science textbook. These detailed answers have been carefully prepared by our expert teachers at KalviTips.com.
We have explained each answer in a simple, easy-to-understand format, highlighting important points step by step under the relevant subtopics. Students are advised to read and memorize these subtopics thoroughly. Once you understand the main concepts, you’ll be able to connect other related points with real-life examples and confidently present them in your tests and exams.
By going through this material, you’ll gain a strong understanding of Computer science Chapter 10 along with the corresponding book back questions and answers (PDF format).
Question Types Covered:
- 1 Mark Questions: Choose the correct answer, Fill in the blanks, Identify the correct statement, Match the following
- 2 Mark Questions: Answer briefly
- 3, 4, and 5 Mark Questions: Answer in detail
All answers are presented in a clear and student-friendly manner, focusing on key points to help you score full marks.
All the best, Class 11 students! Prepare well and aim for top scores. Thank you!
Chapter 10 : Flow to Control
I. Choose the correct answer
(A) No statement
(B) Empty statement
(C) Void statement
(D) Zero statement
Answer Key:
(B) Empty statement
2. In C++, the group of statements should be enclosed within:
(A) { }
(B) [ ]
(C) ( )
(D) < >
Answer Key:
(A) { }
3. The set of statements that are executed again and again in iteration is called as:
(A) condition
(B) loop
(C) statement
(D) body of loop
Answer Key:
(D) body of loop
4. The multi way branch statement:
(A) if
(B) switch
(C) if... else
(D) for
Answer Key:
5. How many types of iteration statements?
(A) 2
(C) 4
(D) 5
Answer Key:
(B) 3
6. How many times the following loop will execute? for (int i=0; i<10;i++)
(A) 0
(B) 10
(C) 9
(D) 11
Answer Key:
(B) 10
7. Which of the following is the exit control loop?
(A) for
(C) do...while
(D) if...else
Answer Key:
8. Identify the odd one from the keywords of jump statements:
(A) break
(C) goto
(D) continue
Answer Key:
(B) switch
9. Which of the following is called entry control loop?
(A) do-while
(B) switch
(C) while
(D) if-else
Answer Key:
(C) while
10. A loop that contains another loop inside its body:
(A) Nested loop
(B) Inner loop
(C) Inline loop
(D) Nesting of loop
Answer Key:
(A) Nested loop
II. Very Short Answers
11th computer scienceIII. Short Answers
11th computer scienceIV. Explain in detail
11th Computer science







0 Comments:
Post a Comment