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
Computer Science Ics Part 2 Online Test MCQs With Answers
Question # 1
DBMS stands for
Choose an answer
Database management system
Database mechanism system
Database manipulating system
Database Microsoft system
Previous
Skip
Next
Question # 2
When is while loop more appropriate then for loop?
Choose an answer
The terminating condition occurs unexpectedly
The body of loop will be executed at least once
The program will be executed at least once
The number times the loop will be executed is known before the loop executes
Previous
Skip
Next
Question # 3
Each item of information with in a record is called:
Choose an answer
File
Field
Both a and b
byte
Previous
Skip
Next
Question # 4
All of the following are components of physical database design EXCEPT:
Choose an answer
Data volume and usage anylisis
Data distribution strategy
File organization
Normalize the relations
Previous
Skip
Next
Question # 5
Format specifier is started with:
Choose an answer
'?
&
%
None
Previous
Skip
Next
Question # 6
The body of while loop with multiple statements ends with:
Choose an answer
Right bracket ]
Right brace }
Comma ,
Semi colon ;
Previous
Skip
Next
Question # 7
Header file in C contain:
Choose an answer
Compiler commands
Library functions
Header information of C programs
Operations for files
Previous
Skip
Next
Question # 8
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 # 9
Int type variable use -------------------- bytes in memory
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 10
The function getche() is defined in:
Choose an answer
stdio.h
conio.h
string.h
math.h
Previous
Skip
Next
Question # 11
The columns of a relations can be of ___________ order.
Choose an answer
Any
Same
Sorted
Constant
Previous
Skip
Next
Question # 12
The operator that is used in decision making is
Choose an answer
increment operator
decrement operator
condition operator
none
Previous
Skip
Next
Question # 13
A database consists of various components called the
Choose an answer
tool
properties
entities
object
Previous
Skip
Next
Question # 14
Which of the following activities are involved in data analysis?
Choose an answer
Data flow diagram
Decision Tables
Decision Trees
All
Previous
Skip
Next
Question # 15
Which is a numeric data type ?
Choose an answer
float
int
Both a and b
char
Previous
Skip
Next
Question # 16
Which of the following is not a data type ?
Choose an answer
text
number
picture
date/time
Previous
Skip
Next
Question # 17
The exponential notation consists of:
Choose an answer
Mantissa
Exponent
Range
A and B
Previous
Skip
Next
Question # 18
Variable are created in:
Choose an answer
RAM
ROM
Hard Disk
USB
Previous
Skip
Next
Back