Show me this set of test questions.

  1. 7 root-level entities are present
  2. All terms are allowed except DVD.actor
  3. Movie.supplier
    1. Movie.oscar
    2. Movie.roles
    3. Actor.roles
    4. DVD.supplier
    5. Movie.dVD.extras
    6. Actor.roles.movie.oscar
  4. Actor.roles.movie
  5. Since the association between Actor and Role is bidirectional, you can use both Actor.roles and Roles.actor in our rules.
  6. Movie and Award
  7. From Movie to Award: goldenGlobe and oscar. From Award to Movie: two unique role names exist for this perspective too, but are not visible in the Vocabulary diagram.
  8. The Award entity could be split into two separate entities, or an attribute could be added to Award to identify the type of award.
  9. Using roles helps to clarify rule context.
  10. unique
  11. True
  12. All examples shown are Boolean expressions
  13. You can use Movie if it is the root term, or DVD.movie if DVD is the root term The root term can either be Movie or DVD. No conditions in the rule prevent either one from being the root term
  14. You can use Movie.dVD if Movie is the root term, or DVD if it is the root term. The root term can either be Movie or DVD. No conditions in the rule prevent either one from being the root term
  15. False. Both Movie and DVD terms in this example are root terms with no relationship to each other.
  16. Once for the Movie satisfying the rule conditions and its associated DVD
  17. Twice: once for each DVD (that is, the cross product of the DVDs and the Movies satisfying the rule conditions)
    1. High
    2. Low
    3. Low for each DVD
    4. Twice: once for each DVD
    5. Four: each of the 2 rules fired 2 times
    6. cross product
    7. no, each rule should only fire once for the DVD associated with the Movie
    8. change the Movie and DVD terms to share the same scope, starting either with Movie as the root term (Movie and Movie.dVD) or DVD as the root term (DVD and DVD.movie)
  18. False. Aliases are only required to be used in certain circumstances, but they can be used at any time and provide a good way of simplifying rule expressions.
  19. Scope is another way of defining a specific context or perspective in the Vocabulary
  20. Be updated
  21. False. Each alias must be unique and cannot have the same spelling as any term in the Vocabulary.