156k views
1 vote
Which resource do programmers sometimes have to refer to and use during planning the logical steps of the solution?

a. pseudocode
b. design documents
c. compiler
d. interpreter

2 Answers

4 votes

Answer:

design documents

Step-by-step explanation:

A design document is a complete high-level solution to the problem presented. It should be detailed enough that somebody who already understands the problem could go out and code the project without having to make any significant decisions.

The design documentation provides written documentation of the design factors and the choices the architect has made in the design to satisfy the business and technical requirements. The design documentation also aids in the implementation of the design. ... Documentation can vary from project to project

User Nemanja
by
9.1k points
0 votes
The answer would be a. pseudocode.

Pseudocode helps programs map out the logical pattern of how their program has to look. This means that by getting down the logical idea on how a program should look like, they will be able to implement this algorithm later on in the actual program. :)
User Mohamed Shabeer Kp
by
8.0k points