Skip to main content
Logo image

Exercises 2.1 Exercises

1.

    Are you feeling ready to continue?
  • Yes, I’m ready!
  • Yay! Let’s continue.
  • No, I don’t feel ready.
  • Oh no! Take some time to reread this chapter.
Hint.
Ready? Let’s start

2.

    Why might pseudocode be helpful?
  • To help humans understand the application before programming it
  • Correct! pseudocode is used to help humans understand the code first.
  • To help machines create a set of instructions.
  • Programmers create a set of instructions. Machines execute it.
  • To help the CPU understand Low-level languages.
  • Pseudocode is not programmed into the machine. Try again
  • For humans to easily understand logic and convert to a regular programming language
  • Yes, Correct.
Hint.
Think: Why are flowcharts and pseudocode used before programming using regular programming language?
You have attempted of activities on this page.