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 header file contains information about standard input/output function?
Choose an answer
stdio.h
math.h
Both A and B
None
Previous
Skip
Next
Question # 2
Query is a statement in the SQ that extracts specific:
Choose an answer
Information
File
Application
Wizard
Previous
Skip
Next
Question # 3
Switch statement must use the keyword
Choose an answer
Case
Default
Break
All of the above
Previous
Skip
Next
Question # 4
Which of the following loop is available in C language?
Choose an answer
While
Do-while
For
All
Previous
Skip
Next
Question # 5
A relation is analogous to a
Choose an answer
File
Field
Record
Row
Previous
Skip
Next
Question # 6
Which button of Find an Replace dialog box is clicked to start the search process?
Choose an answer
Find
Find Next
Search
Next
Previous
Skip
Next
Question # 7
The logical not operator denoted by is
Choose an answer
Ternary operator
Unary operator
a=a+b
b=b+a
Previous
Skip
Next
Question # 8
Which of the following are valid case statements in a switch?
Choose an answer
Case 1:
Case x<4:
Case 'ab':
Case 1.5:
Previous
Skip
Next
Question # 9
A two-dimensional table of data is called:
Choose an answer
Group
Set
Module
Relation
Previous
Skip
Next
Question # 10
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
Question # 11
Which of the following file is used to store additional copy of data?
Choose an answer
Master file
Transaction file
Backup file
None
Previous
Skip
Next
Question # 12
A loop within another loop is called
Choose an answer
Inner loop
Nested loop
Counter loop
None
Previous
Skip
Next
Question # 13
Int type variable use -------------------- bytes in memory
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 14
A relation is known as
Choose an answer
table
tuple
relationship
attribute
Previous
Skip
Next
Question # 15
All the intersection of rows and columns must have:
Choose an answer
Single value
Constant value
Multiple values
No value
Previous
Skip
Next
Question # 16
A database consists of various components called the
Choose an answer
tool
properties
entities
object
Previous
Skip
Next
Question # 17
Turbo C++ can compile:
Choose an answer
C programs only
C and C++ programs
Turbo C Programs only
Turbo C++ programs only
Previous
Skip
Next
Question # 18
The name cannot exceed characters in length
Choose an answer
64
50
56
70
Previous
Skip
Next
Back