More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
10th Class Computer Science Unit 3 Input and Output Handling English Medium KPK Boards Online Mcqs MCQs With Answers
Question # 1
If statement is used within another if statement is called:
Choose an answer
nested if
simple if
many if
multiple if
Previous
Skip
Next
Question # 2
Choose an answer
a++;
a--;
both (a) and (b)
none
Previous
Skip
Next
Question # 3
Selection statements within selection statements are called:
Choose an answer
if else
condition
while
nested selection structures
Previous
Skip
Next
Question # 4
Which of the following is not a type of control statements in C language.
Choose an answer
Sequential Control Statements
Selection control statements
Repetitio contorl statements
Error Control Statements
Previous
Skip
Next
Question # 5
Which of the following is the default control structure in C language ?
Choose an answer
Previous
Skip
Next
Question # 6
Which Statements is used ot execute not set of instructions, if a particular condition is true and another set of instructions if the condition is false.
Choose an answer
if
else
if else
loop
Previous
Skip
Next
Question # 7
In which statement we specify a condition, and associate a code to it:
Choose an answer
selection
if
go to
loop
Previous
Skip
Next
Question # 8
An if statement inside another if statement is called _______ structure:
Choose an answer
nested
boxed
repeated
decomposed
Previous
Skip
Next
Question # 9
Selection statements within selection statements are called.
Choose an answer
if -else
condition
while
nested selection structures
Previous
Skip
Next
Question # 10
The statements which help us to decide which statements should be executed next, on the basis of conditions, are called:
Choose an answer
selection statements
Previous
Skip
Next
Question # 11
A ____ could be any vilid expresion including arithmetic expression relational expression,s logical expressions.
Choose an answer
If
condition
while
compound
Previous
Skip
Next
Question # 12
A set of multiple instructions enclosed in braces is called a block or.
Choose an answer
if
if -else
while
compound
Previous
Skip
Next
Question # 13
How many types of selection structure ?
Choose an answer
1
3
2
4
Previous
Skip
Next
Question # 14
In which control all the statements are executed in the given sequence:
Choose an answer
Previous
Skip
Next
Question # 15
The statements which help us to decide whihc statements should be executed next, on the basis of conditions, are called.
Choose an answer
Error Control Statements
Selection statements
Sequential Control Statements
Repetition Control Statements
Previous
Skip
Next
Question # 16
If we want to associate more than one statements to an if statement, then they need to be enclosed inside a:
Choose an answer
()
*
:
{ }
Previous
Skip
Next
Back