91.5k views
5 votes
​Structured English might look familiar to programming students because it resembles _____, which is used in program design.

a. ​a decision tree
b. ​decision code
c. ​iterative code
d. ​pseudocode

User JSArrakis
by
8.0k points

1 Answer

3 votes

Final answer:

Structured English resembles pseudocode, which is used in program design.

Step-by-step explanation:

Structured English might look familiar to programming students because it resembles pseudocode, which is used in program design.

Pseudocode is a way to represent the logic of a program using plain English or a combination of English and programming language syntax. It is used as a design tool to plan and communicate the steps of a program before writing actual code. Similarly, Structured English is a structured form of English that follows specific rules and conventions, making it easier to understand and translate into actual code.

User IMX
by
7.1k points