How do we get computers to do what we want?
Have you ever wondered how your computer, phone or games console works? It is all down to programming. A computer program is a series of algorithms written in a language that tells a computer what to do. Programs have to be very precise because computers can’t think for themselves. They are great at following instructions but computers will follow instructions even if they are wrong. The best programs are often those which use the quickest possible way to complete a task. Sequences - what comes first? Instructions usually have to be completed in the correct order . Computers can’t normally work out this order for themselves, so you need to program them so that they know what to do. If you don’t get the order right when writing your program, computers can make silly mistakes. When you get dressed in the morning, you know that you put on your underwear first and your clothes afterwards. There is an order, or ‘sequence’ , to follow. But, unlike you, computers don’t ...