-
With aid of a pseudo code, design an algorithm that would:
- Prompt the user to enter two number X and Y
- Divide X by Y....
(Solved)
With aid of a pseudo code, design an algorithm that would:
- Prompt the user to enter two number X and Y
- Divide X by Y. However, if the value of Y is 0, the program should display an error message “Error: Division by zero”.
Date posted:
April 16, 2019
.
Answers (1)
-
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)