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
Which of the following key is used to to load a program in memory to run?
Choose an answer
ALT+F9
CTRL+F9
CTRL+S
ALT+F5
Previous
Skip
Next
Question # 2
Which of the following things are determined by format specifier?
Choose an answer
Data type
Field width
Format of the value
All of these
Previous
Skip
Next
Question # 3
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
Question # 4
We can make two way decisions with the help of
Choose an answer
if
nested
if-else
all
Previous
Skip
Next
Question # 5
Which of the following methods are used for creating a table in Access?
Choose an answer
Creating table in Design view
Creating table by using wizard
Creating table by entering data
All
Previous
Skip
Next
Question # 6
Format specifier starts with the symbol
Choose an answer
#
%
*
all
Previous
Skip
Next
Question # 7
This statement causes a loop to terminate early?
Choose an answer
Break
Terminate
Exit
A and B
Previous
Skip
Next
Question # 8
In which loop the condition comes after the body of the loop?
Choose an answer
While loop
Do-while loop
For loop
B and C
Previous
Skip
Next
Question # 9
Dummy question 2
Choose an answer
a
2
b
f
Previous
Skip
Next
Question # 10
A table is a two-dimensional structure that consists of:
Choose an answer
x and y co-ordinates
Matrix elements
Rows and columns
Intersection of data
Previous
Skip
Next
Question # 11
Which of the following are basic data distribution strategies
Choose an answer
Centralized
Partitioned
Replication
All of them
Previous
Skip
Next
Question # 12
------------- is the process of converting complex data structures into simple and stable data structures
Choose an answer
database integrity
homonyms
normalization
mutually exclusive data
Previous
Skip
Next
Question # 13
Which escape sequence can be used to beep from speaker in c:
Choose an answer
\a
\b
\m
\n
Previous
Skip
Next
Question # 14
C was developed in the year:
Choose an answer
1970
1972
1976
1995
Previous
Skip
Next
Question # 15
Which of the following key does not hold uniqueness property ?
Choose an answer
candidate key
foreign key
primary key
Secondary key
Previous
Skip
Next
Question # 16
The ______ errors in a program are most difficult to locate and remove
Choose an answer
Logical
Syntax
Grammatical
Spelling
Previous
Skip
Next
Question # 17
The float, long float and double data types are known as:
Choose an answer
Integer data
character data
Integral data
Real data
Previous
Skip
Next
Question # 18
An array subscript should be
Choose an answer
Int
Float
Double
An array
Previous
Skip
Next
Back