If Statement MCQ Tests
12th Class Computer Science MCQ Tests
If Statement
of 12th Class Computer Science has 8 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: 8
Total Marks: 8
Time: 10 Mins
Total Questions: 8
Total Marks: 8
Time: 10 Mins
10Min : 00 Sec Remaining
Question # 1
It is necessary to add condition with else if statement.
Question # 2
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 # 3
The output of following program will be: main() { if(TRUE) printf("1"); printf("2"); else printf("3"); printf("4"); }
Question # 4
The output of following code is: main() { if(10>9) { if(2>1) { printf("I am safe"); } } else printf("I am not safe); }
Question # 5
if(x%2!=0) then value of x will be :
Question # 6
If else is a decision making technique , which is used in modern Artificial Intelligence.
Question # 7
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 # 8
if value of switch parameter doesn't match with any case then control is transferred to:
Total Questions
12345678
Question # 1
It is necessary to add condition with else if statement.
Question # 2
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 # 3
The output of following program will be: main() { if(TRUE) printf("1"); printf("2"); else printf("3"); printf("4"); }
Question # 4
The output of following code is: main() { if(10>9) { if(2>1) { printf("I am safe"); } } else printf("I am not safe); }
Question # 5
if(x%2!=0) then value of x will be :
Question # 6
If else is a decision making technique , which is used in modern Artificial Intelligence.
Question # 7
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 # 8
if value of switch parameter doesn't match with any case then control is transferred to:
Total Questions
12345678
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: 17-05-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 If Statement









