Skip to main content
Chapter 7 of 11
Chapter Summary

Functions

CBSE · Class 11 · Computer Science

Summary of Functions for CBSE Class 11 Computer Science. Key concepts, important points, and chapter overview.

42 questions80 flashcards5 concepts

Interactive on Super Tutor

Studying Functions? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for chapter summary and more.

1,000+ Class 11 students started this chapter today

Overview

Functions make a program easier to read, shorter, and more reusable. A function is a named group of instructions that performs a specific task when it is called. Modular programming divides a large program into smaller independent parts, which helps manage complex problems. The chapter begins with t

Key Concepts

A function is a named group

A function is a named group of instructions that accomplishes a specific task when it is invoked. It may have parameters and may or may not return a v

Modular programming means dividing a computer

Modular programming means dividing a computer program into separate independent blocks of code or sub-problems with different names and specific funct

A function definition begins with def

A function definition begins with def. The function header ends with a colon, and the function body is indented. Statements outside the indentation ar

An argument is a value passed

An argument is a value passed during a function call, and the corresponding parameter is the variable in the function header that receives it.

Python allows assigning a default value

Python allows assigning a default value to a parameter. If the function call does not provide that argument, the default value is used.

Learning Objectives

  • Understand the meaning and advantages of functions
  • Learn how to define and call user defined functions
  • Understand arguments, parameters, and default parameters
  • Distinguish between functions that return values and void functions
  • Understand flow of execution in a program

Frequently Asked Questions

What are the important topics in Functions for CBSE Class 11 Computer Science?
Functions 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 Functions — CBSE Class 11 Computer Science?
Understand the core concepts first, then work through the 42 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 Functions chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.