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 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 # 2
Browser based forms are developed in the following tools EXCEPT
Choose an answer
HTML
Scripting language
Front Page
Web-based Forms
Previous
Skip
Next
Question # 3
Which of the following should not be a property of a database transaction?
Choose an answer
Atomicity
Isolation
Durability
Divergence
Previous
Skip
Next
Question # 4
Which of the following is disadvantage of chaining technique to handle the collisions?
Choose an answer
Unlimited Number of elements
Fast re-hashing
Overhead of multiple linked lists
Maximum number of elements must be known
Previous
Skip
Next
Question # 5
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 # 6
Which of the following types of partitioning reduces the chances of unbalanced partitions?
Choose an answer
vertical
List
Hash
Range
Previous
Skip
Next
Question # 7
Which of the following is not true about relational tables?
Choose an answer
Column values are of the same kind
Each row is unique
Each column must have a unique name.
The sequence of rows is significant.
Previous
Skip
Next
Question # 8
Which of the following is the correct way of removing the Index called branchNoIndex?
Choose an answer
DROP INDEX branchNoIndex;
APPEND INDEX branchNoIndex;
REMOVE INDEX branchNoIndex;
DEL INDEX branchNoIndex;
Previous
Skip
Next
Question # 9
You can’t modify more than one table at a time through a view.
Choose an answer
True
False
Not Sure
Previous
Skip
Next
Question # 10
In a conceptual model for a university, what type of relationship exists between Grade and Student entities?
Choose an answer
1:1
1:M
M:M
Ternary
Previous
Skip
Next
Question # 11
Which of the following is a feature of PRIMARY KEY constraint?
Choose an answer
unique identifier for a row within a database table.
allow any actions that would destroy links between tables
limit the values that can be placed in a column.
enforces that the column will only accept null values.
Previous
Skip
Next
Back