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 also known as data set?
Choose an answer
Record
Field
File
Module
Previous
Skip
Next
Question # 2
The columns of a table correspond to
Choose an answer
table
record
field
cell
Previous
Skip
Next
Question # 3
The columns of a table correspond to:
Choose an answer
Table
Record
Field
Cell
Previous
Skip
Next
Question # 4
Different attributes in two different tables having same name are called:
Choose an answer
Synonym
Homonym
Acronym
Mutually exclusive
Previous
Skip
Next
Question # 5
The body of while loop with multiple statements ends with:
Choose an answer
Right bracket ]
Right brace }
Comma ,
Semi colon ;
Previous
Skip
Next
Question # 6
Which of the following are basic data distribution strategies
Choose an answer
Centralized
Partitioned
Replication
All of them
Previous
Skip
Next
Question # 7
Variable are created in:
Choose an answer
RAM
ROM
Hard Disk
USB
Previous
Skip
Next
Question # 8
An attribute is also known as
Choose an answer
table
elation
row
field
Previous
Skip
Next
Question # 9
Data type int contain bytes:
Choose an answer
10
4
2
1
Previous
Skip
Next
Question # 10
Database integrity refers to the
Choose an answer
Correctness of data
Consistency of data
Both a and b
None of these
Previous
Skip
Next
Question # 11
Header file in C contain:
Choose an answer
Compiler commands
Library functions
Header information of C programs
Operations for files
Previous
Skip
Next
Question # 12
The loop statements in a language are
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 13
How many times the instruction in the body of following loop will execute for (x = 1; x < 5; x ++)
Choose an answer
3
4
5
6
Previous
Skip
Next
Question # 14
The case block ends with:
Choose an answer
End select
End case
Break;
Case else
Previous
Skip
Next
Question # 15
SQL is used for
Choose an answer
data definition
data manipulation
a and b
searching record
Previous
Skip
Next
Question # 16
The keyword used to transfer control from the body of loop to the start of loop is
Choose an answer
Exit
Continue
Break
End
Previous
Skip
Next
Question # 17
How many are layout of report?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 18
The statement printf ("%-10d",n) will display the value of n:
Choose an answer
Right justified in ten-character space
Left justified in ten-character space
Center-justified in ten-character space
None of these
Previous
Skip
Next
Back