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
The case block ends with:
Choose an answer
End Select
End case
Break
Case else
Previous
Skip
Next
Question # 2
Which of the following statements is the simplest form of a decision structure?
Choose an answer
Select..case
If statement
Try..Catch..Finally
Nested if
Previous
Skip
Next
Question # 3
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 # 4
The basic structure of C program consists of:
Choose an answer
Preprocessor Directive
Main () function
Program body
All
Previous
Skip
Next
Question # 5
A subform can be created using:
Choose an answer
Drag and drop method
The form Wizard
Subform wizard
All
Previous
Skip
Next
Question # 6
Which is an example of multiple branches form single expression?
Choose an answer
If statement
Switch statement
While loop
All
Previous
Skip
Next
Question # 7
Format specifier is started with symbol:
Choose an answer
?
%
&
*
Previous
Skip
Next
Question # 8
The rows of a relations can be of ___________ order.
Choose an answer
Any
Same
Sorted
Constant
Previous
Skip
Next
Question # 9
A printed data or information in the database is called
Choose an answer
Entity
Report
Query
Screen
Previous
Skip
Next
Question # 10
Which is related to modality?
Choose an answer
Optional
Mandatory
Unidirectional
Both A & B
Previous
Skip
Next
Question # 11
When we make any modification in a relation it is called
Choose an answer
Insertion anomaly
Deletion anomaly
Modification anomaly
Both a and b
Previous
Skip
Next
Question # 12
A constraint that no primary key should contain nulls is known as:
Choose an answer
Normalization
Dependence
Entity integrity
SQL query
Previous
Skip
Next
Question # 13
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 # 14
Microsoft Access saves the database file with the extension:
Choose an answer
.mdb
.msdb
.madb
None of these
Previous
Skip
Next
Question # 15
Which is a possible value of flag?
Choose an answer
-
+
Space
All of these
Previous
Skip
Next
Question # 16
The program structure that executes program statements in order is
Choose an answer
selection
sequence
repetition
iteration
Previous
Skip
Next
Question # 17
The set of statement that executes repeatedly due to loop statement in called
Choose an answer
code of loop
body of loop
loop structure
all
Previous
Skip
Next
Question # 18
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
Back