Você está na página 1de 3

1.Oracle Database Software provides which of the following functionality?

(Choose two)
Graphical User Interface (*)
Server (*)
2. The first step in system development is to document the requirements. Why? Mark for Review
(1) Points
It clarifies what a business wants to accomplish, and provides measures for deciding if the system delivers all that is required. (*)
3. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Data Modeling, SQL and PL/SQL (*)
4. Consider your school library. It will have a database with transaction details of which student borrows which books. Is details of the total
number of books out on loan in one given month Data or Information? Mark for Review
(1) Points
Information (*)
5. Data modelling is performed for the following reasons: (Choose Two) Mark for Review
The ERDs becomes a blueprint for designing the actual system. (*)
It helps discussions and reviews. (*)
6. Entity and Attribute names are always interchangable, so you need not worry about choosing the right type. True or False? Mark for Review
(1) Points
False (*)
7. All of the following would be instances of the entity ANIMAL SPECIES except which? Mark for Review
(1) Points
Leaf (*)
8. The entity/relationship model is created before the physical database design model? True or False? Mark for Review
(1) Points
True (*)
9. In a physical data model, a relationship is represented as a? Mark for Review
(1) Points
Foreign Key (*)
10. Volatile entities have special requirements and need special attention when you are doing data modelling. True or False? Mark for Review
(1) Points
True (*)
11. A/an _________ is a picture of all the information that will form the basis for the finished system. Mark for Review
(1) Points
ERD (*)
12. When reading an ERD including Relationships you are said to be speaking: Mark for Review
(1) Points
ERDish (*)
13. All the Attributes in a system are just written on the ERD, and they all go in the Top Left Hand Corner of the paper. True or False? Mark for
Review
(1) Points
False (*)
14. A Matrix Diagram should be developed by your users. True or False? Mark for Review
(1) Points
False (*)
15. Relationship Degree/Cardinality is important. True or False? Mark for Review
(1) Points
True (*)
16. Relationship Names are optional. True or False? Mark for Review
(1) Points
False (*)
17. A new system would have a mixture of both Procedural and Structural Business Rules as part of the documentation of that new system. True
or False? Mark for Review
(1) Points
True (*)
18. The Other subtype is mandatory. True or False? Mark for Review
(1) Points
False (*)
19. A supertype can only have two subtypes and no more. True or False? Mark for Review
(1) Points
False (*)
20. You can only create relationships to a Supertype, not to a Subtype. True or False? Mark for Review
(1) Points
False (*)
21. A Supertype can have only one subtype. True or False? Mark for Review
(1) Points
False (*)
22. When creating entities you must follow these rules: (Choose Two) Mark for Review
(1) Points
Name them in Singular (*)
Include Attributes (*)
23. If a relationship can NOT be moved between instances of the entities it connects, it is said to be: Mark for Review
(1) Points
Non-Transferrable (*)
24. Which of the following pairs of entities is most likely to be modeled as a M:M relationship? Mark for Review
(1) Points
TEACHER and SUBJECT AREA (*)
25. If two entities have two relationships between them, these relationships can be either _____________ or _____________ ? Mark for Review
(1) Points
Redundant or Required (*)
26. What uncommon relationship is described by the statements: Each DNA SAMPLE may be taken from one and only one PERSON and each
PERSON may provide one and only one DNA SAMPLE Mark for Review
(1) Points
One to One Optional (*)
27. How do you include a relationship as part of the UID for an entity? Mark for Review
(1) Points
By barring the relationship in question (*)
28. When you resolve a M-M you simply re-draw the relationships between the two original entities, no new entities are created. True or False?
Mark for Review

(1) Points
False (*)
29. Intersection Entities often have the relationships participating in the UID, so the relationships are often barred. True or False? Mark for Review
(1) Points
True (*)
30. What do you call the entity created when you resolve a M:M relationship? Mark for Review
(1) Points
Intersection entity (*)
31. When is an entity in 2nd Normal Form? Mark for Review
(1) Points
When all non-UID attributes are dependent upon the entire UID. (*)
32. All entities must be given a new artificial UID. True or False? Mark for Review
(1) Points
False (*)
33. There is no limit to how may UIDs an entity can have. True or False? Mark for Review
(1) Points
True (*)
34. Normalizing an Entity to 1st Normal Form is done by removing repeated or redundant attributes. True or False? Mark for Review
(1) Points
True (*)
35. No commercial database systems in the world will accept tables that are not on 3rd Normal Form. True or False? Mark for Review
(1) Points
False (*)
36. If Audit trail attributes are added to an entity they must be in the entities they are auditing. True or False? Mark for Review
(1) Points
True (*)
37. Which of the following would be good as a Unique Identifier for its Entity? (Choose Three) Mark for Review
(1) Points
Personal Identification number for Person (*)
Vehicle Registration Number for Car (*)
ISBN Number for Book (*)
38. No parts of an UID are mandatory. True or False? Mark for Review
(1) Points
False (*)
39. Primary UIDs are: Mark for Review
(1) Points
Something that each Entity should have, but is not mandatory (*)
40. Arcs are Mandatory in Data modeling. All ERDs must have at least one Arc. True or False? Mark for Review
(1) Points
False (*)
31. When is an entity in 2nd Normal Form? Mark for Review
(1) Points
When all non-UID attributes are dependent upon the entire UID. (*)
32. All entities must be given a new artificial UID. True or False? Mark for Review
(1) Points
False (*)
33. There is no limit to how may UIDs an entity can have. True or False? Mark for Review
(1) Points
True (*)
34. Normalizing an Entity to 1st Normal Form is done by removing repeated or redundant attributes. True or False? Mark for Review
(1) Points
True (*)
35. No commercial database systems in the world will accept tables that are not on 3rd Normal Form. True or False? Mark for Review
(1) Points
False (*)
36. If Audit trail attributes are added to an entity they must be in the entities they are auditing. True or False? Mark for Review
(1) Points
True (*)
37. Which of the following would be good as a Unique Identifier for its Entity? (Choose Three) Mark for Review
(1) Points
Personal Identification number for Person (*)
Vehicle Registration Number for Car (*)
ISBN Number for Book (*)
38. No parts of an UID are mandatory. True or False? Mark for Review
(1) Points
False (*)
39. Primary UIDs are: Mark for Review
(1) Points
Something that each Entity should have, but is not mandatory (*)
40. Arcs are Mandatory in Data modeling. All ERDs must have at least one Arc. True or False? Mark for Review
(1) Points
False (*)
41. All relationships participating in an arc must be mandatory. True or False? Mark for Review
(1) Points
False (*)
42. An arc can also be modeled as Supertype and Subtypes. True or False? Mark for Review
(1) Points
True (*)
43. Modeling historical data is Optional. True or False? Mark for Review
(1) Points
True (*)
44. When you add the concept of time to your data model, your model becomes more complex. True or False? Mark for Review
(1) Points
True (*)
45. Which of the following is a logical constraint that could result from considering how time impacts an example of data storage? Mark for
Review
(1) Points
An ASSIGNMENT may only refer to an EMPLOYEE with a valid employee record at the Start Date of the ASSIGNMENT. (*)

46. All systems must include functionality to provide logging or journaling in conceptual data models. True or False? Mark for Review
(1) Points
False (*)
47. All datamodels must be transformed from specific to generic. True or False? Mark for Review
(1) Points
False (*)
48. A datamodel containing generic modeling techniques must not be mixed in with non-generic models. The generic entities MUST be drawn on a
diagram of their own. True or False? Mark for Review
(1) Points
False (*)
49. There is no point in trying to group your entities together on your diagram according to volume. Making a diagram pretty is a waste of time.
True or False? Mark for Review
(1) Points
False (*)
50. Which of the following statements are true for ERDs to enhance their readability. (Choose Two) Mark for Review
(1) Points
Is is OK to break a big ERD down into subsets of the overall picture. This way you end up with more than one ERD, that together documents the entire
system. (*)
Try to avoid crossing lines (*)

Você também pode gostar