Information Management Formatives

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Formative 1 (29/30)  True

1. It is a data that describes the 13. The deliverable of the logical design
properties and context of user data. of SDLC is the detailed design
 Metadata specification.
2. One problems of a database approach  True
is compromised data integrity. 14. A data warehouse is an integrated
 False decision support system derived
3. What is a component of a database from various operational databases.
environment that is the storehouse of  True
the data? 15. What is the kind of database
 Database technology that has started in the
4. A good business rule is declarative, 1960s and has became a legacy
precise, atomic, consistent, system in the mid 1980s?
expressible, distinct and business-  Flat files
oriented. 16. The database activity of the logical
 True design step in SDLC is the logical
5. Non-standard file formats exists in database design.
program data dependency.  True
 True 17. Database activity in the maintenance
6. Enforcing of standards is applied in step of SDLC involves database
file processing approach. maintenance, performance analysis
 False and tuning and error tuning.
7. It is an organized collection of  True ??
logically related data. 18. The purpose of the physical design
 Database step in SDLC is information
8. It is one of the elements of the requirements elicitation and
database approach wherein it is structure.
composed of attributes and it’s a  False
noun form describing a person, 19. Periodic audits is the deliverable of
place, object or concept. the maintenance step in SDLC.
 Entities  True
9. It is one of the components of the 20. A functional system specification is
database environment that is a the deliverable of the analysis step of
storehouse for metadata. SDCL.
 Repository  True
10. What is a component of a database 21. The associative entity may
environment that is the software that participate in other relationships
is using the data? other than the entities of the
 Application Programs associated relationship.
11. Information requirement elicitation  True
and structure is the purpose of the 22. What is the relationship that links
logical design in SDLC. strong entities to weak entities?
 True  Identifying relationship
12. New requirements is always applied 23. A unary degree of the relationship is
to the revised and enhanced an entity related to another of the
prototype in RAD. same entity type.

This study source was downloaded by 100000831283672 from CourseHero.com on 09-27-2022 07:21:25 GMT -05:00

https://www.coursehero.com/file/81802612/Information-Management-Formativesdocx/
 True 5. A subtype can have a relationship
24. What is the number of instances of with other subtypes.
one entity that can or must be  True
associated with each instance of 6. Supertype entities inherit values of
another entity? all attributes of the subtypes. False
 Cardinality constraint 7. The instances of a subtype must
25. Relationship degrees specify how participate in a relationship unique to
many of each entity type is allowed. that subtype.
 False  True
26. An associative entity is like a 8. The total specialization rule in
relationship with an attribute, but it is completeness constraints is
also considered to be an entity in its represented by a double line
own right.  true
 True 9. The overlap rule in disjointness
27. In the entity Patient, PatientName is constraints is an instance of the
a composite attribute. supertype can be only one of the
 True subtypes.
28. In the attributes if the entity  False
PatientHistory, DoctorId is a simple 10. If supertype A has a relationship with
attribute. supertype B, the subtypes under
 True supertype A will also have a
29. A strong entity does not have an relationship with supertype B
identifier.  true
 False 11. Associative entity has foreign keys to
30. Attributes that contains data that will each entity in the relationship that is
change overtime is the best attribute associated with it.
for an identifier.  True
 False 12. Mapping unary relationships into
relations with a one-to-many
Formative 2 (26/30) relationship has a recursive foreign
1. The overlap rule in disjointness key in the same relation.
constraints is an instance of the  True
supertype could be more than one of 13. When mapping a supertype/subtype
the subtypes. relationships into relations, one
 False relation for supertype and for each
2. It is an attribute of the supertype subtype.
whose values determine the target  True
subtype(s). 14. These are keys which are identifiers
 Subtype discriminator that enable a dependent relation to
3. It is a generic entity type that has a refer to its parent relation.
relationship with one or more  Primary key
subtypes. 15. In mapping associative entities to
 supertype relations and if there is an identifier
4. Subtype entities inherit values of all assigned, the default primary key for
attributes of the supertype. the association relation is composed
 True

This study source was downloaded by 100000831283672 from CourseHero.com on 09-27-2022 07:21:25 GMT -05:00

https://www.coursehero.com/file/81802612/Information-Management-Formativesdocx/
of the primary keys of the two updated in their field and exams can
entities. be taken by many pilots and is
 False recorded based on which date did
16. A many to many relationship they take the examination. Which
correspond to a relation. among the following are the subtype
 True entities of the employees entity?
17. A table in a database is consists of  Pilots and flight attendants
rows and columns. 25. The purpose of data normalization is
 True to decompose relations with
18. A weak entity is mapped to a anomalies to produce smaller, well
separate relation with a foreign key structured relations.
taken from the superior entity.  True
 True 26. All relations are in 1NF.
19. Key fields can only be simple keys  True
or one single field. 27. Modification anomaly is similar to
 False deletion anomaly.
20. Relations correspond with entity  False
types. 28. This table is in 2NF.
 True
21. A transitive dependency is when a
key is functionally dependent on
non-key.
 False
22. When there is an existing
multivalued attribute in a 1NF table,
it means its not a relation
 true
 False
23. A candidate key will become a
29. It is said to be that a table is in 1NF,
primary key.
if it is in 2nd normal form and every
 False
non-key attribute is fully functionally
24. Read the business rules below and
dependent of the entire primary key.
answer the succeeding question. AVA
 False
aviation company has many
30. When there is an existing
employees. Some employees are
multivalued attribute in a 1NF table,
pilots and flight attendants. Most of
it means its relation.
the time, pilot’s name and complete
 False
address are stored in the system,
31. It is the process of defining more
while for flight attendants together
general entity type from a set of
with their names, flight date and time
more specialized – Generalization
are stored. Some employees may
32. Diagram 4, the attribute of the House
have dependents, but each dependent
entity can be inherited by the
must be associated with them.
Buildings entity. - True
Names and age of the dependents are
33. Using diagram 3, which among the
usually stored in the system. All
following is true? – The entities
pilots are required to take at least one
administration teacher and staff are
aviation exam in order for them to be
subtypes of the worker.

This study source was downloaded by 100000831283672 from CourseHero.com on 09-27-2022 07:21:25 GMT -05:00

https://www.coursehero.com/file/81802612/Information-Management-Formativesdocx/
34. In diagram 3, the administration, 47. A 2NF is a 1NF plus no transitive
teacher and staff are subtypes of the dependencies. – False
worker entity because each of them 48. A table that pertains to more than one
has at least one unique attribute. – entity type is a well-structured
True relation – False
35. If supertype A has three subtypes, 49. Not all tables are relation – False
which are subtypes 1,2, and 3 and 50. When there is an existing
subtypes 1 and 2 have relationship, multivalued attribute in a 1NF table.
this means that subtype 3 has also a It means its not a relation. – True
relationship with subtypes 1 and 2. 51. Changing data in a row forces
36. It is the process of defining a more changes to other rows because of
general entity type from a set of duplication. This is normal in a well-
more specialized entity types. – structured relation. – False
Bottom-up 52. A 2NF is a 1NF plus every non-key
37. A completeness constraint identifies attribute is fully functionally
whether an instance of supertype dependent on the entire primary key
must also be a member of at least – True
one subtype. – True 53. A candidate key is not allowed to be
38. In mapping associative entities to a primary key – False
relations and if there no identifier 54. The database approach is a central
assigned, the default primary key for repository of shared data and data is
the association relation is composed managed by a controlling agent. –
of the primary keys of the two TRUE
entities. - True 55. CASE tools is a component of the
39. Rows of the table in a database database environment. – True
correspond with entity instances and 56. It is a software system that is used to
with many-to-many relationship create, maintain, and provide
instances. – True controlled access to user databases. –
40. Another name for tables in database Database Management System
is called a relation – True 57. An SDLC approach to database has a
41. It is mechanism for implementing repeated implementation and
business rules that maintain the maintenance of activities with new
integrity of the manipulated data. – prototype version. – False
Data Integrity 58.
42. A table is qualified to be relation if it
has a unique name. – True
43. A table is qualified to be a relation if
it has a unique name. – True
44. A primary key of a table guarantees
that all columns are unique – True
45. One relation for each entity and one
for the associative entity when
mapping a ternary or n-ary
relationship into relations. – True
46. What is a named, two-dimensional
table of data – Relation

This study source was downloaded by 100000831283672 from CourseHero.com on 09-27-2022 07:21:25 GMT -05:00

https://www.coursehero.com/file/81802612/Information-Management-Formativesdocx/
Powered by TCPDF (www.tcpdf.org)

You might also like