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
A form with in another form is called:
Choose an answer
Sub-form
Main form
Multi-form
None
Previous
Skip
Next
Question # 2
A collection of raw facts and figures is called:
Choose an answer
Data
Information
Processing
Knowledge
Previous
Skip
Next
Question # 3
Which rule states that a record form a table cannot be deleted if its associated record exists in related table?
Choose an answer
Referential integrity
Entity relationship
Normalization
All
Previous
Skip
Next
Question # 4
Which character signifies the beginning of an escape sequence?
Choose an answer
{
\
//
/
Previous
Skip
Next
Question # 5
a + = b is equivalent to:
Choose an answer
b + = a
a = + b
a = a + b
b = b + a
Previous
Skip
Next
Question # 6
The statement printf ("%-10d",n) will display the value of n:
Choose an answer
Right justified in ten-character space
Left justified in ten-character space
Center-justified in ten-character space
None of these
Previous
Skip
Next
Question # 7
How many table views are available in MS Access?
Choose an answer
1
3
2
4
Previous
Skip
Next
Question # 8
Print() function can show
Choose an answer
Text
Value of variable
Constants
All
Previous
Skip
Next
Question # 9
Which of the following data model is more flexible?
Choose an answer
network model
hierarchical model
index sequential file
direct access file
Previous
Skip
Next
Question # 10
Which of the following is an image file extension?
Choose an answer
.tif
.jpg
.bmp
All
Previous
Skip
Next
Question # 11
Which format specific is used for integer data type?
Choose an answer
%d
%S
%C
%f
Previous
Skip
Next
Question # 12
Which can be previewed on the screen before printing?
Choose an answer
Report
Form
Sub-form
None
Previous
Skip
Next
Question # 13
Which function is used to input data in C program?
Choose an answer
scanf
getch()
gets()
All
Previous
Skip
Next
Question # 14
Which key does not have uniqueness property?
Choose an answer
Candidate
Foreign key
Primary key
Secondary key
Previous
Skip
Next
Question # 15
the integer, long and short data types are known as:
Choose an answer
Integer data types
Non-integral data types
float data types
Non-numeric data types
Previous
Skip
Next
Question # 16
Which of the following view in MS Access is used to define the structure of table?
Choose an answer
Datasheet
QBE
Relationship
Design
Previous
Skip
Next
Question # 17
In a relational database a single piece of information is called:
Choose an answer
Table
Record
Entity
Attribute
Previous
Skip
Next
Question # 18
How many types of loop structure are available in C language?
Choose an answer
While
Do-while
For
All
Previous
Skip
Next
Back