question # 5\nmultiple choice\nwhich statement is true?\na flowchart uses comments that can be kept as a…

question # 5\nmultiple choice\nwhich statement is true?\na flowchart uses comments that can be kept as a permanent part of a program.\npseudocode uses shapes such as rectangles and diamonds to plan a program.\nyou only use comments for pseudocode.\na comment line begins with #
Answer
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 #.
Answer:
D. A comment line begins with #