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 #

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:

  1. Flowcharts use shapes, not comments as a permanent part of a program.
  2. Pseudocode is text - based and doesn't use shapes like rectangles and diamonds (flowcharts do).
  3. Comments are used in many programming - related things, not just pseudocode.
  4. In many programming languages like Python, a comment line begins with #.

Answer:

D. A comment line begins with #