Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 5 multiple choice which statement is true? a flowchart uses …

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 #

Explanation:

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 #