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
Which of the following is used to display yes/no values?
Choose an answer
Checkbox
Option button
Both a and b
None of these
Previous
Skip
Next
Question # 2
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 # 3
What symbol indicates that you are editing a record?
Choose an answer
Pencil
Black arrow
Key
Asterisk
Previous
Skip
Next
Question # 4
How many types of relationship can be used?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 5
In 3NF a non-key attribute must not depend on a
Choose an answer
Non-key attribute
Key attribute
Composite key
Sort key
Previous
Skip
Next
Question # 6
Which is true about a variable?
Choose an answer
The name and data value can both change
The name can change, but the data value cannot
The name cannot change, but the data value can
The name and the data value both cannot changed
Previous
Skip
Next
Question # 7
The loop statements in a language are
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 8
Which of the following is the fundamental language of the computer
Choose an answer
C
Unix
Dos
Machine language
Previous
Skip
Next
Question # 9
Microsoft access saves the database with the extension:
Choose an answer
.mdb
.msdb
.madb
.mxls
Previous
Skip
Next
Question # 10
The case block ends with:
Choose an answer
End select
End case
Break;
Case else
Previous
Skip
Next
Question # 11
The operator that needs one operand is called
Choose an answer
unary
binary
ternary
all
Previous
Skip
Next
Question # 12
The process data is called
Choose an answer
data
information
processing
none
Previous
Skip
Next
Question # 13
How many types of loop structure are available in C?
Choose an answer
4
3
2
6
Previous
Skip
Next
Question # 14
The logical not operator denoted by is
Choose an answer
Ternary operator
Unary operator
a=a+b
b=b+a
Previous
Skip
Next
Question # 15
Which of the following statement is not true
Choose an answer
The field list displays all the fields from a form's under lying table or query
Click the field list button on the toolbar to display the field list
You can add fields to a form by dragging them from the field list onto the form
The field list displays all the fields from every table in a database
Previous
Skip
Next
Question # 16
All numbers greater than 0 and less than 100
Choose an answer
< 0 and > = 100
> 0 and < = 100
< > 100
> = 1
Previous
Skip
Next
Question # 17
Which is used to associate entities with one another?
Choose an answer
Entity
Attributes
Identifier
Relationship
Previous
Skip
Next
Question # 18
Which of the following format specifiers is used for integer data type?
Choose an answer
%d
%s
%c
%f
Previous
Skip
Next
Back