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
Computer Science Ics Part 2 Online Test MCQs With Answers
Question # 1
An advantage of partitioning is:
Choose an answer
Efficiency
Extra space
Reliabilty
Accuracy
Previous
Skip
Next
Question # 2
Conditional operator takes:
Choose an answer
Three operands
Two operands
One operands
Many operands
Previous
Skip
Next
Question # 3
Which is NOT a valid statement to initialize a variable?
Choose an answer
int n=100;
long,population=15000;
char n []="hello World";
cons int N=100;
Previous
Skip
Next
Question # 4
Which of the following is used to associate entities with one another?
Choose an answer
Entity
Attribute
Identifier
Relationship
Previous
Skip
Next
Question # 5
Which escape sequence can be used to begin a new line in C-language?
Choose an answer
\a
\b
\n
\n
Previous
Skip
Next
Question # 6
The columns of a table correspond to:
Choose an answer
Table
Record
Field
Cell
Previous
Skip
Next
Question # 7
Which data type is used to store numeric value with no decimal point?
Choose an answer
int
char
float
All
Previous
Skip
Next
Question # 8
How many types of relationship can be used?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 9
Conditional operator is an alternative of:
Choose an answer
if
if-else
Nested if
All
Previous
Skip
Next
Question # 10
Format arguments are also called
Choose an answer
Actual arguments
Dummy arguments
Original
Referenced arguments
Previous
Skip
Next
Question # 11
A person's account, car and house are considered:
Choose an answer
Object
Table
Record
Field
Previous
Skip
Next
Question # 12
If x=10 and y=5,, what will the output of the following expression?
x>y? x*y: x+y
Choose an answer
5
10
15
50
Previous
Skip
Next
Question # 13
The keyword 'break' cannot be used within:
Choose an answer
Do-while
If-else
For
While
Previous
Skip
Next
Question # 14
This means to increase a value by one:
Choose an answer
Modulus
Increment
Decrement
Inc
Previous
Skip
Next
Question # 15
An attribute that uniquely identify each row in a relation is called
Choose an answer
Column
Foreign
Primary key
Duplicate key
Previous
Skip
Next
Question # 16
The manipulated and processed data is called:
Choose an answer
Object
Information
Knowledge
Data
Previous
Skip
Next
Question # 17
A functional dependency between two or more non-key attributes is called:
Choose an answer
Partial functional dependency
Partial non-key dependency
Transitive dependency
None
Previous
Skip
Next
Question # 18
Which of the following view in MS Access is used to define the structure of table?
Choose an answer
Datasheet
QBE
Relationship
Design
Previous
Skip
Next
Back