Algorithms (Edexcel A-Level Further Mathematics): Quizzes
📚Quizzes
Practise the questions
10 questions from this quiz
ShowHide
Practise the questions
10 questions from this quiz
What is an algorithm?
What is an algorithm?
A step-by-step set of instructions
Which component represents the result derived from an algorithm?
Which component represents the result derived from an algorithm?
Output
In flowcharts, what does a diamond symbol represent?
In flowcharts, what does a diamond symbol represent?
A decision point
Which flowchart symbol indicates the beginning or end of a process?
Which flowchart symbol indicates the beginning or end of a process?
Oval
What does in Big-O notation represent?
What does in Big-O notation represent?
Constant time
What is the Big-O notation for nested loops?
What is the Big-O notation for nested loops?
Binary search is an example of which Big-O complexity?
Binary search is an example of which Big-O complexity?
What is the order of multiplying two matrices using three nested loops?
What is the order of multiplying two matrices using three nested loops?
What is the order of Dijkstra's algorithm using a priority queue?
What is the order of Dijkstra's algorithm using a priority queue?
What is a key characteristic of pseudocode?
What is a key characteristic of pseudocode?
For planning, not direct coding
