Skip to main content
Chapter 6 of 11
Revision Notes

Flow of Control

CBSE · Class 11 · Computer Science

Quick revision notes for Flow of Control — CBSE Class 11 Computer Science. Key concepts, formulas, and definitions for last-minute revision.

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 revision notes and more.

1,000+ Class 11 students started this chapter today

Key Topics to Revise

1

1. Flow of Control and Sequence Execution

  • The order of execution of statements in a program is called flow of control.
  • Sequence execution means statements run one after another from beginning to end.
  • Control structures are used to change the normal sequential flow.
2

2. Selection Statements

  • Decision making or selection in programming is implemented using the if..else statement.
  • The if statement executes a block only when the condition is true.
  • There is no limit on the number of statements in the block under if.
3

3. Indentation in Python

  • Python uses indentation instead of curly brackets for blocks and nested blocks.
  • Leading whitespace at the beginning of a statement is called indentation.
  • Statements with the same indentation level belong to the same block.
4

4. Repetition and Loops

  • Repetition of statements is also called iteration.
  • Looping constructs make repetition possible in programs.
  • The condition in a loop is checked based on the value of the loop's control variable.

Get complete notes with diagrams and examples

Full Notes

Key Concepts

The order of execution of statementsDecision making in programming is implementedif conditionif conditionelif stands for else

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.

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.