Chapter 5 Loop Control Structure Computer Science 10th Class Federal MCQ Tests
10th Class Computer Science Chapter 5 MCQ Tests
Chapter 5 of 10th Class Computer Science has 11 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: 11
Total Marks: 11
Time: 15 Mins
Total Questions: 11
Total Marks: 11
Time: 15 Mins
15Min : 00 Sec Remaining
Question # 1
In do while loop , the conditional expression is: (while(i!=0) then how many times do while loop will run? Where as int i=0;
Question # 2
Conditional expression used in do while loop must be true, in order to continue loop.
Question # 3
if x=0; and while(x>0){ printf("I am in loop"); x++;} how many times " I am in loop " printed?
Question # 4
The output of following code will be:
main()
{
int k, j;
for(k=1, j=10; k <= 5; k++)
{
printf("%d ", (k+j));
}
}
Question # 5
Primary purpose of repetition structure is:
Question # 6
Do-while loop terminates when conditional expression becomes:
Question # 7
A set of statements continue to repeat, until or unless condition is :
Question # 8
In following for loop construct ( for(x=0; x>10; x++) ) which statement is executed only once.
Question # 9
if continue statement is used inside'do while' body then control is transferred to:
Question # 10
Continue statement is used for:
Question # 11
How many times a following for loop will run: for(int x=0; x<10; x++)
Total Questions
1234567891011
Question # 1
In do while loop , the conditional expression is: (while(i!=0) then how many times do while loop will run? Where as int i=0;
Question # 2
Conditional expression used in do while loop must be true, in order to continue loop.
Question # 3
if x=0; and while(x>0){ printf("I am in loop"); x++;} how many times " I am in loop " printed?
Question # 4
The output of following code will be:
main()
{
int k, j;
for(k=1, j=10; k <= 5; k++)
{
printf("%d ", (k+j));
}
}
Question # 5
Primary purpose of repetition structure is:
Question # 6
Do-while loop terminates when conditional expression becomes:
Question # 7
A set of statements continue to repeat, until or unless condition is :
Question # 8
In following for loop construct ( for(x=0; x>10; x++) ) which statement is executed only once.
Question # 9
if continue statement is used inside'do while' body then control is transferred to:
Question # 10
Continue statement is used for:
Question # 11
How many times a following for loop will run: for(int x=0; x<10; x++)
Total Questions
1234567891011
Computer Science
10th Class Federal MCQ Tests
10th Class Online Classes 2026
Updated on: 17-05-2026
10th Class Online Preparation
10th Class 2026 Online
10th 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
Federal 10th Class Computer Science








