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 of the following is basic data distribution strategy?
Choose an answer
Centralized
Partitioned
Replication
All
Previous
Skip
Next
Question # 2
Switch statement is an alternative of:
Choose an answer
if
if-else
Nested if
Nested if-else
Previous
Skip
Next
Question # 3
SQL is used for:
Choose an answer
Data definition
Data manipulaton
Data control
All
Previous
Skip
Next
Question # 4
In 2NF, which form of dependency is removed ?
Choose an answer
associative
transitive
partial
functional
Previous
Skip
Next
Question # 5
The expression may be:
Choose an answer
Contant
Arithmetic expression
String
All
Previous
Skip
Next
Question # 6
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 # 7
Database integrity refers to the
Choose an answer
Correctness of data
Consistency of data
Both a and b
None of these
Previous
Skip
Next
Question # 8
Relationship are
Choose an answer
uni-directional
bi-directional
tri-directional
none of these
Previous
Skip
Next
Question # 9
The number of bytes used by int data type in C is:
Choose an answer
2
8
12
16
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
A two-dimensional table of data is called:
Choose an answer
Group
Set
Module
Relation
Previous
Skip
Next
Question # 12
break keyword is used in
Choose an answer
If statement
If-use
Else-if
None of the above
Previous
Skip
Next
Question # 13
_______ function is used to copy a string to an array of characters
Choose an answer
fputs()
Strepy
fgets
gets()
Previous
Skip
Next
Question # 14
Which of the following format specifiers is used for integer data type?
Choose an answer
%d
%s
%c
%f
Previous
Skip
Next
Question # 15
How many types of relationship can be used?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 16
One execution of a loop is known as a(n):
Choose an answer
Cycle
Duration
Iteration
Test
Previous
Skip
Next
Question # 17
Which key is used to move form field to field in Table window of Datasheet view?
Choose an answer
Tab
Esc
Enter
Spacebar
Previous
Skip
Next
Question # 18
Which data type is used to store numeric value with no decimal point?
Choose an answer
int
char
float
All
Previous
Skip
Next
Back