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
An advantages of partitioning is
Choose an answer
Efficiency
Extra space and update time
Both a & b
None of them
Previous
Skip
Next
Question # 2
Local variables are also called:
Choose an answer
Automatic variables
Global variables
Grid Variables
None of these
Previous
Skip
Next
Question # 3
The number of bytes used by 'int' data type in C are:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 4
How many times is the test expression of a switch statement evaluated?
Choose an answer
0
1
2
Once for each case
Previous
Skip
Next
Question # 5
Which of the following is a valid format specifier
Choose an answer
%10d
%7.2f
%-7f
all
Previous
Skip
Next
Question # 6
An entity related to itself in an ERD model refers to
Choose an answer
recursive relationship
one-to-many relationship
many to many relationship
on to one relationship
Previous
Skip
Next
Question # 7
Another way to write the value 3452211903 is:
Choose an answer
3.452211903e09
3.45221193e-09
3.452211903
×09
3452211903e09
Previous
Skip
Next
Question # 8
Computer program are also known as:
Choose an answer
Hardware
Software
Firmware
None
Previous
Skip
Next
Question # 9
How many form layouts are provided by MS Access?
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 10
Which of the following are valid variable names?
Choose an answer
Long
Integer
Notlongenough
Both B and C
Previous
Skip
Next
Question # 11
Which of the following is NOT suitable for an input mask?
Choose an answer
Street address
Telephone number
A date
Social security number
Previous
Skip
Next
Question # 12
Basic, fortan cobol, Pascal, C etc are -------------- language
Choose an answer
high-level
lovel-level
medium-level
intermediate-level
Previous
Skip
Next
Question # 13
A rule that states each foreign key value must match a primary key value in the other relation is called:
Choose an answer
Referential integrity constraints
Key match rule
Entity key group rule
Foreign/ primary match rule
Previous
Skip
Next
Question # 14
In a loop semicolon is placed at the end of condition:
Choose an answer
While
For
Do-while
None of these
Previous
Skip
Next
Question # 15
The number of digits after a decimal point is called:
Choose an answer
Significance
Precision
Range
Scope
Previous
Skip
Next
Question # 16
The name of actual and formal parameters
Choose an answer
May or may not be same
Must be same
Must be different
Must be in lowercase
Previous
Skip
Next
Question # 17
A IDE typically consists of:
Choose an answer
Text editor
Compiler
Debugger
All
Previous
Skip
Next
Question # 18
A form that contains a sub form is called:
Choose an answer
Form
Main form
Report
None
Previous
Skip
Next
Question # 19
The float, long float and double data types are known as:
Choose an answer
Integer data
character data
Integral data
Real data
Previous
Skip
Next
Question # 20
A row of relation is called
Choose an answer
attribute
entity
tuple
both a & c
Previous
Skip
Next
Question # 21
Which of the following are ingredients of data modeling?
Choose an answer
Entities
Attributes
Relationship
All
Previous
Skip
Next
Question # 22
Which of the following things are determined by format specifier?
Choose an answer
Data type
Field width
Format of the value
All of these
Previous
Skip
Next
Back