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 concept is applicable with respect to 2NF?
Choose an answer
Non-transitive dependency
Full functional dependency
Partial dependency
Transitive dependency
Previous
Skip
Next
Question # 2
Which of the following is INCORRECT statement concerning the database design process?
Choose an answer
During requirements collection and analysis phase, one can gather the data requirements of database users.
By referring to a high level data model, it is possible to understand the data requirements of the users, entity types, relationships and constraints.
Transformation of the high level data model into the implementation data model is called logical design or data model mapping
During the logical design phase of internal storage structures, access paths and file organization for the database files are specified.
Previous
Skip
Next
Question # 3
A ____ relationship exists when an association is maintained within a single entity.
Choose an answer
unary
ternary
binary
weak
Previous
Skip
Next
Question # 4
Consider two sets A and B. A contains 2 elements and B contains 3. How many elements do their cartesian product contains?
Choose an answer
6
9
5
4
Previous
Skip
Next
Question # 5
_______ is a control that users click to perform an action, set or toggle a state, or set an option.
Choose an answer
Button
Text box
Input form
Report
Previous
Skip
Next
Question # 6
Which of the following is one of the purposes of using DML commands?
Choose an answer
Creating databases
Destroying databases
Inserting data in tables
Non of the above
Previous
Skip
Next
Question # 7
In which of the following, Materialized Views are suitable
Choose an answer
Data warehousing
Decision support
Mobile computing
All of the Given
Previous
Skip
Next
Question # 8
What is the alternate name of Data Dictionary?
Choose an answer
Index
Metadata
Data
System Catalog
Previous
Skip
Next
Question # 9
Identify the INCORRECT statement among the given.
Choose an answer
An entity may be an object with a physical existence like a car, a house or an Employee
One cannot consider something which has conceptual existence like a course in a degree program as an entity
Age can be considered as a single value attribute of a person.
An entity type describes the schema or intension for a set of entities which share the same structure.
Previous
Skip
Next
Question # 10
Which of the following is not true about De-normalization?
Choose an answer
It is the process of attempting to optimize the performance of a database
De-normalization is a technique to move from lower to higher normal forms of database modeling
It enhances the performance of DB
In de-normalization it is required to add redundant data.
Previous
Skip
Next
Question # 11
Which of the following is true about TRUNCATE?
Choose an answer
Can be Rolled back.
Activates Triggers
is DML Command.
Resets identity of the table
Previous
Skip
Next
Back