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 ▸

Given an ordered array of integers "V" and a integer "Sum", write a function that would return "true" if it finds two numbers in V that add up to Sum, and "false" otherwise.


What is the difference between Serial and Parallel transmission of data?


Simplify the following Boolean expression: ¬(AvB) v ¬(CvD) v ¬A^(BvC) v (¬A^A)


What is the difference between CISC and RISC?