Unit 3 - Data Structures
Unit 3 - Data Structures
Any Question?
Activities
1. Explain the how data is structured using the following data structures:
i. Variable
ii. Arrays
iii. Lists
2. Describe the different data types you are aware of.
3. Explicit the following methods in data stack:
i. LIFO
ii. FIFO
4. What are the data structures used in the following:
i. Databases
ii. Network data models
iii. Hierarchal data model
iv. Clouds
Activities
5. What is the difference in terms of data structure between a plain text file and an
RDBMS in the context of data storage?
6. State difference between a static array and a dynamic array.
7. A secretary working on office applications save directly her work on a secondary
storage like a pen drive. Why according to you this can be qualified as a computer
misuse.
8. What is a multilinked data structure? State one application of multilink data
structure.
9. Imagine you wish to do some very complex mathematical calculations so you will
declare your data type to float or double integer. Describe these data types.
10. How would convert a string data type into integer data type in a sort algorithm in
alphabetical order for instance?