Disjoint Data Types
What is meant by cardinality?
Quiz
Number of set types in a program.
Discriminated union
Number of elements in a set
CS 561

SCLM Presentation
Which data type is used to store different values during program execution?
Union type
Set type
Pointer type
Array type
Why pointers are highly used in assembly language?
Dynamic storage management
Addressing flexibility of direct addressing
Addressing flexibility of indirect addressing
Static storage management
Type A contains prime numbers, type B contains odd numbers. Types A and B are disjoint types.
Type X contains integers and type B contains float numbers. Types X and Y are disjoint types.
True
False
False
True