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
All of the following are form layouts EXCEPT?
Choose an answer
Tabular
Columnar
Jutified
Relationship
Previous
Skip
Next
Question # 2
In which loop the condition comes before the body of the loop?
Choose an answer
While loop
Do-while loop
For loop
B and C
Previous
Skip
Next
Question # 3
When is while loop more appropriate then for loop?
Choose an answer
The terminating condition occurs unexpectedly
The body of loop will be executed at least once
The program will be executed at least once
The number times the loop will be executed is known before the loop executes
Previous
Skip
Next
Question # 4
The types of files from usage point of view include
Choose an answer
master file
transaction file
back up file
all of them
Previous
Skip
Next
Question # 5
An entity related to itself in an ERD model refers to
Choose an answer
recursive relationship
one-to-many relationship
many to many relationship
on to one relationship
Previous
Skip
Next
Question # 6
------------- is the process of converting complex data structures into simple and stable data structures
Choose an answer
database integrity
homonyms
normalization
mutually exclusive data
Previous
Skip
Next
Question # 7
Which of the following is a valid character constant?
Choose an answer
a
"Hello"
'6'
=
Previous
Skip
Next
Question # 8
Which of the following statements is NOT legal?
Choose an answer
char ch='b';;
char ch='0'
char ch=65;
char ch="cc"
Previous
Skip
Next
Question # 9
Which of the following is NOT legal element of control string in printf statement?
Choose an answer
Ordinary characters
Escape sequence
Format specifier
Variables
Previous
Skip
Next
Question # 10
The case block ends with:
Choose an answer
End Select
End case
Break
Case else
Previous
Skip
Next
Question # 11
Which of the following can be found in an MS Access database file?
Choose an answer
Tables
Forms
Queries
All
Previous
Skip
Next
Question # 12
Which of the following is a compiler directive?
Choose an answer
#include<stdio.h>
Using namespace std;
main()
All
Previous
Skip
Next
Question # 13
The processing of running an executable file is known as:
Choose an answer
Debugging
Compiling
Executing
Saving
Previous
Skip
Next
Question # 14
In a loop semicolon is placed at the end of condition:
Choose an answer
While
For
Do-while
None of these
Previous
Skip
Next
Question # 15
Create command is used to create:
Choose an answer
Table
View
Report
Query
Previous
Skip
Next
Question # 16
Which data type offers the highest precision?
Choose an answer
Float
Long int
Long double
Unsigned long int
Previous
Skip
Next
Question # 17
Which is used to display yes/no values:
Choose an answer
Check box
Option buttons
Both a & b
None of these
Previous
Skip
Next
Question # 18
This statement may be used to stop a loop's current iteration and begin once:
Choose an answer
Continue
Break
Terminate
Next
Previous
Skip
Next
Back