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
In relational database, table is also called:
Choose an answer
Table
Relation
File
Schema
Previous
Skip
Next
Question # 2
Which of the following is used to display a list of items in forms?
Choose an answer
List box
Combo box
Both a and b
None of these
Previous
Skip
Next
Question # 3
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 # 4
Variables are created in
Choose an answer
Ram
Rom
Hard disk
Cache
Previous
Skip
Next
Question # 5
Which format specifier is used for integer data type?
Choose an answer
%d
%c
%s
%f
Previous
Skip
Next
Question # 6
The functions that are defined by programmer are called:
Choose an answer
User-defined
Subprograms
Subroutines
Built-in functions
Previous
Skip
Next
Question # 7
Which header file contains information about standard input/output function?
Choose an answer
stdio.h
math.h
Both A and B
None
Previous
Skip
Next
Question # 8
A person, place, thing or event about which data is kept in the database is called:
Choose an answer
Attribute
Field
Record
Entity
Previous
Skip
Next
Question # 9
A form that contains the sub form is called________
Choose an answer
Form
Main form
Report
None of them
Previous
Skip
Next
Question # 10
Which of the following set (s) of tables would benefit from a sub form
Choose an answer
A customer table and the customer order table
A customer table and product table
A customer table and foreign currency table
A customer table and a customer contact table
Previous
Skip
Next
Question # 11
__________ refers to group of statements enclosed in opening and closing braces.
Choose an answer
Control structure
Compound statement
Sequence structure
Instruction
Previous
Skip
Next
Question # 12
The body of for loop with single statement ends with:
Choose an answer
Right bracket ]
Right brace }
Comma ,
Semi colon ;
Previous
Skip
Next
Question # 13
From the following statement which is the control statement
Choose an answer
If
Else if
Switch
All of the above
Previous
Skip
Next
Question # 14
Which variable should be used to store the value "I want an A in this exam".
Choose an answer
char
int
float
character
Previous
Skip
Next
Question # 15
Each set of related items in a table is called:
Choose an answer
Table
Record
Field
Query
Previous
Skip
Next
Question # 16
Which field type can be indexed?
Choose an answer
Memo
Number
Hyperlink
OLE
Previous
Skip
Next
Question # 17
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
Question # 18
The output of the statement print ("%2f', 11.4519), is
Choose an answer
11.4519
11.45
11.51
11
Previous
Skip
Next
Back