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
CS-403 Final Term Exams Preparation Virtual University MCQs With Answers
Question # 1
Which of the following statements are Data Definition Language command?
Choose an answer
INSERT
UPDATE
GRANT
TRUNCATE
Previous
Skip
Next
Question # 2
Who is responsible for authorizing access to the database, for coordinating and monitoring its use ?
Choose an answer
Database Designers
Database Administrators
End Users
Application Programmers
Previous
Skip
Next
Question # 3
Consider two sets A and B. A contains 3 elements and B contains 4. How many elements do their Cartesian product contains?
Choose an answer
12
9
16
7
Previous
Skip
Next
Question # 4
The Entity Relation Model models
Choose an answer
Entities, Relationships and Processes
Entities and Relationships
Relationships
Entities
Previous
Skip
Next
Question # 5
Which of the following are the general activities, which are performed during the development of application programs?
Choose an answer
Data input programs
Editing
Display
All of given
Previous
Skip
Next
Question # 6
The ____ constraint specifies whether each entity supertype occurrence must also be a member of at least one subtype
Choose an answer
specialization
uniqueness
inheritance
completeness
Previous
Skip
Next
Question # 7
Laser records data by burning microscopic holes in the surface of the disk with a
Choose an answer
Hard disk
RAM
Optical disk
Floppy disk
Previous
Skip
Next
Question # 8
Which of the following SQL keywords is not used with DDL statements?
Choose an answer
Table
Update
Create
Alter
Previous
Skip
Next
Question # 9
______ is a control that presents a set of choices from which a user can select one or more items; items can be text, graphics, or both.
Choose an answer
Text input
Report
Button
List box
Previous
Skip
Next
Question # 10
Which of the following is not a type of user interface?
Choose an answer
Graphical User Interface (GUI)
Forms
DB tables
Text based
Previous
Skip
Next
Question # 11
Which of the following is a correct way to implement one-to-many relationship while designing tables?
Choose an answer
by splitting the data into two tables with primary key and foreign key relationships
using a junction table with the keys from both the tables forming the composite primary key of the junction table.
by splitting each table into three
as a single table and rarely as two tables with primary and foreign key relationships
Previous
Skip
Next
Back