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 is a correct way of selecting all the columns from a table called PERSONS?
Choose an answer
SELECT FROM * Persons
SELECT * FROM Persons
SELECT * WHERE Persons
SELECT WHERE * Persons
Previous
Skip
Next
Question # 2
A weak entity type
Choose an answer
must have total participation in an identifying relationship
does not have a key attribute(s)
both (a) and (b)
none of the above
Previous
Skip
Next
Question # 3
Which of the following gives all the fields from employee table named as EMP?
Choose an answer
SELECT * from EMP;
SELECT emp* from EMP'
SELECT emp_id where EMP;
SELECT * where EMP;
Previous
Skip
Next
Question # 4
In SQL queries, while creating tables or relations in database, key columns may be specified by
Choose an answer
Data type
Null
Not Null
Owner
Previous
Skip
Next
Question # 5
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 # 6
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 # 7
Database management systems, operating systems, applications and utilities are all examples of ____.
Choose an answer
hardware
software
computer infrastructure
input and output
Previous
Skip
Next
Question # 8
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 # 9
Description on particular collection of data using data model
Choose an answer
Schema
Relation
Data base
None of the above
Previous
Skip
Next
Question # 10
_______ 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 # 11
Identify the operation which is NOT one of the parts of the five basic set operations in relational algebra?
Choose an answer
Join
Union
Cartesian Product
Set Difference
Previous
Skip
Next
Back