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
The case block ends with:
Choose an answer
End Select
End case
Break
Case else
Previous
Skip
Next
Question # 2
A collection of data that consists of name, address and email of a person is called:
Choose an answer
Byte
Record
Character
Field
Previous
Skip
Next
Question # 3
Which is used to associate entities with one another?
Choose an answer
Entity
Attributes
Identifier
Relationship
Previous
Skip
Next
Question # 4
This is a control structure that causes a statement or group of statement to repeat:
Choose an answer
Decision statement
Duration
Iteration
Test
Previous
Skip
Next
Question # 5
All numbers greater than 0 and less than 100
Choose an answer
< 0 and > = 100
> 0 and < = 100
< > 100
> = 1
Previous
Skip
Next
Question # 6
A disadvantages of partitioning is
Choose an answer
Simplicity
Extra space and update time
Both a & b
None of them
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
What is the value of "a" after execution the following code segment:
int a=2;
int b=0;
while(b<5)
{ a=a*2;
b=b+1;
}
a=a+1;
Choose an answer
64
65
66
67
Previous
Skip
Next
Question # 9
The extension of object file is:
Choose an answer
.c
.txt
.obj
.h
Previous
Skip
Next
Question # 10
All of the following are components of physical database design EXCEPT:
Choose an answer
Data volume and usage anylisis
Data distribution strategy
File organization
Normalize the relations
Previous
Skip
Next
Question # 11
Which is used to display yes/no values:
Choose an answer
Check box
Option buttons
Both a & b
None of these
Previous
Skip
Next
Question # 12
The output of the statement print ("%2f', 11.4519), is
Choose an answer
11.4519
11.45
11.51
11
Previous
Skip
Next
Question # 13
The smallest meaningful unit of data in a database is called:
Choose an answer
Byte
Record
Character
Field
Previous
Skip
Next
Question # 14
What is the default field size of a text data type field?
Choose an answer
2
5
20
50
Previous
Skip
Next
Question # 15
A table should have :
Choose an answer
Primary key
Secondary key
Composite key
Sort key
Previous
Skip
Next
Question # 16
______ are used to move around the window if its contents do not fit on screen
Choose an answer
menu bar
Tool bar
Scroll bar
Status bar
Previous
Skip
Next
Question # 17
The number of bytes used by double data type in C is:
Choose an answer
2 (8) 8
12
6
Previous
Skip
Next
Question # 18
The functions used for input and output is stored in:
Choose an answer
stdio.h
conio.h
math.h
inout.h
Previous
Skip
Next
Back