START
PRINT (“Enter two numbers, X and Y”) Input X, Y
IF Y=0 THEN
PRINT ‘Error: division by zero’
ELSE
Quotient = X/Y
PRINT X, Y, Quotient
END IF
STOP
Kavungya answered the question on April 16, 2019 at 13:12
-
Draw a simple flowchart diagram showing:
IF….THEN…. selection
(Solved)
Draw a simple flowchart diagram showing:
IF….THEN…. selection
Date posted:
April 16, 2019
.
Answers (1)
-
Define the term ARRAY as used in computer programming.
(Solved)
Define the term ARRAY as used in computer programming.
Date posted:
April 16, 2019
.
Answers (1)
-
List four selection control structures used in writing a program.
(Solved)
List four selection control structures used in writing a program.
Date posted:
April 16, 2019
.
Answers (1)
-
Define the term selection to program control structures.
(Solved)
Define the term selection to program control structures.
Date posted:
April 16, 2019
.
Answers (1)
-
Give two benefits of structured programming.
(Solved)
Give two benefits of structured programming.
Date posted:
April 16, 2019
.
Answers (1)
-
List any two characteristics of Structured programming.
(Solved)
List any two characteristics of Structured programming.
Date posted:
April 16, 2019
.
Answers (1)
-
Define the term structured programming.
(Solved)
Define the term structured programming.
Date posted:
April 16, 2019
.
Answers (1)
-
State three types of control structures used in programming.
(Solved)
State three types of control structures used in programming.
Date posted:
April 16, 2019
.
Answers (1)
-
Describe three types of program documentation in reference to programming.
(Solved)
Describe three types of program documentation in reference to programming.
Date posted:
April 16, 2019
.
Answers (1)
-
Give one advantage of pseudo codes over flowcharts.
(Solved)
Give one advantage of pseudo codes over flowcharts.
Date posted:
April 16, 2019
.
Answers (1)
-
State any four rules/guidelines that should be followed when drawing program flowcharts.
(Solved)
State any four rules/guidelines that should be followed when drawing program flowcharts.
Date posted:
April 16, 2019
.
Answers (1)
-
State two requirements during computer program testing.
(Solved)
State two requirements during computer program testing.
Date posted:
April 16, 2019
.
Answers (1)
-
Name the stages of a program development in their logical sequence.
(Solved)
Name the stages of a program development in their logical sequence.
Date posted:
April 16, 2019
.
Answers (1)
-
Give two advantages of compiling a program rather than interpreting.
(Solved)
Give two advantages of compiling a program rather than interpreting.
Date posted:
April 16, 2019
.
Answers (1)
-
Define a Language translator.
(Solved)
Define a Language translator.
Date posted:
April 16, 2019
.
Answers (1)
-
List three examples of fourth generation programming languages.
(Solved)
List three examples of fourth generation programming languages.
Date posted:
April 16, 2019
.
Answers (1)
-
Give the advantages of Flowcharts.
(Solved)
Give the advantages of Flowcharts.
Date posted:
April 16, 2019
.
Answers (1)
-
Give the Benefits of program documentation.
(Solved)
Give the Benefits of program documentation.
Date posted:
April 16, 2019
.
Answers (1)
-
Give the reasons for testing the system before implementation.
(Solved)
Give the reasons for testing the system before implementation.
Date posted:
April 16, 2019
.
Answers (1)
-
Name any three computing resources that can be distributed
(Solved)
Name any three computing resources that can be distributed.
Date posted:
April 16, 2019
.
Answers (1)