Show me this set of test questions.

  1. Any three of the following:
    1. Provides terms that represent business “things”
    2. Provides terms that are used to hold transient (temporary) values within Corticon Studio
    3. Provides a federated data model that consolidates entities and attributes from various enterprise data resources
    4. Provides a built-in library of literal terms and operators that can be applied to entities and attributes
    5. Defines a schema that supplies the contract for sending data to and from a Corticon Decision Service
  2. False. The Vocabulary may include transient terms that are used only in rules and that don’t exist in the data model.
  3. False. Terms in the data model that are not used by rules do not need to be included in the Vocabulary.
  4. False. A Vocabulary may be created before its corresponding object or data model exists.
  5. The Vocabulary is an abstract model, meaning many of the real complexities of an underlying data model are hidden so that the rule author can focus on only those terms relevant to the rules.
  6. The UML model that contains the same types of information as a Vocabulary is called a Class Diagram
  7. Entities, Attributes, Associations
  8. hairColor
  9. yellow
  10. Attributes
  11. Boolean, DateTime, Decimal, Integer, String
  12. blue and yellow
  13. orange and yellow
  14. A Transient Vocabulary term is used when the term is needed to hold a temporary value that is not required to be stored in external data.
  15. Associations are bidirectional by default
  16. cardinality
  17. Target.source.attribute
  18. target
  19. Design vocabulary, identify terms, separate terms, assemble and relate terms, diagram vocabulary model in Studio
  20. a
  21. operators
  22. Rule Language Guide
  23. False. Custom Data Types must be based on the 7 base data types. They extend the 7 base data types.
  24. b. May match other Custom Data Type Names
  25. True
  26. value < 10
  27. True
  28. No
  29. 'Airbus'
  30. Attribute values are pre-populated in drop-down lists based on the enumerated values.
  31. Allow you to re-use entities by bundling or creating a subset within the Vocabulary. (Technically equivalent to packages in Java or namespaces in XML.)
  32. True
  33. True
  34. All entities have native attributes, but Bicyle = 100% native. The others have 1 native attribute each and 3 inherited. Entities with inherited attributes are MountainBike, RoadBike, TandemBike
  35. cadence, gear, or speed
  36. True