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
Different attributes in two different tables having same name are called:
Choose an answer
Synonym
Homonym
Acronym
Mutually exclusive
Previous
Skip
Next
Question # 2
The type of expression x > y is
Choose an answer
arithmetic
logical
relational
conditional
Previous
Skip
Next
Question # 3
Insert command is used to insert:
Choose an answer
New table
New record
View
Dependences
Previous
Skip
Next
Question # 4
Relationship are
Choose an answer
uni-directional
bi-directional
tri-directional
none of these
Previous
Skip
Next
Question # 5
Which of the following is logical data type in MS Access?
Choose an answer
Boolean
Yes/No
True/false
Log
Previous
Skip
Next
Question # 6
Which of the following are ingredients of data modeling?
Choose an answer
Entities
Attributes
Relationship
All
Previous
Skip
Next
Question # 7
Which of the following is NOT a database object?
Choose an answer
Table
Query
Report
MS word
Previous
Skip
Next
Question # 8
Go to statement can not work properly without
Choose an answer
condition
operator
label
none
Previous
Skip
Next
Question # 9
Which file is used to store information that remains constant for a long time?
Choose an answer
Master file
Transaction file
Backup file
None
Previous
Skip
Next
Question # 10
Which of the following anomalies result from a transitive dependency ?
Choose an answer
Insertion
Modification
Deletion
All
Previous
Skip
Next
Question # 11
The data in tables is entered in:
Choose an answer
Design view
Normal view
Datasheet view
Layout view
Previous
Skip
Next
Question # 12
Which is true about a variable?
Choose an answer
The name and data value can both change
The name can change, but the data value cannot
The name cannot change, but the data value can
The name and the data value both cannot changed
Previous
Skip
Next
Question # 13
A loop whose execute never ends is called
Choose an answer
Nested loop
Forever loop
Infinite loop
Counter loop
Previous
Skip
Next
Question # 14
Which is a numeric data type ?
Choose an answer
float
int
Both a and b
char
Previous
Skip
Next
Question # 15
In hybrid distribution, what types of fragments are stored at only one site?
Choose an answer
Critical fragments
Non-critical fragments
Critical and non-critical fragments
Only large fragments
Previous
Skip
Next
Question # 16
The expression in define directive:
Choose an answer
Can only be changed at the end of the program
Cannot be changed but can be redefined
Cannot be assigned a value
Cannot be changed
Previous
Skip
Next
Question # 17
An advantages of partitioning is
Choose an answer
Efficiency
Extra space and update time
Both a & b
None of them
Previous
Skip
Next
Question # 18
The statement printf ("%10d",n) will display the value of n:
Choose an answer
Right justified in ten-character space
Left justified in ten-character space
Center-justified in ten-character space
None of these
Previous
Skip
Next
Back