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 are basic data distribution strategies?
Choose an answer
Centralized
Partitioned
Replication
All
Previous
Skip
Next
Question # 2
Which data type can be used to define a field that consists of a maximum of 255 numbers or letters?
Choose an answer
Text
Memo
Number
Currency
Previous
Skip
Next
Question # 3
Repetition structure is used to execute a statement or set of statement
Choose an answer
Once
More than one time
Skip statement
All
Previous
Skip
Next
Question # 4
SQL stands for:
Choose an answer
Sort Query Language
Self Query language
Seek Query language
Structured Query Language
Previous
Skip
Next
Question # 5
The function clrscr ( ) is defined in
Choose an answer
stdio.h
math.h
canio.h
graphic.h
Previous
Skip
Next
Question # 6
The format specifier % d is used for
Choose an answer
Int
Unsigned short
Unsigned float
Unsigned long int
Previous
Skip
Next
Question # 7
The output of a compiler is called:
Choose an answer
Library code
Source code
Linked code
Object code
Previous
Skip
Next
Question # 8
The extension for a video file is:
Choose an answer
.avi
.mpg
.txt
a and b
Previous
Skip
Next
Question # 9
Which form of dependency is removed n 3NF?
Choose an answer
Functional
Non-functional
Associative
Transitive
Previous
Skip
Next
Question # 10
---------------- are written before the main () function
Choose an answer
C statements
preprocessor directives
linking instructions
both a and b
Previous
Skip
Next
Question # 11
The scope of a variable refers to its:
Choose an answer
Length
Name
Accessibility
Data type
Previous
Skip
Next
Question # 12
The operators to compare operands and decide if the relation is true or false are:
Choose an answer
Arithmetic operators
Logical operators
Syntax operators
Relational operators
Previous
Skip
Next
Question # 13
Conditional operator takes _____________ operands.
Choose an answer
3
2
1
5
Previous
Skip
Next
Question # 14
The process of linking library files with object code is known as:
Choose an answer
Compiling
Executing
Linking
Saving
Previous
Skip
Next
Question # 15
The number of variables that can be used in printf ( ) function are
Choose an answer
One
Many
Three
Zero
Previous
Skip
Next
Question # 16
The output of the query is in the form of a :
Choose an answer
Table
Form
Report
Query
Previous
Skip
Next
Question # 17
The views are used :
Choose an answer
To hide columns
To hide rows
To hide complex SQL statements
Al of the above
Previous
Skip
Next
Question # 18
An integer variable can store the value:
Choose an answer
-1.1
"123"
32898
5.5
Previous
Skip
Next
Back