COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What must you start and end every pseudocode with?
|
Begin/End
|
|
Start/End
|
|
Begin/Finish
|
|
End/Finish
|
Explanation:
Detailed explanation-1: -The endif command is used to terminate a multiple line if command. The command can either be specified as a single word, ‘endif’ or as two separate words, ‘end if’.
Detailed explanation-2: -ENDWHILE; TheWHILE-ENDWHILE statement defines a program loop. This statement can only be used inside a database procedure. The Boolean expression (boolean expr) must evaluate to true or false.
Detailed explanation-3: -Keywords cannot be used as variable names. In Pseudocode, they are used to indicate common input-output and processing operations. They are written fully in uppercase. START: This is the start of your pseudocode. INPUT: This is data retrieved from the user through typing or through an input device.
There is 1 question to complete.