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.
a comment line begins with #.
you only use comments for pseudocode.

Explanation:

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 #.