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
We can make two way decisions with the help of
Choose an answer
if
nested
if-else
all
Previous
Skip
Next
Question # 2
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 # 3
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 # 4
The set of statement that executes repeatedly due to loop statement in called
Choose an answer
code of loop
body of loop
loop structure
all
Previous
Skip
Next
Question # 5
Two or more attributes with different name but same meaning create a problem:
Choose an answer
Homonyms
Synonyms
Aliases
Alternate attributes
Previous
Skip
Next
Question # 6
Which loop structure always executes at least once?
Choose an answer
Do-while
For
While
All
Previous
Skip
Next
Question # 7
In if statement, false is represented by :
Choose an answer
0
1
2
3
Previous
Skip
Next
Question # 8
An attribute is also known as
Choose an answer
table
elation
row
field
Previous
Skip
Next
Question # 9
Which of the following header file contains information about common mathematical functions?
Choose an answer
stdio.h
math.h
conio.h
None of these
Previous
Skip
Next
Question # 10
Forms are designed for
Choose an answer
Input data
Manipulated data
Accepting change
All of them
Previous
Skip
Next
Question # 11
Which button of Find an Replace dialog box is clicked to start the search process?
Choose an answer
Find
Find Next
Search
Next
Previous
Skip
Next
Question # 12
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 # 13
Which of the following options is used fro editing forms in MS Access?
Choose an answer
Grid lines
Snap to grid
Resizing objects
All
Previous
Skip
Next
Question # 14
How many types of loop structure are available in C?
Choose an answer
4
3
2
6
Previous
Skip
Next
Question # 15
The value of expression in switch statement must be type of
Choose an answer
int
char
float
both a and b
Previous
Skip
Next
Question # 16
Which of the following is true about a function call
Choose an answer
Stop the execution of the program
Transfer control to the called function
Transfer control to the main function
Resumes the execution of the program
Previous
Skip
Next
Question # 17
Which of the following is also known as data set?
Choose an answer
Record
Field
File
Module
Previous
Skip
Next
Question # 18
In which loop the condition comes before the body of the loop?
Choose an answer
While loop
Do-while loop
For loop
B and C
Previous
Skip
Next
Back