Select the correct answer.
Which resource do programmers sometimes have to refer to and use during planning the logical steps of the solution?
OA. pseudocode
OB. design documents
OC. compiler
OD. interpreter
Resources that programmers sometimes have to refer to and use during planning the logical steps of the solution is the A. PSEUDOCODE
Explanation:
Pseudocode is an artificial and informal language that helps programmers develop and use algorithms..
Pseudocode is a detailed yet readable description of what a computer program or algorithm must do that is expressed in a formally-styled natural language rather than in a programming language..
Pseudocode is sometimes used as a detailed step in the process of developing a program..
Pseudocode is a text based detail design tool...
Pseudocode is not a programming language, it is a simple way of describing a set of instructions that does not have to use specific syntax.
INPUT asks a question; OUTPUT prints a message on screen.