COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Key words written in English for solving problems.
|
IF ____ THEN ____ ENDIF
|
|
Algorithm
|
|
Pseudocode
|
|
Sequence
|
Explanation:
Detailed explanation-1: -Pseudocode consists of short, English phrases used to explain specific tasks within a program. Ideally, pseudocode should not include keywords in any specific computer language. Pseudocode should be written as a list of consecutive phrases, we can even draw arrows to show looping processes.
Detailed explanation-2: -Definition: Pseudocode is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It is used for creating an outline or a rough draft of a program. Pseudocode summarizes a program’s flow, but excludes underlying details.
There is 1 question to complete.