TestYourself answers for Building the vocabulary
- Last Updated: March 24, 2022
- 3 minute read
- Corticon
- Version 6.3
- Documentation
Show me this set of test questions.
- Any three of the following:
- Provides terms that represent business “things”
- Provides terms that are used to hold transient (temporary) values within Corticon Studio
- Provides a federated data model that consolidates entities and attributes from various enterprise data resources
- Provides a built-in library of literal terms and operators that can be applied to entities and attributes
- Defines a schema that supplies the contract for sending data to and from a Corticon Decision Service
- False. The Vocabulary may include transient terms that are used only in rules and that don’t exist in the data model.
- False. Terms in the data model that are not used by rules do not need to be included in the Vocabulary.
- False. A Vocabulary may be created before its corresponding object or data model exists.
- 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.
- The UML model that contains the same types of information as a Vocabulary is called a Class Diagram
- Entities, Attributes, Associations
hairColor- yellow
- Attributes
Boolean, DateTime, Decimal, Integer, String- blue and yellow
- orange and yellow
- 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.
- Associations are bidirectional by default
- cardinality


Target.source.attribute- target

- Design vocabulary, identify terms, separate terms, assemble and relate terms, diagram vocabulary model in Studio
- a
- operators
- Rule Language Guide
- False. Custom Data Types must be based on the 7 base data types. They extend the 7 base data types.
- b. May match other Custom Data Type Names
- True
value < 10- True
- No
'Airbus'- Attribute values are pre-populated in drop-down lists based on the enumerated values.
- 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.)
- True
- True
- All entities have native attributes, but
Bicyle= 100% native. The others have 1 native attribute each and 3 inherited. Entities with inherited attributes areMountainBike,RoadBike,TandemBike cadence,gear, orspeed- True