What is pseudocode ?

1 Answer

Answer :

The word pseudo usually means pseudo or artificial. Pseudo is a Greek word. Programmers often create a draft text version of the code that will be written for the program , one that looks like a lot of programming code but is not original. Pseudocode is a combination of a number of instructions or statements to describe the type and function of the program. Sudokode makes it easy to compose algorithms first and then programs. For example, a pseudocode for determining the sum and average of four numbers. The first number must be input to four commissu- tions. Then the sum is added by adding four and the sum is divided by 4 to find the average.

Related questions

Description : How does one write in pseudocode a program that accepts two numbers and any one of the operators plus and minus?

Last Answer : 1. input x as float 2. input y as float 3. input op as character 4. if op'+' and op'-' then goto 3

Description : Preparing the pseudocode requires __ _time than drawing flowchart: a. Less b. More c. Optimum d. None of these

Last Answer : a. Less

Description : Thereis___ standard for preparing pseudocode instructions: a. No b 64 c. 2 d 6

Last Answer : a. No

Description : Pseudocode can replace (A) flowcharts (B) structure charts (C) decision tables (D) cause-effect graphs

Last Answer : (A) flowcharts