Skip to main content
Chapter 7 of 11
Important Questions

Functions

Bihar Board · Class 11 · Computer Science

Most important questions from Functions for Bihar Board Class 11 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.

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 important questions and more.

1,000+ Class 11 students started this chapter today

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 Bihar Board Class 11 Computer Science?
Functions covers several key topics that are frequently asked in Bihar 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 — Bihar 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.
How many important questions are there in Functions?
There are 44 practice questions available for Functions. These cover multiple question types including MCQs, short answer, and long answer questions.

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 Bihar Board Class 11 Computer Science.