Functions
CBSE · Class 11 · Computer Science
Complete topic list for Functions in CBSE Class 11 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.
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 syllabus and more.
1,000+ Class 11 students started this chapter today
Topics in Functions
1. Core Ideas of Functions
- Functions are used to achieve modularity and reusability.
- The process of dividing a program into separate independent blocks of code or sub-problems with different names and specific functionalities is called modular programming.
- A function definition begins with def.
2. User Defined Functions, Arguments, and Parameters
- User defined functions are created by the programmer for a specific task.
- An argument is a value passed to the function during the function call.
- A parameter is the name in the function header that receives the argument.
3. Return Values and Multiple Values
- A function may return value(s) using the return statement.
- The return statement sends control back to the calling function.
- Some functions only display output and do not return anything; such functions are void functions.
4. Flow of Execution and Function Call Order
- Flow of execution is the order in which statements in a program are executed.
- The Python interpreter starts from the first statement and moves top to bottom.
- Function definitions are not executed until the function is called.
Key Concepts
Central concept: Functions in Python
Frequently Asked Questions
What are the important topics in Functions for CBSE Class 11 Computer Science?
How to score full marks in Functions — CBSE Class 11 Computer Science?
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 Functions
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
Flashcards
Quick-fire cards for active recall
NCERT Solutions
Every textbook question solved step by step
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.