COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Flowcharts.
|
|
Pseudocodes.
|
|
Machine language.
|
|
Low-level languages.
|
Detailed explanation-1: -Simplified programming language, that is not a specific language. 180 seconds. What do you call English-like statements that represent program logic? Flowcharts.
Detailed explanation-2: -Structured English is the use of the English language with the syntax of structured programming to communicate the design of a computer program to non-technical users by breaking it down into logical steps using straightforward English words.
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.
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.
Detailed explanation-5: -Pseudocode, or structured English, allows a programmer to use English-like sentences to write an explanation of what a program is supposed to do.