Skip to main content
Chapter 6 of 11
Flashcards

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.

34 questions72 flashcards5 concepts

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

72 Flashcards
Card 1Flow of control

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.

Card 2नियंत्रण का प्रवाह

नियंत्रण का प्रवाह क्या है?

Answer

किसी प्रोग्राम में स्टेटमेंट के निष्पादन के क्रम को फ्लो ऑफ कंट्रोल कहते हैं। यह तय करता है कि प्रोग्राम में कौन सा स्टेटमेंट पहले, उसके बाद और फिर चलता है।

Card 3Indentation

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

Card 4इंडेंटेशन

पायथन कोड के ब्लॉक को कैसे दिखाता है?

Answer

पायथन में इंडेंटेशन का प्रयोग ब्लॉक के लिए कर्ली ब्रेकेट्स के स्थान पर किया जाता है। इंडेंटेशन का अर्थ है किसी स्टेटमेंट के आरम्भ में आने वाला व्हाइटस्पेस। एक ही इंडेंटेशन लेवल वाले स्टेटमेंट एक ही ब्

Card 5Indentation

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.

Card 6इंडेंटेशन

पायथन में इंडेंटेशन क्यों महत्वपूर्ण है?

Answer

पायथन इंटरप्रेटर इंडेंटेशन को सख्ती से जाँचता है। गलत इंडेंटेशन सिंटैक्स एरर का कारण बनता है। इंडेंटेशन नेस्टेड ब्लॉकों के लिए भी उपयोग किया जाता है, इसलिए यह प्रोग्राम की संरचना को नियंत्रित करता है।

Card 7if statement

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.

Card 8इफ स्टेटमेंट

इफ स्टेटमेंट का सिंटेक्स लिखें।

Answer

if condition: statement(s) यहाँ, condition एक बूलियन एक्सप्रेशन है। इंडेंटेड स्टेटमेंट केवल तभी चलते हैं जब condition सही हो।

+64 more flashcards available

Practice All

Frequently Asked Questions

What are the important topics in Flow of Control for CBSE Class 11 Computer Science?
Flow of Control covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Flow of Control — CBSE Class 11 Computer Science?
Understand the core concepts first, then work through the 34 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many flashcards are available for Flow of Control?
There are 72 flashcards for Flow of Control covering key definitions, formulas, and concepts. Use them daily for 10–15 minutes for best results.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

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.