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
Variables are created in
Choose an answer
Ram
Rom
Hard disk
Cache
Previous
Skip
Next
Question # 2
Which data type can be used to create a sequential number for each record that can also serve as primary key?
Choose an answer
Number
Memo
AutoNumber
Currency
Previous
Skip
Next
Question # 3
______ are used to enter data into databases
Choose an answer
Queries
Reports
Tables
Forms
Previous
Skip
Next
Question # 4
Which of the following is a decision making statement
Choose an answer
break
getch ( )
if
all
Previous
Skip
Next
Question # 5
The case block ends with:
Choose an answer
End select
End case
Break;
Case else
Previous
Skip
Next
Question # 6
Data is a combination of
Choose an answer
Fact & figure
Constant
Numbers
Special characters
Previous
Skip
Next
Question # 7
What is the term for a for a characteristic or attribute of an object that determines how the object looks and behaves?
Choose an answer
Color
Property
Size
Orientation
Previous
Skip
Next
Question # 8
The number of bytes used by double data type in C is:
Choose an answer
2 (8) 8
12
6
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
Microsoft access saves the database with the extension:
Choose an answer
.mdb
.msdb
.madb
.mxls
Previous
Skip
Next
Question # 11
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 # 12
Which of the following format specifiers is used for character data type?
Choose an answer
%d
%s
%c
%f
Previous
Skip
Next
Question # 13
SQL is used for
Choose an answer
data definition
data manipulation
a and b
searching record
Previous
Skip
Next
Question # 14
a + = b is equivalent to:
Choose an answer
b + = a
a = + b
a = a + b
b = b + a
Previous
Skip
Next
Question # 15
Int type variable use -------------------- bytes in memory
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 16
This loop is a good choice when you know how many times you want the loop to iterate in advance of entering the loop?
Choose an answer
While
Do-while
For
Nested
Previous
Skip
Next
Question # 17
A relation is known as
Choose an answer
table
tuple
relationship
attribute
Previous
Skip
Next
Question # 18
Another term for a conditional operator is:
Choose an answer
Ternary
Binary
Byte
Iteration
Previous
Skip
Next
Back