What is an Algorithm?

An algorithm is simply a list of well-defined instructions, detailing a step-by-step procedure for solving some problem. For example, a recipe is an algorithm: you have a starting point, with your ingredients, and then by following a detailed set of instructions, you end up at your desired outcome: FOOD!

LS

Related Computing A Level answers

All answers ▸

Explain how the even parity system works when transmitting ASCII codes. Include a description of the roles of the sending device and the receiving device during transmission.


Write a small program, in pseudocode or otherwise, that demonstrates a recursive algorithm. Write a small explanation of how recursion is used in your program.


What is the point of an Operating System?


Describe the difference between passing parameters into a function by reference and by value? Indicating how this may lead to unexpected outputs.