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
The number of variables that can be used in printf ( ) function are
Choose an answer
one
many
three
zero
Previous
Skip
Next
Question # 2
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 # 3
Which of the following is a valid character constant?
Choose an answer
a
"Hello"
'6'
=
Previous
Skip
Next
Question # 4
Which character signifies the beginning of an escape sequence?
Choose an answer
{
\
/ /
/
Previous
Skip
Next
Question # 5
How many are layout of report?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 6
Format arguments are also called
Choose an answer
Actual arguments
Dummy arguments
Original
Referenced arguments
Previous
Skip
Next
Question # 7
Which of the following things are determined by format specifier?
Choose an answer
Data type
Field width
Format of the value
All of these
Previous
Skip
Next
Question # 8
Which of the following is suitable for an input mask?
Choose an answer
Social security number
Telephone number
A date
All
Previous
Skip
Next
Question # 9
A collection of raw facts and figures is called:
Choose an answer
Data
Information
Processing
Knowledge
Previous
Skip
Next
Question # 10
Which can be previewed on the screen before printing?
Choose an answer
Report
Form
Sub-form
None
Previous
Skip
Next
Question # 11
Which of the following is true about a function call
Choose an answer
Stop the execution of the program
Transfer control to the called function
Transfer control to the main function
Resumes the execution of the program
Previous
Skip
Next
Question # 12
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 # 13
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 # 14
Views are also called:
Choose an answer
Complex tables
Simple tables
Virtual tables
Actual tables
Previous
Skip
Next
Question # 15
Which of the following is NOT legal element of control string in printf statement?
Choose an answer
Ordinary characters
Escape sequence
Format specifier
Variables
Previous
Skip
Next
Question # 16
Go to statement can not work properly without
Choose an answer
condition
operator
label
none
Previous
Skip
Next
Question # 17
Which is a valid statement for declaring a variable?
Choose an answer
int marks;
int a,b,c;
Double salary;
All
Previous
Skip
Next
Question # 18
A file is stored in:
Choose an answer
RAM
ROM
Cache
Hard disk
Previous
Skip
Next
Back