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.
a comment line begins with #.
you only use comments for pseudocode.
Brief Explanations
- Flowcharts use shapes, not comments as permanent program parts.
- Pseudocode is text - based, not shape - based like flowcharts.
- In many programming languages, a comment line begins with #.
- Comments are used in all forms of code and programming - related text, not just pseudocode.
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
C. A comment line begins with #.