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
A case can be defined as:
Choose an answer
An individual condition to test
A set of condition of test
A statement that includes as if statement
A block of selection
Previous
Skip
Next
Question # 2
Which is true about a variable?
Choose an answer
The name and data value can both change
The name can change, but the data value cannot
The name cannot change, but the data value can
The name and the data value both cannot changed
Previous
Skip
Next
Question # 3
The function that is used to display output on screen is called:
Choose an answer
printf
scanf
pow
Display
Previous
Skip
Next
Question # 4
Find and Replace command is found in:
Choose an answer
Edit menu
File menu
Tool
View menu
Previous
Skip
Next
Question # 5
In relational data base, a table is also called:
Choose an answer
Tuple
Relation
File
Schema
Previous
Skip
Next
Question # 6
A person's account, car and house are considered:
Choose an answer
Object
Table
Record
Field
Previous
Skip
Next
Question # 7
What is the value of "a" after execution the following code segment:
int a=2;
int b=0;
while(b<5)
{ a=a*2;
b=b+1;
}
a=a+1;
Choose an answer
64
65
66
67
Previous
Skip
Next
Question # 8
A person, place, thing or event about which data is kept in the database is called:
Choose an answer
Attribute
Field
Record
Entity
Previous
Skip
Next
Question # 9
______is a functional dependency in a relation between two or more non-key attributes
Choose an answer
Transitive dependency
Partial dependency
Repeating groups
None of these
Previous
Skip
Next
Question # 10
Which one displays the result of a query?
Choose an answer
File
Field
Access
Reports
Previous
Skip
Next
Question # 11
Which of the following is NOT included in the definition of an entity?
Choose an answer
Person
Object
Concept
Action
Previous
Skip
Next
Question # 12
Which of the following object is used to retrieve data from database and present in a formatted way ?
Choose an answer
report
form
table
query
Previous
Skip
Next
Question # 13
An MS Access table contains:
Choose an answer
Fields
Records
Characters
All
Previous
Skip
Next
Question # 14
A table with five fields has a degree of
Choose an answer
5
2
10
none
Previous
Skip
Next
Question # 15
The format specifier %u is used for:
Choose an answer
Integer
Unsigned short
Unsigned float
Unsigned long int
Previous
Skip
Next
Question # 16
If n=3, what will be the value of n after executing the following code?
do
n*=2
while (n<48);
Choose an answer
24
32
48
96
Previous
Skip
Next
Question # 17
Which of the following is used to display yes/no values?
Choose an answer
Checkbox
Option button
Both a and b
None of these
Previous
Skip
Next
Question # 18
Which key is used to move form field to field in Table window of Datasheet view?
Choose an answer
Tab
Esc
Enter
Spacebar
Previous
Skip
Next
Back