108k views
0 votes
Nathan is an expert on all of the different kinds of process description tools. So, when his colleagues have questions, they know where to turn.

​Another of the firm's analysts is unable to figure out what is wrong with some structured English he has been using to describe the processing logic. Nathan walks over and spots the problem in an instant. Which of the following can Nathan identify as the problem?

a. ​The structured English is indented.
b. ​The structured English is used as a shorthand notation for actual code by programmers.
c. ​The structured English is not using a sequence, selection, or iteration structure.
d. ​The structured English uses a limited vocabulary.

1 Answer

4 votes

Final answer:

The problem Nathan identifies is that the structured English is not using a sequence, selection, or iteration structure.

Step-by-step explanation:

The problem Nathan identifies is that the structured English is not using a sequence, selection, or iteration structure.

Structured English is a way of describing processing logic using natural language and the three basic control structures: sequence, selection, and iteration.

In this case, the analyst's structured English does not include any of these control structures, which means it is not properly defining the flow of the program. Nathan's expertise allows him to recognize this issue and provide a solution.

User Bytefish
by
7.6k points