FC0-U71 · Question #132
A programmer creates a graphical representation of code components and the sequence for code execution. Which of the following has the programmer created?
The correct answer is C. Flowchart. A programmer creating a graphical representation of code components and the sequence for code execution has created a flowchart.
Question
A programmer creates a graphical representation of code components and the sequence for code execution. Which of the following has the programmer created?
Options
- APseudocode
- BBranching
- CFlowchart
- DLooping
How the community answered
(50 responses)- A4% (2)
- B8% (4)
- C86% (43)
- D2% (1)
Why each option
A programmer creating a graphical representation of code components and the sequence for code execution has created a flowchart.
Pseudocode is a high-level description of an algorithm's logic using plain language, not a graphical representation.
Branching is a control flow statement in programming that executes different code blocks based on a condition, not a graphical representation itself.
A flowchart is a diagram that visually represents an algorithm, process, or workflow, showing steps as boxes of various kinds and their order by connecting them with arrows. This graphical representation clearly depicts code components and their sequence of execution.
Looping is a control flow statement that repeatedly executes a block of code, not a graphical representation of the entire program logic.
Concept tested: Software development flowcharts
Topics
Community Discussion
No community discussion yet for this question.