Get premium membership and access questions with answers, video lessons as well as revision papers.
- Program code converted into machine language
- Program is debugged (checked for errors)
- Executable format of the file is created
Kavungya answered the question on June 25, 2019 at 08:21
- Suppose an element array A contains the values 9, 12, 17, 7 and 20. Find the
value in A after executing the loop below:
Repeat for k=...(Solved)
Suppose an element array A contains the values 9, 12, 17, 7 and 20. Find the
value in A after executing the loop below:
Repeat for k= 1 to 4
Set A {k + 1} = A {k}
{End of loop}
Date posted: June 25, 2019. Answers (1)
- Distinguish between “serial” and “indexed sequential” file organization methods(Solved)
Distinguish between “serial” and “indexed sequential” file organization methods
Date posted: June 25, 2019. Answers (1)
- The diagram below represents the essential features of a computer
system. Study the diagram and answer the questions that follow:
(a) Name the components: A B C...(Solved)
The diagram below represents the essential features of a computer
system. Study the diagram and answer the questions that follow:
(a) Name the components: A B C D
(b) Name the three types of buses in a computer system
(c) Explain how the CPU registers may be used to carry out a basic calculation
such as 2 + 7 = 9
(d) Name two computers output devices
Date posted: June 25, 2019. Answers (1)
- A program is required to list the first 1000 numbers in the series 2, 4, 6, 8, 10 ……. Draw a flowchart and write a...(Solved)
A program is required to list the first 1000 numbers in the series 2, 4, 6, 8, 10 ……. Draw a flowchart and write a program that can be carry out this task
Date posted: June 25, 2019. Answers (1)
- Define a Pseudo code.(Solved)
Define a Pseudo code.
Date posted: June 25, 2019. Answers (1)
- Name two DOS commands that may be used for checking disk errors(Solved)
Name two DOS commands that may be used for checking disk errors
Date posted: June 25, 2019. Answers (1)
- Give one difference between internal and external commands in Disk Operating System(Solved)
Give one difference between internal and external commands in Disk Operating System
Date posted: June 25, 2019. Answers (1)
- Define the term application Software.(Solved)
Define the term application Software.
Date posted: June 25, 2019. Answers (1)
- List any four tasks that an electronic spreadsheet should be able to perform other than calculations.(Solved)
List any four tasks that an electronic spreadsheet should be able to perform other than calculations.
Date posted: June 25, 2019. Answers (1)
- The first column in the table below contains the formulae as stored into the
cell F10 of a spreadsheet. Enter the formulae, as they would appear...(Solved)
The first column in the table below contains the formulae as stored into the
cell F10 of a spreadsheet. Enter the formulae, as they would appear when
copied to the cell M20 of the same spreadsheet.
Date posted: June 25, 2019. Answers (1)
- A 3 by 4 matrix M is to be added to another 3 by 4 matrix array N so as to
give a third 3 by...(Solved)
A 3 by 4 matrix M is to be added to another 3 by 4 matrix array N so as to
give a third 3 by 4 matrix array P. Using a high level programming language,
write a program segment that assigns the sum of M and N to P.
Date posted: June 25, 2019. Answers (1)
- List any four high level programming languages(Solved)
List any four high level programming languages
Date posted: June 25, 2019. Answers (1)
- Compare the two types of diskettes used in microcomputers in terms of physical size and densities.(Solved)
Compare the two types of diskettes used in microcomputers in terms of physical size and densities.
Date posted: June 25, 2019. Answers (1)
- Andrew, Jane, David and Zablon had tea, sausages and bananas for
breakfast. They took one sausage, two sausages, three sausages and one sausage
respectively. In addition, they...(Solved)
Andrew, Jane, David and Zablon had tea, sausages and bananas for
breakfast. They took one sausage, two sausages, three sausages and one sausage
respectively. In addition, they took a cup of tea and two bananas. Tea, sausages
and bananas cost Kshs 10, 15 and 5 respectively.
By naming columns A, B, C … and rows 1, 2, 3 …………….
(a) Construct a worksheet showing the above information
(b) State the expression you would use to obtain:
(i) Total expenditure by David
(ii) Total number of sausages taken
(iii) The cost of the cheapest item
Date posted: June 25, 2019. Answers (1)
- Define Optical fibre cables.(Solved)
Define Optical fibre cables.
Date posted: June 25, 2019. Answers (1)
- Give one advantage and one disadvantage of coaxial cables.(Solved)
Give one advantage and one disadvantage of coaxial cables.
Date posted: June 25, 2019. Answers (1)
- Give one advantage and one disadvantage of twisted pair cables.(Solved)
Give one advantage and one disadvantage of twisted pair cables.
Date posted: June 25, 2019. Answers (1)
- A program is required for reading in a student’s name and scores obtained in two
subjects. The output of the program will consist of the student’s...(Solved)
A program is required for reading in a student’s name and scores obtained in two
subjects. The output of the program will consist of the student’s name, the two
scores, the average of the two scores and comment. The comment is based on the
average as follows:
Write a program to solve the problem using a high level language.
Date posted: June 25, 2019. Answers (1)
- What is the use of the search? Replace future in a word-processor.(Solved)
What is the use of the search? Replace future in a word-processor.
Date posted: June 25, 2019. Answers (1)
- In the following flowchart, what will be the value of the sum when printed?
Show how you arrive at your answer(Solved)
In the following flowchart, what will be the value of the sum when printed?
Show how you arrive at your answer
Date posted: June 25, 2019. Answers (1)