(() => { if ( document.cookie.split(';').some((item) => item.trim().indexOf('ckns_id=') > -1) ) { return; } function localStorageIsAvailable() { try { const storage = window && window.localStorage; if(typeof storage.getItem === 'function') { return true } return false } catch (error) { return false } } if(localStorageIsAvailable()) { var dismissCount = Number(window.localStorage.getItem('-banner-undefined-dismiss-count')); if (dismissCount >= 4) { return; } var lastDismissedDate = Number(window.localStorage.getItem('-banner-undefined-last-dismissed-date')); var currentTime = Date.now(); if (currentTime - lastDismissedDate < 10 * 86400000) { return; } } document.querySelector('html').classList.add('display--banner'); })()

Year 5 Computing

Part of Learn & revise

Sign In Banner

All your learning in one place

Add subjects and guides to My Bitesize to get learning quicker.

Computer science

  • Algorithms

    Find out about algorithms and how they tell a computer what to do in this guide for Years 5 and 6.

  • Decomposition

    Discover how computers use decomposition in this guide for Years 5 and 6.

  • Logical reasoning

    Find out about logical reasoning and how to apply it to help solve a problem in this guide for Years 5 and 6.

  • Repetition and selection

    Computer programs carry out instructions efficiently. Find out how they use repetition and selection in this guide for Years 5 and 6.

  • Inputs and outputs

    Computers receive and send out lots of information. Find out about inputs and outputs in this guide for Years 5 and 6.

  • Variables

    Find out how a computer uses variables in this guide for Years 5 and 6.

  • Programming with sensors

    Find out how computer programmes use sensors in this guide for Years 5 and 6.

  • Debugging

    Find out how computers can be debugged with this guide for Years 5 and 6.

  • Networks

    Networks connect computers all around the world. Discover how in this guide for Years 5 and 6.

  • The internet

    The internet is used by millions every single day. Find out more about the internet in this guide for Years 5 and 6.

  • What's next for the world wide web?

    Find out what is next for the world wide web in this guide for Years 5 and 6.

  • Search technologies

    Discover search technologies in this guide for Years 5 and 6.

Digital literacy

Information technology