QN01. Serial numbers used as codes are
- concise
- meaningful
- expandable
- comprehensive
- i and ii
- ii and iii
- ii and iv
- i and iii
Answer
(D)i and iii
QN02. A modulus-11 check digit will detect
- single transcription errors
- single transposition errors
- multiple digit transcription errors
- and correct a single error
- i and iii
- i and iv
- i and ii
- iii and iv
Answer
(C)i and ii
QN03. For modulus-11 check digit to detect single transposition or single transcription error the number of digits in the codes should not exceed
- 9
- 10
- 11
- 99
Answer
(B)10
QN04. If a field is known to represent days of a month, radix used to check should be
- 30
- 31
- 28
- 29
Answer
(B)31
QN05. A data element in a data dictionary may have
- only integer value
- no value
- only real value
- only decimal value
Answer
(B)no value
QN06. In interactive data input a template is normally used to
- enter new data
- add/delete data
- select one out of many alternatives often by a mouse click
- detect errors in data input
Answer
(A)enter new data
QN07. A concise code is necessarily
- precise
- meaningful
- comprehensive
- difficult
Answer
(A)precise
QN08. A modulus-17 check will detect single transcription errors in
- alphanumeric codes
- hexadecimal codes
- decimal numerical codes
- serial number codes
Answer
(B)hexadecimal codes
QN09. An appropriate range check for marks in an examination paper whose maximum marks 100 is
- 100
- 0 to 100
- - 99 to +99
- 99
Answer
(B)0 to 100
QN10. An appropriate range check of age of a tenth standard student in a high school is
- 5 to 15
- 10 to 25
- 8 to 20
- 3 to 18
Answer
(C)8 to 20
QN11. A data element in a data flow
- may be an integer number
- may be a real number
- may be binary
- may be imaginary
- (i),(ii),(iv)
- (iii),(iv),(ii)
- (i),(ii),(iii)
- (i) and (ii)
Answer
(C)(i),(ii),(iii)
QN12. In interactive data input terminal commands are normally used to
- enter new data
- add/delete data
- select one out of many alternatives often by a mouse click
- detect errors in data input
Answer
(B)add/delete data
QN13. Group classification codes are
- concise
- meaningful
- expandable
- comprehensive
- i and ii
- i, ii and iii
- ii, iii and iv
- i, ii and iv
Answer
(C)ii, iii and iv
QN14. Modulus-11 check digit for the code 85672 is
- 0
- 1
- X
- 3
Answer
(C)X
QN15. An appropriate range check for month field in a date is
- 12
- -12 to 12
- 1 to 12
- 0 to 12
Answer
(C)1 to 12
QN16. Good system design prevents data entry errors by
- Designing good forms with plenty of space to write in block capitals>
- By giving clear instructions to a user on how to fill a form
- Reducing keystrokes of an operator
- Designing good keyboard
- i, ii, iii
- i, ii, iv
- i, ii
- iii and iv
Answer
(A)i, ii, iii
QN17. Key fields are normally coded
- as they provide a unique identification
- as they are used for retrieving records
- as they facilitate cross referencing between applications which use the key
- as it is useful
- i and ii
- i and iv
- ii and iii
- i and iii
Answer
(D)i and iii
QN18. Design of error detecting codes requires good
- knowledge of mathematics
- statistical mechanics
- statistics of errors normally committed during data entry
- Boolean algebra
Answer
(C)statistics of errors normally committed during data entry
QN19. Sequence numbering of records is used to
- Identify each record uniquely
- Track a missing record in a batch of records
- Count number of records
- Sort the records
- i, ii
- i, ii, iii
- i, ii, iii, iv
- i and iv
Answer
(C)i, ii, iii, iv
QN20. For modulus-11 check digit to detect a single transposition errors the
- weights should all be distinct
- weights may all be equal and > 0
- weights should be less than 8
- weights should all be > 0 and distinct
Answer
(D)weights should all be > 0 and distinct
QN21. An entity is
- a collection of items in an application
- a distinct real world item in an application
- an inanimate object in an application
- a data structure
Answer
(B)a distinct real world item in an application
QN22. In an E-R diagram entities are represented by
- circles
- rectangles
- diamond shaped box
- ellipse
Answer
(B)rectangles
QN23. A student can take not more than 5 subjects in a semester. The number of students allowed in a subject in a semester is not more than 40. The student
- subject relationship is:
- 5:40
- 40:5
- N:5
- 40:M
Answer
(B)40:5
QN24. The relation given in Exercise 10.4.4 may be converted to 1 NF relation by
- eliminating composite attributes
- eliminating common attributes
- duplicating common attributes as many times as lines in corresponding attributes
- putting composite attributes in a separate table
Answer
(C)duplicating common attributes as many times as lines in corresponding attributes
QN25. Given the relation of Exercise 10.7.5 it is reduced to the following BCNF relation
- Supplier (s_ids, s_name)
Purchase (s_id, p_order, qty) - Supplier (s_id, s_name)
Purchase (p_order, qty) - Purchase (s_id, p_order)
Supplier (s_name, qty) - Supplier (s_id, s_name, qty)
Purchase (s_id, p_order)
Answer
(A)Supplier (s_ids, s_name) Purchase (s_id, p_order, qty)
QN26. The ORDER PLACED FOR relation in Mini-case example 1 has the composite key order no, item code because
- item code has a multivalued dependency with order no.
- the non-key attributes are dependent on the composite key order no, item code
- if order no is the only key we cannot find qty. ordered, price/unit, delivery time
- if item code is the only key we cannot find order no. uniquely
Answer
(A)item code has a multivalued dependency with order no.
QN27. By data independence we mean application programs
- do not need data
- may be developed independent of data
- may be developed without knowing the organization of data
- may be developed with independent data
Answer
(C)may be developed without knowing the organization of data
QN28. By data security in DBMS we mean
- preventing access to data
- allowing access to data only to authorized users
- preventing changing data
- introducing integrity constraints
Answer
(B)allowing access to data only to authorized users
QN29. Designing physical model of DBMS requires information on
- data volume
- frequency of access to data
- programming language used
- secondary memory characteristics
- i, ii
- i, ii, iii
- i, ii, iii, iv
- i, ii, iv
Answer
(D)i, ii, iv
QN30. Pick entities from the following:
- vendor
- student
- attends
- km/hour
- i, ii, iii
- i, ii, iv
- i and ii
- iii and iv
Answer
(C)i and ii
QN31. Attributes are
- properties of relationship
- attributed to entities
- properties of members of an entity set
- i
- i and ii
- i and iii
- iii
Answer
(C)i and iii
QN32. A relation is
- an entity
- a relationship
- members of a relationship set
- members of an entity set or a relationship set
Answer
(D)members of an entity set or a relationship set
QN33. Normalization is a process of restructuring a relation to
- minimize duplication of data in a database
- maximize duplication of data to ensure reliability
- make it of uniform size
- allow addition of data
Answer
(A)minimize duplication of data in a database
QN34. A second Normal Form (2 NF) relation should
- be in 1 NF
- not have a composite key
- not have attributes dependent on key attribute
- not have attributes dependent on one another
Answer
(A)be in 1 NF
QN35. A relationship is
- an item in an application
- a meaningful dependency between entities
- a collection of related entities
- related data
Answer
(B)a meaningful dependency between entities
QN36. One entity may be
- related to only one other entity
- related to itself
- related to only two other entities
- related to many other entities
Answer
(D)related to many other entities
QN37. Rows of a relation are called
- tuples
- a relation row
- a data structure
- an entity
Answer
(A)tuples
QN38. The process of normalization
- is automatic using a computer program
- requires one to understand dependency between attributes
- is manual and requires semantic information
- is finding the key of a relation
Answer
(B)requires one to understand dependency between attributes
QN39. An attribute y may be functionally dependent on
- a composite attribute x,y
- a single attribute x
- no attribute
- i and ii
- i and iii
- ii and iii
- iii
Answer
(A)i and ii
QN40. A relation is said to be in 3 NF if
- it is in 2 NF
- non-key attributes are independent of one another
- key attribute is not dependent on part of a composite key
- has no multi-valued dependency
- i and iii
- i and iv
- i and ii
- ii and iv
Answer
(C)i and ii