HomeWork 4.
Points: 75
For each of the following data structures based on the class readings (both text and notes), determine the attributes and operations necessary from a programming language specification approach for each of the following application areas. Then assess feasibility of including each of those data structures based on the implementation issues for storage representation and storage management.
Arrays
Multidimensional arrays
Slices (substructure of an array)
Records
Lists
Character strings
Pointers
Sets
Files (pick one type of file)
Variant records
1.Real-time system for monitoring kidney dialysis machine.
2.Event driven system for traffic light control.
3.Inventory system.
Solution