In this LESSON you will learn about: |
Learning Objectives: |
How does a computer organise data or information? What methods does it use? In this lesson you will learn about the Bubble Sort method and how it works?
|
|
Lesson Overview |
Resources |
Starter:
Think of the ways that you can sort / order data, list them in your book.
Main:
Plenary:
What you learnt today? Write down three sentences in your book.
Think of the ways that you can sort / order data, list them in your book.
Main:
- Learn what a Bubble Sort is and how to conduct one, record the method in your books
- Now that you know a about a Bubble Sort and how it works, try completing the worksheet 'BS Practice'. Ensure that you go through each of the steps. Do not be tempted to skip ahead and guess the answers.
- Swap and peer mark another students work.
- Try a practically hands on Bubble Sort, your teacher will give you some objects to order, (playing cards, letters, domino etc. or use students' names)
- Recap the features of the Bubble Sort and write down any extra notes / points to support your understanding.
- Explore the Bubble Sort below created using Python code. Look at the coding and how the program works.
Plenary:
What you learnt today? Write down three sentences in your book.
A Bubble Sort Coded in Python:
Click to set custom HTML
Home Study:
Research what a INSERTION SORT is