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
Computer Science Ics Part 2 Online Test MCQs With Answers
Question # 1
The basic structure of C program consists of:
Choose an answer
Preprocessor Directive
Main () function
Program body
All
Previous
Skip
Next
Question # 2
Which character signifies the beginning of an escape sequence?
Choose an answer
{
\
//
/
Previous
Skip
Next
Question # 3
A counter can be defined as:
Choose an answer
The final value of a loop
A variable that counts loop iterations
The initial value of a loop
The step value of a loop
Previous
Skip
Next
Question # 4
Which loop structure always executes at least once?
Choose an answer
Do-while
For
While
All
Previous
Skip
Next
Question # 5
Another term for a computer making a decision is:
Choose an answer
Sequential
Selection
Repetition
Iteration
Previous
Skip
Next
Question # 6
Which is not possible
Choose an answer
Nesting if statement
Loop in the body of statement
If statement in the body of loop
None of above
Previous
Skip
Next
Question # 7
Which can be previewed on the screen before printing?
Choose an answer
Report
Form
Sub-form
None
Previous
Skip
Next
Question # 8
Which of the following is also known as data set?
Choose an answer
Record
Field
File
Module
Previous
Skip
Next
Question # 9
Each record consists of a
Choose an answer
Rows
Columns
Both a and b
None of these
Previous
Skip
Next
Question # 10
In an E-R diagram, a rectangle represents:
Choose an answer
Entity
Attributes
Relationship
None
Previous
Skip
Next
Question # 11
Which component of physical database design refers to the consistency of data?
Choose an answer
Indexes
Integrity constaint
File organization
Data distribution strategy
Previous
Skip
Next
Question # 12
Which field type can be indexed?
Choose an answer
Memo
Number
Hyperlink
OLE
Previous
Skip
Next
Question # 13
Which key does not have uniqueness property?
Choose an answer
Candidate
Foreign key
Primary key
Secondary key
Previous
Skip
Next
Question # 14
Each set of related items in a table is called:
Choose an answer
Table
Record
Field
Query
Previous
Skip
Next
Question # 15
A relation is analogous to a
Choose an answer
File
Field
Record
Row
Previous
Skip
Next
Question # 16
A ------------------- Auto form displays one record at a time
Choose an answer
tabular
Columnar
datasheet
justified
Previous
Skip
Next
Question # 17
The statement that is used for an
Choose an answer
while
all
for
goto
Previous
Skip
Next
Question # 18
Which is a possible value of flag?
Choose an answer
-
+
Space
All of these
Previous
Skip
Next
Back