Tuesday, 18 March 2014

Professional Knowledge Quiz

Q.1 The way a particular application views the data from the database that the application uses is a
(A) module.
(B) relational model.
(C) schema.
(D) sub schema.


Q.2 In an E-R diagram an entity set is represent by a
(A) rectangle.
(B) ellipse.
(C) diamond box.
(D) circle.

Q.3 A report generator is used to
(A) update files.
(B) print files on paper.
(C) data entry.
(D) delete files.

Q.4 The property / properties of a database is / are :
(A) It is an integrated collection of logically related records.
(B) It consolidates separate files into a common pool of data records.
(C) Data stored in a database is independent of the application programs using it.
(D) All of the above.

Q.5 The DBMS language component which can be embedded in a program is
(A) The data definition language (DDL).
(B) The data manipulation language (DML).
(C) The database administrator (DBA).
(D) A query language.

Q.6 A relational database developer refers to a record as
(A) a criteria.
(B) a relation.
(C) a tuple.
(D) an attribute.

Q.7 The relational model feature is that there
(A) is no need for primary key data.
(B) is much more data independence than some other database models.
(C) are explicit relationships among records.
(D) are tables with many dimensions.

Q.8 Conceptual design
(A) is a documentation technique.
(B) needs data volume and processing frequencies to determine the size of the database.
(C) involves modelling independent of the DBMS.
(D) is designing the relational model.

Q.9 The method in which records are physically stored in a specified order according to a key field in each record is
(A) hash.
(B) direct.
(C) sequential.
(D) all of the above.

Q.10 A subschema expresses
(A) the logical view.
(B) the physical view.
(C) the external view.
(D) all of the above.

Q.11 Count function in SQL returns the number of
(A) values.
(B) distinct values.
(C) groups.
(D) columns.

Q.12 Which one of the following statements is false?
(A) The data dictionary is normally maintained by the database administrator.
(B) Data elements in the database can be modified by changing the data dictionary.
(C) The data dictionary contains the name and description of each data element.
(D) The data dictionary is a tool used exclusively by the database administrator.

Q.13 An advantage of the database management approach is
(A) data is dependent on programs.
(B) data redundancy increases.
(C) data is integrated and can be accessed by multiple programs.
(D) none of the above.

Q.14 A DBMS query language is designed to
(A) support end users who use English-like commands.
(B) support in the development of complex applications software.
(C) specify the structure of a database.
(D) all of the above.

Q.15 Transaction processing is associated with everything below except
(A) producing detail, summary, or exception reports.
(B) recording a business activity.
(C) confirming an action or triggering a response.
(D) maintaining data.

Q.16 It is possible to define a schema completely using
(A) VDL and DDL.
(B) DDL and DML.
(C) SDL and DDL.
(D) VDL and DML.

Q.17 The method of access which uses key transformation is known as
(A) direct.
(B) hash.
(C) random.
(D) sequential.

Q.18 Data independence means
(A) data is defined separately and not included in programs.
(B) programs are not dependent on the physical attributes of data.
(C) programs are not dependent on the logical attributes of data.
(D) both (B) and (C).

Q.19 The statement in SQL which allows to change the definition of a table is
(A) Alter.
(B) Update.
(C) Create.
(D) select.

Q.20 E-R model uses this symbol to represent weak entity set ?
(A) Dotted rectangle.
(B) Diamond
(C) Doubly outlined rectangle
(D) None of these



ANSWERS:
Ans1: D
Ans2: A
Ans3: B
Ans4: D
Ans5: B
Ans6: C
Ans7: B
Ans8: C
Ans9: A 
Ans10 : C 
Ans11 : A 
Ans12 : B
Ans13 : C
Ans14 : D
Ans15 : C
Ans16 : B
Ans17 : B
Ans18 : D both (B) and (C)
Ans19 : A
Ans20 : C






No comments:

Post a Comment