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 Chapter 3 Online Test MCQs With Answers
Question # 1
A person's name, birthday and social security number are examples of:
Choose an answer
Attributes
Entities
Relationships
Descriptors
Previous
Skip
Next
Question # 2
Which of the following keys us not unique:
Choose an answer
Candidate key
Forein key
Primary key
Secondary key
Previous
Skip
Next
Question # 3
Conditional operator is also called:
Choose an answer
True operator
Ternary-operator
Truth operator
All of these
Previous
Skip
Next
Question # 4
A \t is used for:
Choose an answer
New line
Tab
Back space
None of these
Previous
Skip
Next
Question # 5
The relationship can be:
Choose an answer
One-to-one
One-to-many
Many-to-many
All
Previous
Skip
Next
Question # 6
Which of the following are ingredients of data modeling?
Choose an answer
Entities
Attributes
Relationship
All
Previous
Skip
Next
Question # 7
Which of the following is basic data distribution strategy?
Choose an answer
Centralized
Partitioned
Replication
All
Previous
Skip
Next
Question # 8
An entity related to itself in an ERD model refers to
Choose an answer
recursive relationship
one-to-many relationship
many to many relationship
on to one relationship
Previous
Skip
Next
Question # 9
Data type int contain bytes:
Choose an answer
10
4
2
1
Previous
Skip
Next
Question # 10
Format specifier starts with the symbol
Choose an answer
#
%
*
all
Previous
Skip
Next
Question # 11
Types of translators are:
Choose an answer
Compiler
Interpreter
Assembler
All of these
Previous
Skip
Next
Question # 12
The output of the statement print ("%2f', 11.4519), is
Choose an answer
11.4519
11.45
11.51
11
Previous
Skip
Next
Question # 13
Optional is represented by
Choose an answer
0
1
2
none of these
Previous
Skip
Next
Question # 14
The function clrscr ( ) is defined in
Choose an answer
stdio.h
math.h
canio.h
graphic.h
Previous
Skip
Next
Question # 15
In a loop semicolon is placed at the end of condition:
Choose an answer
While
For
Do-while
None of these
Previous
Skip
Next
Question # 16
A technique for physically arranging the records of a file on secondary storage devices is called:
Choose an answer
Physical pointer
Retrieval program
File organization
Update program
Previous
Skip
Next
Question # 17
Which of the following escape sequence is used for beep
Choose an answer
/a
/b
/t
/n
Previous
Skip
Next
Back