Computing Teaching Resources

Algorithms

Flow Charts

Test your knowledge of flow chart symbols.

Keywords

Test your knowledge of control technology keywords.

Selection Sort Activity

Randomly generates lists for the students to sort using the selection sort algorithm.

Bubble Sort Activity

Randomly generates lists for the students to sort using the bubble sort algorithm.

Interpreting and Creating Algorithms

Revision video covering algorithms and how they can be represented using flowcharts, pseudocode, written description and structured English.

Standard Algorithms

Revision video covering standard algorithms such as linear search, binary search, bubble sort, selection sort, quick sort, merge sort and tree traversal.