Skip to main content
Chapter 7 of 11
Practice Quiz

Functions

Haryana Board · Class 11 · Computer Science

Practice quiz for Functions — Haryana Board Class 11 Computer Science. MCQs and questions with answers to test your preparation.

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 practice quiz and more.

1,000+ Class 11 students started this chapter today

Quick Quiz: Functions

0/4

Tap an answer to check it instantly. No sign-up needed for these 4.

1

Which keyword is used to define a function in Python?

2

What is the correct syntax for defining a function named 'greet' with no parameters?

3

What is passed to a function when it is called?

4

Which statement is used to return a value from a function?

44 Questions·
multiple choicemultiple correct

Sample Questions

1multiple correct

Which of the following are advantages of using functions? (Select all correct answers)

Show answer

Increases readability, Reduces code length, Increases reusability, Allows work division among team members

Functions provide multiple advantages: they make code more readable, reduce repetition, allow reuse of code, and enable team collaboration. They do not make programs slower.

2multiple choice

A variable defined inside a function has which type of scope?

Show answer

Local scope

Variables defined inside a function have local scope, meaning they can only be accessed within that function and exist only while the function executes.

3multiple correct

Which of these are types of functions in Python? (Select all correct answers)

Show answer

Built-in functions, User-defined functions, Module functions

Python has built-in functions (like print(), input()), user-defined functions (created by programmers), and module functions (from imported modules). System functions is not a recognized category.

4multiple choice

What keyword is used to access a global variable inside a function when modifying it?

Show answer

global

The 'global' keyword is used inside a function to declare that a variable refers to the global variable, allowing modification of the global variable from within the function.

+40 more questions available

Practice All

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.