Exam-style question
Try this first
Which statement best describes a static data structure?.
- A.Its size is fixed or predetermined
- B.Its size must increase after every insertion
- C.It can only contain text data
- D.It is always stored in a tree
Model answer
What a good answer should say
- Its size is fixed or predetermined
Explanation
Why this works
A static structure has a fixed or predetermined size. This can make storage and access predictable, but it may waste space or become full.
Common mistake
No common mistake is linked to this question yet.
