2.1 Pseudocode Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Pseudocode

A

Pseudocode is a way to write out algorithms using code-like statements.

It is intended to be very readable, and easy to understand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Purpose of Pseudocode

A

Pseudocode isn’t a programming language.

Pseudocode is used to plan algorithms, focusing on the logic and steps rather than language-specific syntax.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly