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
The high-level languages are ----------------
Choose an answer
machine depdendent
not machine dependent
expensive
more easier to learn
Previous
Skip
Next
Question # 2
Which of the following type of file require largest processing time?
Choose an answer
Sequential file
Random file
Indexed sequential file
Direct access file
Previous
Skip
Next
Question # 3
The columns of a table correspond to:
Choose an answer
Table
Record
Field
Cell
Previous
Skip
Next
Question # 4
A file is stored in:
Choose an answer
RAM
ROM
Cache
Hard disk
Previous
Skip
Next
Question # 5
The relationship can be:
Choose an answer
One-to-one
One-to-many
Many-to-many
All
Previous
Skip
Next
Question # 6
Header file in C contain:
Choose an answer
Compiler commands
Library functions
Header information of C programs
Operations for files
Previous
Skip
Next
Question # 7
The ".exe" file is produced by:
Choose an answer
Linker
Loader
Compiler
Interpreter
Previous
Skip
Next
Question # 8
Which of the following is NOT legal element of control string in printf statement?
Choose an answer
Ordinary characters
Escape sequence
Format specifier
Variables
Previous
Skip
Next
Question # 9
Which of the following methods are used for creating a table in Access?
Choose an answer
Creating table in Design view
Creating table by using wizard
Creating table by entering data
All
Previous
Skip
Next
Question # 10
A well-organized set of instructions given to the computer is called:
Choose an answer
Hardware
Software
Bug
None
Previous
Skip
Next
Question # 11
Which type of variable can store numbers data ?
Choose an answer
int
float
double
all
Previous
Skip
Next
Question # 12
Which of the following work with files
Choose an answer
fsanf()
fprintf()
printf()
Both a and b
Previous
Skip
Next
Question # 13
One execution of a loop is knows as a (n):
Choose an answer
Cycle
Duration
Iteration
Test
Previous
Skip
Next
Question # 14
The keyword used to transfer control from the body of loop to the start of loop is
Choose an answer
Exit
Continue
Break
End
Previous
Skip
Next
Question # 15
If x=10 and y=5,, what will the output of the following expression?
x>y? x*y: x+y
Choose an answer
5
10
15
50
Previous
Skip
Next
Question # 16
The number of variables that can be used in printf ( ) function are
Choose an answer
One
Many
Three
Zero
Previous
Skip
Next
Question # 17
Which of the following mode open only an existing file for both reading and writing
Choose an answer
"W"
"W+"
"r+"
"a+"
Previous
Skip
Next
Question # 18
Which of the following are valid variable names?
Choose an answer
Long
Integer
Notlongenough
Both B and C
Previous
Skip
Next
Back