COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
a device that detects important physical quality or quantity about surrounding environment.
|
|
a group of interacting, interrelated elements that work together.
|
|
shorthand notation for programming which uses a combinatino of informal programming structures and verbal descriptions of code.
|
|
None of the above
|
Detailed explanation-1: -Pseudo code is a shorthand notation for programming, which uses a combination of informal programming structures and verbal descriptions of code.
Detailed explanation-2: -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-3: -Pseudocode is a text outline of the program design. The main operations are written as descriptive statements that are arranged as functional blocks. The structure and sequence are represented by suitable indentation of the blocks, as is the convention for high-level languages.
Detailed explanation-4: -Pseudocode literally means ‘fake code’. It is an informal and contrived way of writing programs in which you represent the sequence of actions and instructions (aka algorithms) in a form that humans can easily understand.