Functions
Odisha Board · Class 11 · Computer Science
Practice quiz for Functions — Odisha Board Class 11 Computer Science. MCQs and questions with answers to test your preparation.
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/4Tap an answer to check it instantly. No sign-up needed for these 4.
Which keyword is used to define a function in Python?
What is the correct syntax for defining a function named 'greet' with no parameters?
What is passed to a function when it is called?
Which statement is used to return a value from a function?
Sample Questions
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.
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.
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.
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 AllFrequently Asked Questions
What are the important topics in Functions for Odisha Board Class 11 Computer Science?
How to score full marks in Functions — Odisha Board Class 11 Computer Science?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Functions
Important Questions
Practice with board exam-style questions
Syllabus
What topics to cover
Revision Notes
Key points for last-minute revision
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
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 Odisha Board Class 11 Computer Science.