195k views
2 votes
Which is true regarding pseudocode?

It uses simple words and symbols to communicate the design of a program,
It compiles and executes code.
It expresses only complex processes.
O It gives a graphical representation of a set of instructions to solve a problem.

User Carmen
by
5.5k points

2 Answers

5 votes

Answer:

A: It uses simple words and symbols to communicate the design of a program

Step-by-step explanation:

Credit to the person above me.

User Andriy Plokhotnyuk
by
5.5k points
4 votes

Answer:

It uses simple words and symbols to communicate the design of a program

Step-by-step explanation:

A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.

A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are seven (7) main stages in the creation of a software and these are;

1. Planning.

2. Analysis.

3. Design.

4. Development (coding).

5. Testing.

6. Implementation and execution.

7. Maintenance.

A pseudocode refers to the description of the steps contained in an algorithm using a plain or natural language. Also, a pseudocode gives a summary of the steps adopted during a software development process using simple (concise) words and symbols.

This ultimately implies that, a pseudocode uses simple words and symbols to communicate the design of a program.

User Bernard Hauzeur
by
5.3k points