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 database containing all students in a class would store basic data of students in:
Choose an answer
Record
Field
Cell
File
Previous
Skip
Next
Question # 2
Which is not a logical operator?
Choose an answer
||
!
!=
&&
Previous
Skip
Next
Question # 3
Which of the following is NOT a function of report?
Choose an answer
Display data
Edit data
Output of database application
Print data
Previous
Skip
Next
Question # 4
The number of bytes used by 'int' data type in C are:
Choose an answer
2
8
12
16
Previous
Skip
Next
Question # 5
Insert command is used to insert:
Choose an answer
A new table
A new record
A view
Dependencies
Previous
Skip
Next
Question # 6
Every relation must have:
Choose an answer
Primary key
Candidate key
Secondary key
All of these
Previous
Skip
Next
Question # 7
An entity related to itself in an ERD model refers to :
Choose an answer
Recursive relationship
One-to-many relationship
Many-to-many relationship
One-to-one relationship
Previous
Skip
Next
Question # 8
The goal of normalization is to:
Choose an answer
Get stable data structure
Increase number of relation
Increase redundancy
Remove constraints
Previous
Skip
Next
Question # 9
Which of the following keys us not unique:
Choose an answer
Candidate key
Forein key
Primary key
Secondary key
Previous
Skip
Next
Question # 10
The output of a query is in the form of a
Choose an answer
table
form
report
tables
Previous
Skip
Next
Question # 11
Which of the following is NOT a valid identifier?
Choose an answer
return
myInt
myInteger
total3
Previous
Skip
Next
Question # 12
All the intersection of rows and columns must have:
Choose an answer
Single value
Constant value
Multiple values
No value
Previous
Skip
Next
Question # 13
A two -dimensional table of data is called a
Choose an answer
Group
Set
Declaration
Relation
Previous
Skip
Next
Question # 14
An index may be created on:
Choose an answer
Primary key
Secondary key
Foreign key
All
Previous
Skip
Next
Question # 15
Which of the following set (s) of tables would benefit from a sub form
Choose an answer
A customer table and the customer order table
A customer table and product table
A customer table and foreign currency table
A customer table and a customer contact table
Previous
Skip
Next
Question # 16
The conditional portion of the If statement can contain:
Choose an answer
Any valid constant
Any expression that can be evaluated to a Boolean value
Any valid variable
Any valid constant or vairable
Previous
Skip
Next
Question # 17
Which object is used to store data and define structure for the data in a database?
Choose an answer
Table
Macro
Form
Query
Previous
Skip
Next
Question # 18
Which of the following format specifiers is used for float data type?
Choose an answer
%s
%c
%d
%f
Previous
Skip
Next
Back