Chapter 11 Decision Constructs Computer Science 12th Class Punjab MCQ Tests
12th Class Computer Science Chapter 11 MCQ Tests
Chapter 11 of 12th Class Computer Science has 23 questions. If you take an online MCQ test, the system will randomly choose the questions. If you want to take the quiz by chapter then click the start test button.
Total Questions: 23
Total Marks: 23
Time: 25 Mins
Total Questions: 23
Total Marks: 23
Time: 25 Mins
25Min : 00 Sec Remaining
Question # 1
if break statement is not used in Switch case then:
Question # 2
The output of following code is: main() { if(10>9) { if(2>1) { printf("I am safe"); } } else printf("I am not safe); }
Question # 3
The output of following code will be: main() { int x=0; x++; if(x>0) { if(x==0) { printf("I am zero"); } } else printf("I am not zero); }
Question # 4
A student is considered to be passed if he obtained more then 33 marks and he is a sports man as well. The appropriate programming statement of above will be:
Question # 5
if (x==0) and (y==0) then coordinate point will be on:
Question # 6
goto statement is an example of:
Question # 7
if(x%2!=0) then value of x will be :
Question # 8
The correct alternative of following if else code will be: if (a < b) { c = a; } else { c = b; }
Question # 9
if i=2 and k=3 then in switch(i-k) which case will be executed?
Question # 10
The output of following code will be: main( ) { int a=3; switch(a) { } printf("MySwitch");
Question # 11
It is necessary to add condition with else if statement.
Question # 12
Sequential execution of statements in control structure is compulsory.
Question # 13
if int x = 1, y = 2, z = 3; then output of the following condition will be: smallestNum = (x
Question # 14
The output of following code will be: if int x=0; if(x<0){printf("I am fail")} else printf("Pass");
Question # 15
The output of following program will be: main() { if(TRUE) printf("1"); printf("2"); else printf("3"); printf("4"); }
Question # 16
goto statement is dependent upon condition.
Question # 17
If else is a decision making technique , which is used in modern Artificial Intelligence.
Question # 18
In Menu of 6 options to select , only one input statement is enough.
Question # 19
if value of switch parameter doesn't match with any case then control is transferred to:
Question # 20
Which control structure is used in case study of Cartesian product?
Question # 21
Control structure is a tool for:
Question # 22
Multiple conditions can be used in conditional operator.
Question # 23
The keyword break cannot be used within :
Total Questions
1234567891011121314151617181920212223
Question # 1
if break statement is not used in Switch case then:
Question # 2
The output of following code is: main() { if(10>9) { if(2>1) { printf("I am safe"); } } else printf("I am not safe); }
Question # 3
The output of following code will be: main() { int x=0; x++; if(x>0) { if(x==0) { printf("I am zero"); } } else printf("I am not zero); }
Question # 4
A student is considered to be passed if he obtained more then 33 marks and he is a sports man as well. The appropriate programming statement of above will be:
Question # 5
if (x==0) and (y==0) then coordinate point will be on:
Question # 6
goto statement is an example of:
Question # 7
if(x%2!=0) then value of x will be :
Question # 8
The correct alternative of following if else code will be: if (a < b) { c = a; } else { c = b; }
Question # 9
if i=2 and k=3 then in switch(i-k) which case will be executed?
Question # 10
The output of following code will be: main( ) { int a=3; switch(a) { } printf("MySwitch");
Question # 11
It is necessary to add condition with else if statement.
Question # 12
Sequential execution of statements in control structure is compulsory.
Question # 13
if int x = 1, y = 2, z = 3; then output of the following condition will be: smallestNum = (x
Question # 14
The output of following code will be: if int x=0; if(x<0){printf("I am fail")} else printf("Pass");
Question # 15
The output of following program will be: main() { if(TRUE) printf("1"); printf("2"); else printf("3"); printf("4"); }
Question # 16
goto statement is dependent upon condition.
Question # 17
If else is a decision making technique , which is used in modern Artificial Intelligence.
Question # 18
In Menu of 6 options to select , only one input statement is enough.
Question # 19
if value of switch parameter doesn't match with any case then control is transferred to:
Question # 20
Which control structure is used in case study of Cartesian product?
Question # 21
Control structure is a tool for:
Question # 22
Multiple conditions can be used in conditional operator.
Question # 23
The keyword break cannot be used within :
Total Questions
1234567891011121314151617181920212223
Computer Science MCQ Test by Topics
- +11.1 Overview
- +11.2 IF Statement
- +11.3 Use of Logical Operators
- +11.4 Switch Statement
- +11.5 Conditional Operator
Computer Science
- Data Basics
- Basic Concepts and Terminology of Databases
- Database Design Process
- Data Integrity and Normalization
- Introduction to Microsoft Access
- Table and Query
- Microsoft Access-Forms and Reports
- Getting Started with C
- Elements of C
- Input/Output
- Decision Constructs
- Loop Constructs
- Functions in C
- File Handling
12th Class Online Classes 2026
Updated on: 01-09-2026
12th Class Online Preparation
12th Class 2026 Online
12th Class 2026
Add a Comment
Comments will be shown after admin approval.
Spam comments will not be approved at all.
Matric Result 2026 Punjab
10th Class Result 2026 Punjab
9th Class Result 2026 Punjab Boards
10th Class Result Gazette 2026 Punjab
Punjab Past Papers Matric 9th 10th
Primary Results 5th & 8th Class
BISE Results Intermediate & Matric
BISE Punjab Boards
Sindh Educational Boards
KPK Examination Boards
Technical Boards
Public Service Commission
University Results Gruaduation, Masters Classes
Subscribe by Email
Subscribe by Email
Position Holders Matric 2026
Position Holders 9th Class 2026
Position Holders Inter 2026
Position Holders 11th Class 2026
Punjab 12th Class Computer Science









