FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the pseudo-code instruction for calculation?
A
GET or READ
B
PROCESS
C
COMPUTE or CALCULATE or DETERMINE or PROCESS
D
DISPLAY or WRITE or PRINT or SHOW
Explanation: 

Detailed explanation-1: -The Pseudocode Programming Process defines a specific approach to using pseudocode to streamline the creation of code within the routines. Once the pseudocode is written, you build the code around it and the pseudocode turns into programming-language comments. This eliminates most commenting effort.

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.

Detailed explanation-3: -Mathematical style pseudocode is sometimes referred to as pidgin code, for example pidgin ALGOL (the origin of the concept), pidgin Fortran, pidgin BASIC, pidgin Pascal, pidgin C, and pidgin Lisp.

There is 1 question to complete.