MCQ Freak
MCQ Freak
It is an integrated collection of
logically related records.
B. It consolidates separate files into
Q: ;Conceptual design ?
a common pool of data records.
A. Is a documentation technique.
C. Data stored in a database is
B. Needs data volume and
independent of the application
processing frequencies to determine
programs using it
the size of the database.
D. All of the above
C. Involves modelling independent of
the DBMS
Answer: Option D
D. Is designing the relational model.
Answer: Option C
Answer: Option D
Answer: Option C
Answer: Option B
Answer: Option B
Answer: Option A
Q: Which of the following is a
database administrator's function??
A. database design
B. backing up the database
C. performance monitoring
D. user coordination
Q: In tuple relational calculus P1 →
P2 is equivalent to ? Answer: Option D
A. ¬ P1 ∨ P2
B. P1 ∨ P2
C. P1 ∧ P2
D. P1 ∧ ¬P2
Answer: Option A
Q: Which of the following is not a Answer: Option B
logical data-base structure??
A. tree
B. relational
C. network
D. chain
Answer: Option D
Answer: Option A
Q: An attribute A of datatype
varchar(20) has the value
“Avi― . The attribute B of
datatype char(20) has value
Q: Insert into instructor values ―Reed― .Here attribute A has
(10211 ’Smith’ ____ spaces and attribute B has
’Biology’ 66000); What type ____ spaces.?
of statement is this ?? A. 3 20
A. Query B. 20 4
B. DML C. 20 20
C. Relational D. 3 4
D. DDL
Answer: Option A
Answer: Option C
Answer: Option B
Q: In SQL, which command(s)
is(are) used to change a table's
storage characteristics??
Q: Database management systems A. ALTER TABLE
are intended to:? B. MODIFY TABLE
A. eliminate data redundancy C. CHANGE TABLE
B. establish relationships among D. All of the above
records in different files
C. manage file access Answer: Option A
D. maintain data integrity
Answer: Option D
Answer: Option D
Q: Administrate supervision of
database activities is the
responsibility of the?
A. Database administrator
Q: In SQL, which of the following is B. DP Manager
not a data definition language C. DB Manager
commands?? D. DP administration
A. RENAME
B. REVOKE Answer: Option A
C. GRANT
D. UPDATE
Answer: Option D
Answer: Option D
Answer: Option C
Q: A logical schema?
A. is the entire database
Q: In SQL, which command is used B. is a standard way of organizing
to select only one copy of each set of information into accessible parts
duplicable rows? C. describes how data is actually
A. SELECT DISTINCT stored on disk
B. SELECT UNIQUE D. All of the above
C. SELECT DIFFERENT
D. All of the above Answer: Option B
Answer: Option A
Answer: Option B
Answer: Option B
Q: Batch processing is appropriate
if?
A. a large computer system is
Q: A data dictionary doesn't provide available
information about:? B. only a small computer system is
A. where data is located available
B. the size of the disk storage device C. only a few transactions are
C. It allows a many-to-many involved
relationship D. All of the above
D. It is conceptually simple
Answer: Option D
Answer: Option B
Answer: Option A
A. the names of all fields in all files
B. the data types of all fields in all
files
C. the widths of all fields in all files
D. All of the above
Q: Which language has recently
become the de-facto standard for
interfacing application programs with Answer: Option D
relational database system??
A. Oracle
B. SQL
C. dBASE
D. 4GL
Answer: Option D
Answer: Option D
Answer: Option B
Answer: Option D
Answer: Option A
Answer: Option A
Answer: Option C
Q: The data-base environment has
all of the following components
except:?
A. users
B. separate files
C. data base
D. data-base administrator
Q: One data dictionary software
package is called? Answer: Option B
A. DB/DC dictionary
B. TOTAL
C. ACCESS
D. any of the above
Answer: Option A
Q: Characteristic(s) of a distributed
MIS structure is?
A. interactive sharing of the
workload
B. a multiprocessing environment
C. computers supporting local DP
Q: The modify operation is likely to operations
be done after? D. All of the above
A. Delete
B. Look-up Answer: Option D
C. Insert
D. All of the above
Answer: Option B
Answer: Option B
Q: Long-range planning report
produced in an MIS are primarily
designed for?
A. top management
B. middle management
C. lower management
Q: Which of the following contains a D. All of the above
complete record of all activity that
affected the contents of a database Answer: Option A
during a certain period of time??
A. report writer
B. query language
C. data manipulation language
D. transaction log
Answer: Option D
Q: With respect to data input, the Q: A _____ database does not use
most accurate description of batch pointers or physical links, but instead
control is? finds related records by examining
A. dividing documents to be entered the contents of fields.?
into batches A. Network
B. controlling the input of each input B. Hierarchical
clerk C. Relational
C. comparing to a pre-calculated D. Object-Oriented
figure the total of a data item
summed across a batch records put Answer: Option C
into the system
D. All of the above
Answer: Option C
Answer: Option D
it the basic building block for a data
file.?
A. File structure
Q: When performing a look-up B. Records
operation using a form? C. Fields
A. you enter the search value into D. Database
the form
B. you look at each form sequentially Answer: Option C
until you see the one you want
C. you type the key in an entry line,
and the correct form is displayed
D. All of the above
Answer: Option A
Q: In SQL, the CREATE VIEW
command is used?
A. to recompile view
B. to define a view of one or more
tables or views
C. to recompile a table
Q: In SQL, which command is used D. to create a trigger
to create a database user??
A. ADD USER TO DATABASE Answer: Option B
B. MK USER
C. CREATE USER
D. All of the above
Answer: Option C
Answer: Option B
Answer: Option C
Answer: Option A
Q: In SQL, which command(s)
is(are) used to create a synonym for
a schema object??
A. CREATE SCHEMA
B. CREATE SYNONYM
C. CREATE SAME
D. All of the above
Q: An audit trail?
Answer: Option B A. is used to make back-up copies
B. is the recorded history of
operations performed on a file
C. can be used to restore lost Answer: Option D
information
D. All of the above
Answer: Option B
Answer: Option C
Answer: Option A
Answer: Option B
Answer: Option A
Answer: Option A
Q: A list consists of last names, first
names, addresses, and pin codes if
all people in the list have the same
last and the same pin code, a useful
key would be?
A. the pin code
B. the last name
C. a compound key consisting of the
first name and the last name
D. All of the above
Answer: Option B
Answer: Option C
Answer: Option B
Answer: Option C
Answer: Option C
Answer: Option D
Answer: Option C
Answer: Option D
Answer: Option C
Answer: Option A
Q: Sort/report generators?
A. are faster than index/report
generators
B. require more disk space than
Q: If the record management system index/report generators
allows you to edit values before they C. do not need to sort before
are recorded on disk, you can? generating a report
A. correct spelling changes before D. both (a) and (b)
they are recorded
B. change the name of a field
Answer: Option B
C. change the width of a field
D. All of the above
Answer: Option A
Answer: Option C
Answer: Option D
Answer: Option B