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 is not a valid variable name ?
Choose an answer
Roll No
Roll No
Roll-No
Roll #
Previous
Skip
Next
Question # 2
Which of the following is also known as data set?
Choose an answer
Record
Field
File
Module
Previous
Skip
Next
Question # 3
Which of the following language provided the basis for the development of c:
Choose an answer
C++
B
JAVA
Pascal
Previous
Skip
Next
Question # 4
SQL can be used to:
Choose an answer
Create database structures only
Query database only
Modify database data only
All
Previous
Skip
Next
Question # 5
The output of the query is in the form of a :
Choose an answer
Table
Form
Report
Query
Previous
Skip
Next
Question # 6
A report may be based on:
Choose an answer
A table but not a query
A query but a table
Both a table and a query
None of these
Previous
Skip
Next
Question # 7
The ______ errors in a program are most difficult to locate and remove
Choose an answer
Logical
Syntax
Grammatical
Spelling
Previous
Skip
Next
Question # 8
A loop whose execute never ends is called
Choose an answer
Nested loop
Forever loop
Infinite loop
Counter loop
Previous
Skip
Next
Question # 9
How many primary keys can a table have
Choose an answer
One
At least one but not more than two
Between 1-5
No limit
Previous
Skip
Next
Question # 10
Data type int contain bytes:
Choose an answer
10
4
2
1
Previous
Skip
Next
Question # 11
The ".exe" file is produced by:
Choose an answer
Linker
Loader
Compiler
Interpreter
Previous
Skip
Next
Question # 12
A factor to consider when choosing a file organization is:
Choose an answer
Fast retrieval
Security
Efficient storage
All
Previous
Skip
Next
Question # 13
C is strongly typed language, it means that:
Choose an answer
Every program must be compiled before execution
Every variable must be declared before it is being used
The variable declaration also defines the variable
Sufficient data types are available to manipulate each type of data
Previous
Skip
Next
Question # 14
Which of the following is the valid character constant
Choose an answer
A
"B"
"6"
=
Previous
Skip
Next
Question # 15
Which of the following are required to declare a variable?
Choose an answer
keyword
Variable name
Data type
Both b and c
Previous
Skip
Next
Question # 16
The foreign key is found in:
Choose an answer
Parent table
Dependent table
Pivot table
Index table
Previous
Skip
Next
Question # 17
A two-dimensional table of data is called:
Choose an answer
Group
Set
Module
Relation
Previous
Skip
Next
Question # 18
Which of the following syntax is used to include header file?
Choose an answer
#include<name of header file>
#include"name of header file"
Both a or b
None of these
Previous
Skip
Next
Back