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
When we make any modification in a relation it is called
Choose an answer
Insertion anomaly
Deletion anomaly
Modification anomaly
Both a and b
Previous
Skip
Next
Question # 2
The number of bytes used by int data type in C is:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 3
Each of the following is an example of a valid Access data type EXCEPT:
Choose an answer
Memo
Currency
Name
Text
Previous
Skip
Next
Question # 4
Field properties determine:
Choose an answer
Field size
Input mask
Default value
All
Previous
Skip
Next
Question # 5
In ERD model, the relationship between two entities is represented by a
Choose an answer
diamond symbol
rectangular box
oval symbol
line
Previous
Skip
Next
Question # 6
Which of the following is NOT included in the definition of an entity?
Choose an answer
Person
Object
Concept
Action
Previous
Skip
Next
Question # 7
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 # 8
The format specifier % d is used for
Choose an answer
Int
Unsigned short
Unsigned float
Unsigned long int
Previous
Skip
Next
Question # 9
Which of the following symbol is used with % sign to display output left-justified:
Choose an answer
-
/
\
L
Previous
Skip
Next
Question # 10
One execution of a loop is knows as a (n):
Choose an answer
Cycle
Duration
Iteration
Test
Previous
Skip
Next
Question # 11
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 # 12
Which form of dependency is removed n 3NF?
Choose an answer
Functional
Non-functional
Associative
Transitive
Previous
Skip
Next
Question # 13
Which of the following data types is most appropriate for storing a name?
Choose an answer
float
int
char
long
Previous
Skip
Next
Question # 14
Which view is used to add, edit or delete records form a table?
Choose an answer
Record view
Datasheet view
Design view
Edit view
Previous
Skip
Next
Question # 15
Customers,cars and parts are examples of:
Choose an answer
Entities
Attributes
Cardinals
Relashionships
Previous
Skip
Next
Question # 16
The output of a compiler is called:
Choose an answer
Library code
Source code
Linked code
Object code
Previous
Skip
Next
Question # 17
Which of the following may be a temporary file?
Choose an answer
Master file
Transaction file
Back up file
None
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