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.\na comment line begins with #.\nyou only use comments for pseudocode.

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.\na comment line begins with #.\nyou only use comments for pseudocode.

Answer

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.

Answer:

C. A comment line begins with #.