CompTIA ITF+ (FC0-U61) — Question 276
A development team is brainstorming how a new program should operate. Which of the following techniques can be used to depict the program visually during brainstorming?
Answer options
- A. Flowchart
- B. Spreadsheet
- C. Pseudocode
- D. Branching
Correct answer: A
Explanation
The correct answer is A, as flowcharts are specifically designed to visually outline processes and workflows, making them ideal for brainstorming sessions. Options B, C, and D do not serve the purpose of visual representation in the same way; spreadsheets are primarily for data organization, pseudocode is a textual representation of code logic, and branching refers to decision-making paths in programming.