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
Insert command is used to insert:
Choose an answer
New table
New record
View
Dependences
Previous
Skip
Next
Question # 2
What is the final value of x after executing the following code:
For (int x=0; x<10; X++)
Choose an answer
10
9
0
1
Previous
Skip
Next
Question # 3
Which of the following operators has lowest precedence
Choose an answer
!
+
=
=
Previous
Skip
Next
Question # 4
Which one displays the result of a query?
Choose an answer
File
Field
Access
Reports
Previous
Skip
Next
Question # 5
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 # 6
An expression that uses a relational operator is known as:
Choose an answer
Operational
Sequential
Serial
Relational
Previous
Skip
Next
Question # 7
C was designed to write program for:
Choose an answer
Windows operating system
Solaris Operating system
Unix Operating system
OS/2 Operating system
Previous
Skip
Next
Question # 8
Which of the following is NOT displayed in Design view?
Choose an answer
The data type of each field
The components of each filed
The properties of the selected field
The field names
Previous
Skip
Next
Question # 9
Format specifier starts with the symbol
Choose an answer
#
%
*
all
Previous
Skip
Next
Question # 10
The extension of C source program is:
Choose an answer
.h
.c
obj
.exe
Previous
Skip
Next
Question # 11
In an E-R diagram, a rectangle represents:
Choose an answer
Entity
Attributes
Relationship
None
Previous
Skip
Next
Question # 12
The logical not operator denoted by is
Choose an answer
Ternary operator
Unary operator
a=a+b
b=b+a
Previous
Skip
Next
Question # 13
How many types of data
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 14
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 # 15
A table with five fields has a degree of
Choose an answer
5
2
10
none
Previous
Skip
Next
Question # 16
------------------- is created when two different names are used for the same information
Choose an answer
synonyms
homonyms
mutually exclusive data
redundant information
Previous
Skip
Next
Question # 17
The operators to compare operands and decide if the relation is true or false are:
Choose an answer
Arithmetic operators
Logical operators
Syntax operators
Relational operators
Previous
Skip
Next
Question # 18
Repetition structure is used to execute a statement or set of statement
Choose an answer
Once
More than one time
Skip statement
All
Previous
Skip
Next
Back