Get premium membership and access questions with answers, video lessons as well as revision papers.
- Write a pseudo code that reads temperature for each day in a week, in degree Celsius, converts the Celsius into Fahrenheit and then calculate the...(Solved)
Write a pseudo code that reads temperature for each day in a week, in degree Celsius, converts the Celsius into Fahrenheit and then calculate the average weekly temperatures. The program should output the calculated average in degrees Fahrenheit.
Date posted: April 16, 2019. Answers (1)
- Draw a flowchart for a program that is to prompt for N numbers, accumulate the sum and them find the average. The output is the...(Solved)
Draw a flowchart for a program that is to prompt for N numbers, accumulate the sum and them find the average. The output is the accumulated totals and the average.
Date posted: April 16, 2019. Answers (1)
- 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)
- What do the following abbreviations stand for:
i) FORTRAN
ii) COBOL
iii) OOP(Solved)
What do the following abbreviations stand for:
i) FORTRAN
ii) COBOL
iii) OOP
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)