CompTIA ITF+ (FC0-U61) — Question 203
Which of the following is the MOST likely reason to use an array?
Answer options
- A. To define a list of objects
- B. To identify potential looping code
- C. To flag a list of functions
- D. To describe the properties of a program
Correct answer: A
Explanation
The correct answer is A because arrays are fundamentally designed to store multiple items in a single structure, making it ideal for defining a list of objects. Options B, C, and D do not accurately represent the primary function of arrays, as they pertain to different programming concepts.