KS3 Computing

CS03: use logical reasoning to compare the utility of alternative algorithms for the same problem

Keywords:
Computer Science
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
algorithmstep by step instructions to solve a problem
best casethe minimum number of steps an algorithm might need to finish (e.g. if a list has already been sorted)
datavalues stored in a computer (e.g. numbers, text, pictures or files)
logical reasoningcomparing results from different algorithms to decide which is best suited to solve a particular problem with a particular set of data
pre-processingwork done on data in order to get it ready before it's suitable to be used with an algorithm (e.g. sorting before searching)
speedhow many steps an algorithm needs to take before it finishes
worst casethe maximum number of steps an algorithm might need to finish (e.g. if a list doesn't contain the value the algorithm is searching for)
Keyword games:
Resources: