CompTIA ITF+ (FC0-U61) — Question 259
Which of the following should be used to store a list of strings?
Answer options
- A. Array
- B. Constant
- C. Variable
- D. Branch
Correct answer: A
Explanation
An Array is designed to hold multiple values, making it ideal for storing a list of strings. The other options do not serve as effective data structures for this purpose; a Constant is a fixed value, a Variable holds a single value, and a Branch is a control structure for decision-making.