Skip to main content
Chapter 6 of 11
Syllabus

Flow of Control

Meghalaya Board · Class 11 · Computer Science

Complete topic list for Flow of Control in Meghalaya Board Class 11 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.

30 questions25 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 syllabus and more.

1,000+ Class 11 students started this chapter today

4 Topics · Meghalaya Board Class 11 Computer Science

Topics in Flow of Control

1

Introduction to Flow of Control

  • Flow of control is the order of execution of statements in a program
  • By default, Python executes statements sequentially from top to bottom
  • Control structures allow us to change this sequential flow
2

Selection Statements (if-elif-else)

  • if statement executes code block only when condition is True
  • if-else provides two alternative paths of execution
  • elif allows multiple conditions to be checked in sequence
3

Indentation in Python

  • Python uses indentation to define code blocks instead of curly braces
  • All statements at the same indentation level belong to the same block
  • Standard practice is to use 4 spaces or 1 tab for each level
4

Repetition - For Loop

  • for loop iterates over a sequence of values
  • Used when the number of iterations is known in advance
  • Can iterate over strings, lists, ranges, and other sequences

Key Concepts

The default mode where Python executesDecisionPython's unique way of defining codeStructures that allow repeated executionA built

Frequently Asked Questions

What are the important topics in Flow of Control for Meghalaya Board Class 11 Computer Science?
Flow of Control covers several key topics that are frequently asked in Meghalaya Board 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 — Meghalaya Board Class 11 Computer Science?
Understand the core concepts first, then work through the 30 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 Meghalaya Board Class 11 Computer Science.