Control Structures
Quiz
•
Computers
•
12th Grade
•
Practice Problem
•
Hard
Maraziah bakar
Used 81+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include<stdio.h>
int main()
{
int num=1; //initializing the variable
while(num<=10) //while loop with condition
{
printf("%d\n",num);
num++; //incrementing operation
}
return 0;
}
1 2 3 4 5 6 7 8 9 10
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
1 2 3 4 5 6 7 8 9
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4) What will be the output of following program ?
#include < stdio.h >
int main()
{
int tally=0;
for(;;)
{
if(tally==10)
break;
printf("%d ",++tally);
}
return 0;
}
0 1 2 3 4 5 6 7 8 9 10
0 1 2 3 ... infinite times
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The continue statment cannot be used with
for
while
do...while
switch
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an invalid if-else statement?
if (if (a == 1)){}
if (a){}
if ((char) a){}
if (func1 (a)){}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times i value is checked in the below code?
int main()
{
int i = 0;
do {
i++;
printf("in while loop\n");
} while (i < 3);
}
2
3
4
1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program?
13
12
10
15
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program?
0 1 2 3
0 1 2 3 4
1 2 3 4
1 2 3
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Bài 10-Thực hành khai thác tài nguyên trên Internet
Quiz
•
10th - 12th Grade
10 questions
Microcontroller
Quiz
•
11th Grade - University
14 questions
Input, output and storage de
Quiz
•
8th Grade - Professio...
10 questions
Bài 2-Vai trò của thiết bị thông minh và tin học đối với xã hội
Quiz
•
10th - 12th Grade
10 questions
Tin học 10 _ Bài 16 _Định dạng văn bản
Quiz
•
10th - 12th Grade
10 questions
RFID Quiz
Quiz
•
10th - 12th Grade
15 questions
Quis Grade 5
Quiz
•
9th - 12th Grade
13 questions
Direcciones IP v4
Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
