COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
somewhere between English and a coding language.
|
|
used by programmers to figure out the logic and flow of their programs without having to worry about syntax.
|
|
more precise than English but less precise than a coding language.
|
|
all of these
|
Detailed explanation-1: -Pseudo code 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. Pseudo code summarizes a program’s flow, but excludes underlying details.
Detailed explanation-2: -Description: Pseudocode is not an actual programming language. So it cannot be compiled into an executable program. It uses short terms or simple English language syntaxes to write code for programs before it is actually converted into a specific programming language.
Detailed explanation-3: -The answer is option D. All of the above. Pseudo code is a loose manner of describing programming that does not require adherence to strict programming language syntax or knowledge of underlying technologies. It is used to develop a program’s rough draught or blueprint.
Detailed explanation-4: -a machine-level code. a random number. a flow chart. Structured English to communicate the logic of a program.
Detailed explanation-5: -Pseudocode is sometimes used as a detailed step in the process of developing a program. It allows designers or lead programmers to express the design in great detail and provides programmers a detailed template for the next step of writing code in a specific programming language.