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 of the following activities are involved in data analysis?
Choose an answer
Data flow diagram
Decision Tables
Decision Trees
All
Previous
Skip
Next
Question # 2
How many types of relationship can be used?
Choose an answer
2
3
4
5
Previous
Skip
Next
Question # 3
Ms.Access is an example of
Choose an answer
Simple database
Flat file database
Relational database
All of above
Previous
Skip
Next
Question # 4
Which is a valid statement for initializing of a variable?
Choose an answer
int n=100;
int x=50, y=75;
char grade='a'
All of these
Previous
Skip
Next
Question # 5
Which of the following is used to retrieve data from database and represent it to the user in a formatted way?
Choose an answer
Report
Form
Query
Table
Previous
Skip
Next
Question # 6
Which form of dependency is removed in 2NF?
Choose an answer
Functional
Transitive
Associative
Partial
Previous
Skip
Next
Question # 7
This loop is a good choice when you know how many times you want the loop to iterate in advance of entering the loop?
Choose an answer
While
Do-while
For
Nested
Previous
Skip
Next
Question # 8
Which is needed to add, edit or delete records from a table?
Choose an answer
Record view
Datasheet view
Design view
Edit view
Previous
Skip
Next
Question # 9
The type of expression x > y is
Choose an answer
arithmetic
logical
relational
conditional
Previous
Skip
Next
Question # 10
Each of the following is an example of a valid Access data type EXCEPT:
Choose an answer
Memo
Currency
Name
Text
Previous
Skip
Next
Question # 11
Microsoft Access saves the database file with the extension:
Choose an answer
.mdb
.msdb
.madb
None of these
Previous
Skip
Next
Question # 12
Which is a valid statement for declaring a variable?
Choose an answer
int marks;
int a,b,c;
Double salary;
All
Previous
Skip
Next
Question # 13
In 3NT which form of dependency is removed ?
Choose an answer
functional
non-functional
associative
transitive
Previous
Skip
Next
Question # 14
Format specifier is started with:
Choose an answer
'?
&
%
None
Previous
Skip
Next
Question # 15
Which of the following format specifiers is used for float data type?
Choose an answer
%s
%c
%d
%f
Previous
Skip
Next
Question # 16
Conditional operator is an alternative of:
Choose an answer
if
if-else
Nested if
All
Previous
Skip
Next
Question # 17
Which data type can be used to define a field that is also formatted for data entry and display?
Choose an answer
Text and Memo
Number and Currency
Date/Time
All
Previous
Skip
Next
Question # 18
How many table views are available in MS Access?
Choose an answer
1
3
2
4
Previous
Skip
Next
Back