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
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 # 2
If we want a user to enter exactly 20 values, which loop would be the best to use?
Choose an answer
While
Do-while
For
Infinite
Previous
Skip
Next
Question # 3
SQL is used for:
Choose an answer
Data definition
Data manipulaton
Data control
All
Previous
Skip
Next
Question # 4
Turbo C++ can compile:
Choose an answer
C programs only
C and C++ programs
Turbo C Programs only
Turbo C++ programs only
Previous
Skip
Next
Question # 5
Which of the following is an example of a database?
Choose an answer
Liberary management system
Accounts & inventory system
College management system
All
Previous
Skip
Next
Question # 6
An if statement inside the true block of another if statement is called:
Choose an answer
A nested if statement
A branched if statement
A conditional operator
A relational operator
Previous
Skip
Next
Question # 7
A form that contains the sub form is called________
Choose an answer
Form
Main form
Report
None of them
Previous
Skip
Next
Question # 8
In if statement, false is represented by :
Choose an answer
0
1
2
3
Previous
Skip
Next
Question # 9
The output of a compiler is called:
Choose an answer
Library code
Source code
Linked code
Object code
Previous
Skip
Next
Question # 10
Assembly language is also called ______ language
Choose an answer
Symbolic
High-level
Low-level
intermediate-level
Previous
Skip
Next
Question # 11
In an E-R diagram, a rectangle represents:
Choose an answer
Entity
Attributes
Relationship
None
Previous
Skip
Next
Question # 12
Function prototypes for built-in functions are specified in
Choose an answer
Source files
Header files
Object files
Image files
Previous
Skip
Next
Question # 13
A report is a complete set of _______ field:
Choose an answer
Distinct
Related
Designed
All
Previous
Skip
Next
Question # 14
A IDE typically consists of:
Choose an answer
Text editor
Compiler
Debugger
All
Previous
Skip
Next
Question # 15
Different attributes in two different tables having same name are called:
Choose an answer
Synonym
Homonym
Acronym
Mutually exclusive
Previous
Skip
Next
Question # 16
Int type variable use -------------------- bytes in memory
Choose an answer
2
4
6
8
Previous
Skip
Next
Question # 17
Which of the following is not a good primary key
Choose an answer
Social security number
Order number
Zip code
STD ID number
Previous
Skip
Next
Question # 18
Which of the following statement is correct?
Choose an answer
float num1;num2;
int day,night;
int continue=5.0;
string black='white';
Previous
Skip
Next
Back