36.2k views
0 votes
Jabari is writing pseudocode for a new video game he wants to create. What should he include in his pseudocode?

a
Everyday language that is easy to understand

b
Formatting with no indentations

c
The actual code used for the game

d
Words usually only programmers are familiar with

User Colby Cox
by
6.4k points

2 Answers

6 votes

Answer:

The actual code used for the game

User Gjvatsalya
by
6.5k points
4 votes

Answer:

The answer is "Option c".

Step-by-step explanation:

The Pseudocode is a definition of actions in an algorithm or some other method of software engineering. It also uses regular programming language, formal conventions, and is associated with human learning rather than computer learning, and the wrong choice can be defined as follows:

  • In choice a, It is wrong because there are so many languages, and it is not easy to understand all.
  • In choice b, It is wrong because it is used for better understanding.
  • In choice d, it is wrong because words are also not only common to programmers.
User Zronn
by
6.8k points