Flow of Control
CBSE · Class 11 · Computer Science
Flashcards for Flow of Control — CBSE Class 11 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.
Interactive on Super Tutor
Studying Flow of Control? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for flashcards and more.
1,000+ Class 11 students started this chapter today
What is flow of control?
Answer
The order of execution of statements in a program is called flow of control. It decides which statement runs first, next, and later in a program.
नियंत्रण का प्रवाह क्या है?
Answer
किसी प्रोग्राम में स्टेटमेंट के निष्पादन के क्रम को फ्लो ऑफ कंट्रोल कहते हैं। यह तय करता है कि प्रोग्राम में कौन सा स्टेटमेंट पहले, उसके बाद और फिर चलता है।…
How does Python show blocks of code?
Answer
Python uses indentation instead of curly brackets for blocks. Indentation means the leading whitespace at the beginning of a statement. Statements with the same indentation level belong to the same bl…
पायथन कोड के ब्लॉक को कैसे दिखाता है?
Answer
पायथन में इंडेंटेशन का प्रयोग ब्लॉक के लिए कर्ली ब्रेकेट्स के स्थान पर किया जाता है। इंडेंटेशन का अर्थ है किसी स्टेटमेंट के आरम्भ में आने वाला व्हाइटस्पेस। एक ही इंडेंटेशन लेवल वाले स्टेटमेंट एक ही ब्…
Why is indentation important in Python?
Answer
Python interpreter checks indentation strictly. Incorrect indentation causes a syntax error. Indentation is also used for nested blocks, so it controls the structure of the program.
पायथन में इंडेंटेशन क्यों महत्वपूर्ण है?
Answer
पायथन इंटरप्रेटर इंडेंटेशन को सख्ती से जाँचता है। गलत इंडेंटेशन सिंटैक्स एरर का कारण बनता है। इंडेंटेशन नेस्टेड ब्लॉकों के लिए भी उपयोग किया जाता है, इसलिए यह प्रोग्राम की संरचना को नियंत्रित करता है।…
Write the syntax of the if statement.
Answer
if condition: statement(s) Here, the condition is a boolean expression. The indented statement(s) run only when the condition is true.
इफ स्टेटमेंट का सिंटेक्स लिखें।
Answer
if condition: statement(s) यहाँ, condition एक बूलियन एक्सप्रेशन है। इंडेंटेड स्टेटमेंट केवल तभी चलते हैं जब condition सही हो।…
+64 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Flow of Control for CBSE Class 11 Computer Science?
How to score full marks in Flow of Control — CBSE Class 11 Computer Science?
How many flashcards are available for Flow of Control?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Flow of Control
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Flow of Control chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.