COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Flowcharts.
|
|
Pseudocodes.
|
|
Machine language.
|
|
Low-level languages.
|
Detailed explanation-1: -Pseudocode is a simplified representation of an algorithm that uses the English language to describe coding logic. It allows programmers to plan any algorithm’s structure using simple commands.
Detailed explanation-2: -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.
Detailed explanation-3: -Pseudocode, or structured English, allows a programmer to use English-like sentences to write an explanation of what a program is supposed to do.
Detailed explanation-4: -Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a “text-based” detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing “dependency” are to be indented. These include while, do, for, if, switch.