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 true about TRUNCATE?
Choose an answer
Can be Rolled back.
Activates Triggers
is DML Command.
Resets identity of the table
Previous
Skip
Next
Question # 3
An entity type is
Choose an answer
defined when the database is actually constructed
a specific type such as an integer, text, date, logical etc
a coherent set of similar objects that we want to store data on (e.g. STUDENT, COURSE, CAR)
defined by the database designer
Previous
Skip
Next
Question # 4
Which of the following is NOT one of the ways of resolving deadlocks?
Choose an answer
Undoing all the updates made by the particular transaction which is the cause of deadlock.
A message is passed to the victim and depending on the system the transaction may or may not be started again automatically
Picking a list of all previously completed transactions and undoing all the updates.
Rollback `victim' transaction and restart it
Previous
Skip
Next
Question # 5
Identify the correct statement.
Choose an answer
Referential integrity constraints check whether the primary key values are unique
Referential integrity constraints check whether an attribute value lies in the given range
Referential integrity constraints are specified between entities having recursive relationships
When Referential integrity rules are enforced, a tuple in one relation that refers to another relation must refer to an existing tuple.
Previous
Skip
Next
Question # 6
Which feature of database provides conversion from inconsistent state of DB to a consistent state ensuring minimum data loss?
Choose an answer
User accessible catalog
Data processing
Authorization service
Recovery service
Previous
Skip
Next
Question # 7
Which of the following is not true regarding Indexes?
Choose an answer
Index can be defined even when there is no data in the table
It support Range selections
It can be created using ‘Create Index’ statement
It can not be created on composite attributes
Previous
Skip
Next
Question # 8
In a conceptual database model, which of the following most likely represents a valid identifier for a class grades?
Choose an answer
StudentID
StudentID, CourseID
StudentID, CourseID, InstructorID
StudentID, CourseSectionID
Previous
Skip
Next
Question # 9
Which of the following concepts is applicable with respect to 3NF
Choose an answer
Full functional dependency
Any kind of dependency
Transitive dependency
Partial functional dependency
Previous
Skip
Next
Question # 10
______ 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 # 11
Which of the following is true for the relational model?
Choose an answer
Degree of a relation is the number of rows in a relation
Null value is a blank or zero value given to an attribute value when its value is inapplicable or its value is unknown
Complex key is a key consisting of more than one attribute.
Constraint is a rule that restricts the values in a database.
Previous
Skip
Next
Back