COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is the first thing we use when writing pseudocode?
|
SEND
|
|
RECEIVE
|
|
END
|
|
START
|
Explanation:
Detailed explanation-1: -Dedicating a line or two to explaining the purpose of your code will help set up the rest of the document, and it will also save you the task of explaining the program’s function to each person to whom you show the pseudocode.
Detailed explanation-2: -Writing pseudocode is pretty easy actually: Start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions. Indent when you are enclosing instructions within a loop or a conditional clause. A loop is a set of instructions that is repeated.
Detailed explanation-3: -Pseudocode is an informal method of developing an algorithm. Thus, computer programmers use simple informal language to write a pseudocode.
There is 1 question to complete.