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 bytes used by double data type in C is:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 2
Conditional operator takes _____________ operands.
Choose an answer
3
2
1
5
Previous
Skip
Next
Question # 3
Which loop statement executes the body of loop at least once?
Choose an answer
do-white
While
For
None of these
Previous
Skip
Next
Question # 4
Insert command is used to insert:
Choose an answer
A new table
A new record
A view
Dependencies
Previous
Skip
Next
Question # 5
How many table views are available in Microsoft Access?
Choose an answer
4
3
2
1
Previous
Skip
Next
Question # 6
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 # 7
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 # 8
Which of the following are basic data distribution strategies
Choose an answer
Centralized
Partitioned
Replication
All of them
Previous
Skip
Next
Question # 9
Which data type is the default type?
Choose an answer
Memo
Number
Text
Autonumber
Previous
Skip
Next
Question # 10
Which view can be used to enter or modify data in the underlying table?
Choose an answer
Form view
Table design view
Form design view
New Form view
Previous
Skip
Next
Question # 11
The process of arranging data in a logical sequence is called:
Choose an answer
Sorting
Summerizing
Data capturing
Classifying
Previous
Skip
Next
Question # 12
The function getche() is defined in:
Choose an answer
stdio.h
conio.h
string.h
math.h
Previous
Skip
Next
Question # 13
When a relational expression is false, it has the value __________
Choose an answer
0
1
<0
S
Previous
Skip
Next
Question # 14
Which of the following statements is NOT legal?
Choose an answer
char ch='b';;
char ch='0'
char ch=65;
char ch="cc"
Previous
Skip
Next
Question # 15
From the following which is called control statement
Choose an answer
If
If-else
Else-if
All of the above
Previous
Skip
Next
Question # 16
Which of the following are objects in an MS Access database?
Choose an answer
Tables,forms,queries, and reports
Database, Datasheet, And forms views
Folders and Tools
All of these
Previous
Skip
Next
Question # 17
Which of the following is a valid format specifier
Choose an answer
%10d
%7.2f
%-7f
all
Previous
Skip
Next
Question # 18
CREATE command is used to create:
Choose an answer
Record
View
Report
Query
Previous
Skip
Next
Back