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
Header file in C contain:
Choose an answer
Compiler commands
Library functions
Header information of C programs
Operations for files
Previous
Skip
Next
Question # 2
The case block ends with:
Choose an answer
End select
End case
Break;
Case else
Previous
Skip
Next
Question # 3
A relation is known as
Choose an answer
table
tuple
relationship
attribute
Previous
Skip
Next
Question # 4
Which term describes the kind of values that a variable can store?
Choose an answer
Varaible name
Datatype
Varaibletype
Varaiblesize
Previous
Skip
Next
Question # 5
Which are basic data distribution strategies?
Choose an answer
Centralized
Partitioned
Replication
All
Previous
Skip
Next
Question # 6
The entity integrity rule states that:
Choose an answer
No primary key attribute can be null
Each entity must have a primary key
Primary key must have only one attribute
None
Previous
Skip
Next
Question # 7
A collection of raw facts and figures is called:
Choose an answer
Data
Information
Processing
Knowledge
Previous
Skip
Next
Question # 8
Object used to retrieve data from database is called:
Choose an answer
Forms
Repons
Queries
Tables
Previous
Skip
Next
Question # 9
Which type of variable can store numbers data ?
Choose an answer
int
float
double
all
Previous
Skip
Next
Question # 10
The number of digits after a decimal point is called:
Choose an answer
Significance
Precision
Range
Scope
Previous
Skip
Next
Question # 11
Which of the following is a valid format specifier
Choose an answer
%10d
%7.2f
%-7f
all
Previous
Skip
Next
Question # 12
Which is used to associate entities with one another?
Choose an answer
Entity
Attributes
Identifier
Relationship
Previous
Skip
Next
Question # 13
_______ is created when the same name is used for two different attributes
Choose an answer
Synonyms
Homonyms
Redundant information
Mutually exclusive data
Previous
Skip
Next
Question # 14
A form that contains the sub form is called________
Choose an answer
Form
Main form
Report
None of them
Previous
Skip
Next
Question # 15
Which programming structure makes a comparison?
Choose an answer
Relation
Decision
Sequence
Repetition
Previous
Skip
Next
Question # 16
The keyword used to transfer control from the body of loop to the start of loop is
Choose an answer
Exit
Continue
Break
End
Previous
Skip
Next
Question # 17
The header file that contains input and output functions is
Choose an answer
Math.h
Graphic.h
Stdio.h
Conio.h
Previous
Skip
Next
Question # 18
Which of the following key is used to compile a program:
Choose an answer
ALT+F9
CTRL+F9
CTRL+S
ALT+F5
Previous
Skip
Next
Back