Functions
CBSE · Class 11 · Computer Science
Quick revision notes for Functions — CBSE Class 11 Computer Science. Key concepts, formulas, and definitions for last-minute revision.
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 revision notes and more.
1,000+ Class 11 students started this chapter today
Key Topics to Revise
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.
Get complete notes with diagrams and examples
Full NotesKey Concepts
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
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
Syllabus
What topics to cover
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.