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 loop statement executes the body of loop at least once?
Choose an answer
do-white
While
For
None of these
Previous
Skip
Next
Question # 2
A computer program written in a high-level language is called
Choose an answer
object code
re locateable code
source code
none of them
Previous
Skip
Next
Question # 3
To be in 2NF every non key attribute must depend on
Choose an answer
Key
All parts of the key
Composite key
Both a and b
Previous
Skip
Next
Question # 4
The keyword 'break' cannot be used within:
Choose an answer
Do-while
If-else
For
While
Previous
Skip
Next
Question # 5
How many primary keys can a table have
Choose an answer
One
At least one but not more than two
Between 1-5
No limit
Previous
Skip
Next
Question # 6
The type of files from functional point of view include:
Choose an answer
Program file
Data file
a and b
None of these
Previous
Skip
Next
Question # 7
The number of bytes used by float data type in C is:
Choose an answer
2
4
121
16
Previous
Skip
Next
Question # 8
Which of the following loop is available in C language?
Choose an answer
While
Do-while
For
All
Previous
Skip
Next
Question # 9
getch() stands for:
Choose an answer
Go character
Get character
Give character
All
Previous
Skip
Next
Question # 10
Which of the following are basic data distribution strategies
Choose an answer
Centralized
Partitioned
Replication
All of them
Previous
Skip
Next
Question # 11
Which can be previewed on the screen before printing?
Choose an answer
Report
Form
Sub-form
None
Previous
Skip
Next
Question # 12
The program structure that executes program statements in order is
Choose an answer
selection
sequence
repetition
iteration
Previous
Skip
Next
Question # 13
The loop which never ends is called:
Choose an answer
Infinite loop
Running loop
Continuous loop
Nested loop
Previous
Skip
Next
Question # 14
Relationship are
Choose an answer
uni-directional
bi-directional
tri-directional
none of these
Previous
Skip
Next
Question # 15
A database containing all students in a class would store the information of individual students in:
Choose an answer
Record
Field
Cell
File
Previous
Skip
Next
Question # 16
Which of the following may be a temporary file?
Choose an answer
Master file
Transaction file
Back up file
None
Previous
Skip
Next
Question # 17
Which of the following loop is called counter loop?
Choose an answer
For
While
Do-while
All
Previous
Skip
Next
Question # 18
Customers,cars and parts are examples of:
Choose an answer
Entities
Attributes
Cardinals
Relashionships
Previous
Skip
Next
Back