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
Why are validation rules used in a database?
Choose an answer
Ensure correct data is entered
To avoid typing errors
Both A and B
Neither A nor B
Previous
Skip
Next
Question # 2
______ are used to enter data into databases
Choose an answer
Queries
Reports
Tables
Forms
Previous
Skip
Next
Question # 3
Which of the following language provided the basis for the development of c:
Choose an answer
C++
B
JAVA
Pascal
Previous
Skip
Next
Question # 4
In if statement , true is represented by:
Choose an answer
0
1
2
3
Previous
Skip
Next
Question # 5
Errors in a computer program are also called ________
Choose an answer
Mistakes
Bugs
Syntax
Wrongs
Previous
Skip
Next
Question # 6
The escape sequence for backspace is
Choose an answer
\
\b
\\
\t
Previous
Skip
Next
Question # 7
The foreign key is found in:
Choose an answer
Parent table
Dependent table
Pivot table
Index table
Previous
Skip
Next
Question # 8
__________ refers to group of statements enclosed in opening and closing braces.
Choose an answer
Control structure
Compound statement
Sequence structure
Instruction
Previous
Skip
Next
Question # 9
Which view is used to add, edit or delete records form a table?
Choose an answer
Record view
Datasheet view
Design view
Edit view
Previous
Skip
Next
Question # 10
All the intersection of rows and columns must have:
Choose an answer
Single value
Constant value
Multiple values
No value
Previous
Skip
Next
Question # 11
------------------- 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 # 12
How many types of loop structure are available in C?
Choose an answer
4
3
2
6
Previous
Skip
Next
Question # 13
Which form of dependency is removed n 3NF?
Choose an answer
Functional
Non-functional
Associative
Transitive
Previous
Skip
Next
Question # 14
The basic structure of C program consists of:
Choose an answer
Preprocessor Directive
Main () function
Program body
All
Previous
Skip
Next
Question # 15
The columns of a table correspond to
Choose an answer
table
record
field
cell
Previous
Skip
Next
Question # 16
Which of the following are ingredients of data modeling?
Choose an answer
Entities
Attributes
Relationship
All
Previous
Skip
Next
Question # 17
Which of the following is equivalent to (p>=q)?
Choose an answer
p<q
!(p<q)
p<q
1p<q
Previous
Skip
Next
Question # 18
Which data type is the default type?
Choose an answer
Memo
Number
Text
Autonumber
Previous
Skip
Next
Back