Skip to main content
Chapter 7 of 11
Syllabus

Functions

Haryana Board · Class 11 · Computer Science

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

44 questions22 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 syllabus and more.

1,000+ Class 11 students started this chapter today

4 Topics · Haryana Board Class 11 Computer Science

Topics in Functions

1

Introduction to Functions and Modular Programming

  • Modular programming divides complex programs into separate independent blocks of code with specific functionalities
  • Functions are named groups of instructions that accomplish specific tasks when invoked
  • Functions can be called repeatedly from different places without rewriting code
2

User Defined Functions - Syntax and Structure

  • Function definition begins with 'def' keyword
  • Function header contains def, function name, parameters in parentheses, and colon
  • Function body contains indented statements to be executed
3

Arguments and Parameters

  • Argument is a value passed to function during function call
  • Parameter is a variable in function header that receives the argument value
  • Both argument and parameter refer to the same value and have same identity
4

Functions Returning Values

  • Return statement returns control to calling function and optionally returns value(s)
  • Functions without return statement are called void functions
  • Functions can return single value or multiple values (as tuple)

Key Concepts

Functions are named groups of instructionsFunctions created by programmers to meetArguments are values passed to functionsReturns control to the calling functionDefines the accessibility of variables

Frequently Asked Questions

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