PSEB-XII SERIES Computer-applications
Programming Fundamentals
9 previous year questions.
Volume: 9 Ques
Yield: Medium
High-Yield Trend
9
2025 Chapter Questions 9 MCQs
01
PYQ 2025
medium
computer-applications ID: pseb-xii
What is branching statement, explain any one branching statement with suitable example?
02
PYQ 2025
medium
computer-applications ID: pseb-xii
What is type conversion?
03
PYQ 2025
medium
computer-applications ID: pseb-xii
Explain the concept of expression.
04
PYQ 2025
medium
computer-applications ID: pseb-xii
What is the role of comments in a program?
05
PYQ 2025
medium
computer-applications ID: pseb-xii
String is there a data structure in Python that represents a sequence of ........... characters.
1
alphabets
2
ASCII
3
Unicode
4
None of these
06
PYQ 2025
medium
computer-applications ID: pseb-xii
.......... means arrange the values in ascending or descending order.
1
Index
2
Slice
3
Sort
4
Traverse
07
PYQ 2025
medium
computer-applications ID: pseb-xii
A .......... value can be written using single, double or triple quotes in Python.
1
numeric
2
Boolean
3
string
4
real
08
PYQ 2025
medium
computer-applications ID: pseb-xii
........... data type is used to represent the truth value of an expression.
1
Boolean
2
float
3
integer
4
complex
09
PYQ 2025
medium
computer-applications ID: pseb-xii
Looping flow control is also known as ............ flow control.
1
branching
2
iterative
3
sequential
4
decision making