Functions
Nagaland Board · Class 11 · Computer Science
Most important questions from Functions for Nagaland Board Class 11 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.
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
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 Nagaland Board Class 11 Computer Science?
How to score full marks in Functions — Nagaland Board Class 11 Computer Science?
How many important questions are there in Functions?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Functions
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
Practice Quiz
Test yourself with a quick quiz
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 Nagaland Board Class 11 Computer Science.