QUESTION IMAGE
Question
question # 5
multiple choice
which statement is true?
a flowchart uses comments that can be kept as a permanent part of a program.
pseudocode uses shapes such as rectangles and diamonds to plan a program.
you only use comments for pseudocode.
a comment line begins with #
Brief Explanations
- Flowcharts use shapes, not comments as a permanent part of a program.
- Pseudocode is text - based and doesn't use shapes like rectangles and diamonds (flowcharts do).
- Comments are used in many programming - related things, not just pseudocode.
- In many programming languages like Python, a comment line begins with #.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. A comment line begins with #