Which of the following statements is false?

A. Flowcharts use geometric symbols to represent input/output, decision branches, process statements, and other operations.
B. Pseudo-code is a step-by-step description or explanation of how a program works.
C. Pseudo-code uses geometric symbols to represent steps in a program.
D. Structured programming organizes groups of instructions into reusable modules.

1 Answer

Max Longton

Updated on November 28th, 2020

The answer is C.  

Let's review each of the options.

A. TRUE - flowcharts use geometric symbols to represent input/output, decision branches, process statements, and other operations.  These geometric symbols look like the following:

B. TRUE - pseudo-code is written text or description that shows how a program works.

C. FALSE - This statement is true for flowcharts.

D. TRUE - This is the definition of structured programming.

Copyright © 2024 Savvy Engineer