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
Computer Science 10th Class English Medium Online Test MCQs With Answers
Question # 1
Which operator takes two Boolean expression as operands and produces the result true if both of its operands are true ?
Choose an answer
Previous
Skip
Next
Question # 2
The name, computer suggests that _________ is the most important aspect of computers:
Choose an answer
computation
working
location
math
Previous
Skip
Next
Question # 3
How many types of selection structure.
Choose an answer
1
2
3
4
Previous
Skip
Next
Question # 4
How many types of function.
Choose an answer
1
2
3
4
Previous
Skip
Next
Question # 5
Which keyword is used to declare the floating type variable ?
Choose an answer
int
float
positive
char
Previous
Skip
Next
Question # 6
The ____ of the function shold be related to its task.
Choose an answer
Name
Setup
Routine
Work
Previous
Skip
Next
Question # 7
__________ statements describe the sequence in which statements of the program should be executed:
Choose an answer
loop
conditional
control
all
Previous
Skip
Next
Question # 8
Which operator is used to subtract the value on right side from the value on left side ?
Choose an answer
+
-
*
%
Previous
Skip
Next
Question # 9
Which is a built-in function in C programming language to show output on screen?
Choose an answer
printf()
scanf()
input
print
Previous
Skip
Next
Question # 10
These are the values including a decimal point:
Choose an answer
real constants
string constants
characterconstants
singleconstants
Previous
Skip
Next
Question # 11
Choose an answer
a++;
a--;
both (a) and (b)
none
Previous
Skip
Next
Question # 12
Single-line comments start with:
Choose an answer
//
==
??
&&
Previous
Skip
Next
Question # 13
Assigning value to variable for the first time is called:
Choose an answer
initiation
variable initialization
variable
string constant
Previous
Skip
Next
Back