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 NOT a function of report?
Choose an answer
Display data
Edit data
Output of database application
Print data
Previous
Skip
Next
Question # 2
A form that contains a sub form is called:
Choose an answer
Form
Main form
Report
None
Previous
Skip
Next
Question # 3
The forms are ___________ end of our database in Microsoft Access.
Choose an answer
Back
Front
Both A and B
None
Previous
Skip
Next
Question # 4
The machine language instructions are written in ______
Choose an answer
Keyboard
Binary code
C
None of them
Previous
Skip
Next
Question # 5
An integer variable can store the value:
Choose an answer
-1.1
"123"
32898
5.5
Previous
Skip
Next
Question # 6
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 # 7
C was developed in the year:
Choose an answer
1970
1972
1976
1995
Previous
Skip
Next
Question # 8
Which of the following is a possible value of flag?
Choose an answer
-
+
Space
All
Previous
Skip
Next
Question # 9
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 # 10
The program structure that executes program statements in order is
Choose an answer
selection
sequence
repetition
iteration
Previous
Skip
Next
Question # 11
Another term for a computer making a decision is:
Choose an answer
Sequential
Selection
Repetition
Iteration
Previous
Skip
Next
Question # 12
Which is used to associate entities with one another?
Choose an answer
Entity
Attributes
Identifier
Relationship
Previous
Skip
Next
Question # 13
The header file that contains input and output functions is
Choose an answer
Math.h
Graphic.h
Stdio.h
Conio.h
Previous
Skip
Next
Question # 14
Which is a valid statement for initializing of a variable?
Choose an answer
int n=100;
int x=50, y=75;
char grade='a'
All of these
Previous
Skip
Next
Question # 15
Which data type can be used to define a field that is also formatted for data entry and display?
Choose an answer
Text and Memo
Number and Currency
Date/Time
All
Previous
Skip
Next
Question # 16
An advantage of partitioning is:
Choose an answer
Efficiency
Extra space
Reliabilty
Accuracy
Previous
Skip
Next
Question # 17
Which of the following is NOT a characteristic of relation?
Choose an answer
Each row is unique
The order of columns is significant
The order of rows is insignificant
Columns are all elemental or atomic
Previous
Skip
Next
Question # 18
Which type of report lists every field for every record in a single column?
Choose an answer
Tabular report
Summary report
Columnar reports
All of these
Previous
Skip
Next
Back