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 data type can be used to define a field that consists on only numbers to be used in calculations?
Choose an answer
Text
Memo
Number
Date/Time
Previous
Skip
Next
Question # 2
Compiled programs typically execute faster because:
Choose an answer
Compiled programs are read and executed a line at a time
Compiled programs are already in a machine-readable form.
Compiled programs do not require any data
None of these
Previous
Skip
Next
Question # 3
_______ is created when the same name is used for two different attributes
Choose an answer
Synonyms
Homonyms
Redundant information
Mutually exclusive data
Previous
Skip
Next
Question # 4
If for each entity in B there is only one related entity in A then the relationship between the entities is
Choose an answer
One to one
One to many
Many to many
None
Previous
Skip
Next
Question # 5
An if statement inside the true block of another if statement is called:
Choose an answer
A nested if statement
A branched if statement
A conditional operator
A relational operator
Previous
Skip
Next
Question # 6
Relationship are
Choose an answer
uni-directional
bi-directional
tri-directional
none of these
Previous
Skip
Next
Question # 7
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 # 8
While loop is also called:
Choose an answer
Conditional loop
Wend loop
Counter loop
Continuous loop
Previous
Skip
Next
Question # 9
Which of the following is used to create and modify a form?
Choose an answer
Form view
Table design view
Form design view
New Form view
Previous
Skip
Next
Question # 10
Print() function can show
Choose an answer
Text
Value of variable
Constants
All
Previous
Skip
Next
Question # 11
The primary objective of the Entity-Relationship diagram is to represent:
Choose an answer
Entities
Relationship
Association
All of these
Previous
Skip
Next
Question # 12
Insert command is used to insert:
Choose an answer
A new table
A new record
A view
Dependencies
Previous
Skip
Next
Question # 13
Which of the following are anomalies that can be caused by redundancy in tables?
Choose an answer
Insertion
Deletion
Modification
All
Previous
Skip
Next
Question # 14
conio stands for :
Choose an answer
Character input output
Consoleinput output
Commoninput output
Complexinput output
Previous
Skip
Next
Question # 15
In 3NF a non-key attribute must not depend on a
Choose an answer
Non-key attribute
Key attribute
Composite key
Sort key
Previous
Skip
Next
Question # 16
SQL stands for:
Choose an answer
Sort Query Language
Self Query language
Seek Query language
Structured Query Language
Previous
Skip
Next
Question # 17
Which of the following represents a collection of concepts that are used to describe the structure of a database:
Choose an answer
Data warehouse
Data model
Data structure
Data type
Previous
Skip
Next
Question # 18
The statement that is used for an
Choose an answer
while
all
for
goto
Previous
Skip
Next
Back