Jump to content

Recommended Posts

Posted
New stuff for KS3 curriculum IIRC. Wikipedia will have this - look for 'bubble sort' or just 'search algorithms'. Given that few teachers have ever studied programming I'd imaging most would panic at that stuff.
Posted
How could this be integrated into a lesson?

 

Sorting algorithms are good to do as a whole-class activity - give each pupil a card with a bit of data on and have someone process them into a sorted list in some way.

  • Thanks 1
Posted (edited)

When I've covered these topics in after school clubs in the past, I've adapted some of the activities from the Computer Science Unplugged website, which has some excellent resources for explaining these topics in an easy to understand way:

 

Searching Algorithms | Computer Science Unplugged

Sorting Algorithms | Computer Science Unplugged

 

As dhicks says, these are good topics for whole class discussions/activities.

 

Iain

Edited by Iain
Posted (edited)

Speak to your maths teachers, my wife is one and uses all sorts of activities (part of decision maths at A level), they even did this...

 

 

:)

Edited by PICNIC
Posted
A Prime number generator is a good starting point as the kids understand the rules for determining them, so it is easier for them to get their heads around the steps involved. It's also an easy one to refine based on the rules. For example, you don't need to check even numbers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...