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
ICS Part 2 Computer Science Online Test MCQs With Answers
Question # 1
Which of the following is a decision making statement
Choose an answer
break
getch ( )
if
all
Previous
Skip
Next
Question # 2
A report may be based on:
Choose an answer
A table but not a query
A query but a table
Both a table and a query
None of these
Previous
Skip
Next
Question # 3
An advantages of partitioning is
Choose an answer
Efficiency
Extra space and update time
Both a & b
None of them
Previous
Skip
Next
Question # 4
How many are layout of report?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 5
Which is used to associate entities with one another?
Choose an answer
Entity
Attributes
Identifier
Relationship
Previous
Skip
Next
Question # 6
A file is stored in:
Choose an answer
RAM
ROM
Cache
Hard disk
Previous
Skip
Next
Question # 7
A label is meaningful only for
Choose an answer
for
while
goto
all
Previous
Skip
Next
Question # 8
Which of the following is NOT a valid identifier?
Choose an answer
return
myInt
myInteger
total3
Previous
Skip
Next
Question # 9
Switch statement must use the keyword
Choose an answer
Case
Default
Break
All of the above
Previous
Skip
Next
Question # 10
A virtual table that is constructed form other tables is called:
Choose an answer
Table
View
Relation
Tuple
Previous
Skip
Next
Question # 11
Which of the following is displayed by printf function?
Choose an answer
Text
Constant or values of variable
A and B
Graphics
Previous
Skip
Next
Question # 12
The operator that is used in decision making is
Choose an answer
increment operator
decrement operator
condition operator
none
Previous
Skip
Next
Question # 13
In if statement, false is represented by :
Choose an answer
0
1
2
3
Previous
Skip
Next
Question # 14
The relationship can be:
Choose an answer
One-to-one
One-to-many
Many-to-many
All
Previous
Skip
Next
Question # 15
The instruction that is used to execute a statement or set of statements is
Choose an answer
while
for
do-while
all
Previous
Skip
Next
Question # 16
The processing of running an executable file is known as:
Choose an answer
Debugging
Compiling
Executing
Saving
Previous
Skip
Next
Question # 17
____________ is used to specify two different choices with "if" statement.
Choose an answer
Switch
Else
If
If-else
Previous
Skip
Next
Back