12th Computer Science Study Hub
12th Computer Science Lesson 1
Functions Important 2 Marks Questions
Prepare effectively for the Tamil Nadu 12th Computer Science public examination with important 2 marks questions collected from previous year question papers and repeated school examination questions.
Lesson 1 β Functions
Important 2 Marks Questions with Previous Year Repetition Analysis.
Important 2 Marks Questions from Previous Year Question Papers
The important 2 marks questions provided here are collected from the last 6 years Tamil Nadu State Board public examination question papers and important school examinations.
π Note for Students
The number mentioned next to each question indicates how many times the question has been repeated in previous public examinations and school examinations. Questions with higher repetition counts are more important for board exam preparation.
1.What is a subroutine? (5)
- Subroutines are small sections of code that are used to perform a particular task that can be used repeatedly.
- Subroutines are the basic building blocks of computer programs
2.Differentiate interface and implementation.(4)
| Interface | Implementation |
|---|---|
| Interface just defines what an object can do, but wonβt actually do it | Implementation carries out the instructions defined in the interface |
3.Define function with respect to programming language? (2)
A function is a unit of code that is often defined within a greater code structure. Specifically, a function contains a set of code that works on many kinds of inputs, like variables, expressions and produces a concrete output.
Write the inference you get from X:=(78) (2)
- X:=(78) has an expression. But, (78) is not an expression.
- (78) is a function definition.
- Definitions(78) bind values to names (X).
12th Computer Science Lesson 1 Functions Important 2 Marks Questions
Welcome to our collection of 12th Computer Science Lesson 1 Functions Important 2 Marks Questions and Answers prepared from previous year public question papers and repeated school examination questions.
The lesson Functions is one of the most important chapters in Class 12 Computer Science. Students can expect several short answer questions from function definitions, recursion, parameter passing, anonymous functions, lambda functions, and scope of variables.
Topics Covered
- Functions
- Recursive Functions
- Lambda Functions
- Function Arguments
- Scope of Variables
- Anonymous Functions
- Return Statement
- Parameter Passing
Why Practice Previous Year Questions?
- Helps understand exam pattern
- Improves conceptual clarity
- Covers repeated questions
- Useful for revision
- Improves answer writing speed
- Boosts confidence before exams
Previous Year Important Questions
These important 2 marks questions are collected from Tamil Nadu State Board public examinations and school examinations conducted during the past few years.
Students are advised to revise these questions regularly and understand the concepts behind each question to score maximum marks in the public examination.
More 12th Computer Science Study Materials
- Important 1 Mark Questions
- Important 3 Mark Questions
- Important 5 Mark Questions
- Book Back Answers
- Chapter Wise Notes
- Previous Year Question Papers
- Video Tutorials
Regular practice of important questions from Functions can help students improve confidence and score high marks in the 12th Computer Science public examination.
