Karnataka 1st PUC Second Test Question Paper 2025 Computer Science – Text
Read the full text of this question paper below — useful to quickly search, copy and reference the content online without downloading the PDF.
📄 View text version (3 pages)
Page 1
Government of Karnataka
Karnataka Secondary Education Examination Board
Question Papers
Quarterly Exam
Page 2
SECOND QUARTERLY TEST DECEMBER 2025
CLASS:IPUC SUBJECT: COMPUTER SCIENCE (41) Max. Marks : 35
Time: 1Hr. 30 mins.
PART-A
Answer the following questions. Each question carries ONE mark: 10x1=10
1) Which operator is used for equal to in Python ?
a) = b) = = c) ! = d) > =
2) The method used to find the memory location of a variable is
a) id( ) b) add( ) c) sum() d) memory( )
3) In Python a list is defined by
a) Using Curly brackets {} b) Using Parentheses ( )
c) Using Square brackets [ J d) Using angle brackets <>
4) The order of execution of statements in a program is called
a) sequence control b) one after another c) serial of control f) flow of control
S) What does the break statement do ?
a) Skip the loop b) Continue the loop c) Exits the program d) Exits the loop
6) The scope of a global variable
a) Throughout the program b) Within the function
c) Within similar functions d) Within the class
7) Which one of the following is the correct way of calling a
function ?
a) function namne ) b) call function name (0
c) ret function name () d) function function name ()
II Fill in the blanks by choosing
appropriate word from those given in below:
(Operator, Indentation, modular program, built-in)
8) In Python defines a block of statements.
9) A is used to perform specific mathematical or logical operation on values.
10) Python has many predefined functions called functions.
PART-B
III Answer any TWO questions. Each question carries TWO marks : 2x2=4
11) What are comments ? How to use comments in Python ?
12) What is a keyword in Python ? Give an example.
13) Give the syntax of if-else statement in Python.
14) Write the difference between argument and
parameter.
PART-C
IV Answer any TVWO questions. Each question carries THREE marks: 2x3=6
15) What is the purpose of Input function in Python ? Give syntax and
example.
16) Explain while loop with syntax and example in Python.
17) Write the syntax and example of a user defined function in
Python.
18) Mention the Built-in modules used in Python.
PART-D
Answer any THREE questions. Each question carries FIVE
marks : 3x5=15
19) Explain arithmetic operators in Python with examples.
20) What is meant by Type conversion? Explain its types
with examples.
21) Explain Nested for loop with example.
22) Explain if-elif statement with syntax and example.
23) Write a program in Python using a user defined function that accepts base and exponent as
arguments and returns the value base to the power of exponent.
******
Page 3
Study Materials
Notes
Model Papers Class 6 Notes
Sample Papers Class 7 Notes
Half Yearly Sample Papers Class 8 Notes
Class 9 Notes
Important Resources
Class 10 Notes
Periodic Table
Class 11 Notes
Writing Skills / Formats
Maps of India / World Class 12 Notes
Books and Solutions
NCERT Books
NCERT Book Solutions
HC Verma Chapter Wise Solutions
RD Sharma Solutions
CGBSE Solutions