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 English Medium KPK Boards Online Mcqs MCQs With Answers
Question # 1
Keyword unsigned in the used to declare an ________ integer:
Choose an answer
signed
negative integer
unsigned
originalinteger
Previous
Skip
Next
Question # 2
In which control all the statements are executed in the given sequence:
Choose an answer
Previous
Skip
Next
Question # 3
The _______ does not describe how the function performs the task assigned to it.
Choose an answer
Return value
Function signature
Output
Reader
Previous
Skip
Next
Question # 4
Choose an answer
a++;
a--;
both (a) and (b)
none
Previous
Skip
Next
Question # 5
The conversion of program file into binary file is called:
Choose an answer
editing
compilation
linking
execution
Previous
Skip
Next
Question # 6
We use ............. loops to repeat a pattern multiple times.
Choose an answer
Loop
While loop
Nested
Simple loop
Previous
Skip
Next
Question # 7
Selection statements within selection statements are called.
Choose an answer
if -else
condition
while
nested selection structures
Previous
Skip
Next
Question # 8
______ is the unique identifiere, used ot refer to the array.
Choose an answer
Data type
Array name
Array size
None
Previous
Skip
Next
Question # 9
How many types of comments in C language are ?
Choose an answer
1
2
3
6
Previous
Skip
Next
Question # 10
Which is a block of statements that performs a particular task.
Choose an answer
Function
Program
Routine
Block
Previous
Skip
Next
Question # 11
Which of the following is header file ?
Choose an answer
void main()
getch()
#include<stdio.h>
none of these
Previous
Skip
Next
Question # 12
Header file is started from _______ symbol:
Choose an answer
#
$
&
=
Previous
Skip
Next
Back