- define built-in data type
- explain why user-defined data types are necessary ⭐️
- define and describe user-defined data types (+ 2 examples)
- explain non-composite data types (+ 2 examples)
- define & describe enumerated data type
- definition statement of enumerated data type
- declaration statement of enumerated data type
- describe the characteristics of the data values in the enumerated data type
- Define and describe Pointer Data Type
- explain the syntax in pseudocode for definition of a pointer data type
- definition statement of pointer data type
- declaration statement of pointer data type
- declaration of two ordinal variables of type integer and assigment into one of the two values
- assign a pointer variable (MyIntegerPointer) of a value that is the address of a variable Number1
- explain and define dereference
- define and describe the composite user defined data type
- define and describe sets
- state the four operations that can be performed in a set
- definition statement of sets
- *DEFINE ***statement of sets