Overview of this morning What … is computing? Why … is computing an important skill to learn? What … will my child be learning in computing lessons?

Slides:



Advertisements
Similar presentations
+ Computing and E-Safety Awareness Meeting How we can keep children safe online as well as ensuring they get the most out of the technology they use.
Advertisements

Complete ICT solutions for primary schools… What do all of these activities have in common?
Farewell to ICT or evolving ICT into Computing? Phil Bagge code-it.co.uk.
Copyright © 2014 ICT Inspires Ltd. All Rights Reserved. ICT (Computing) Subject Leader Course Session 2: Broader.
Introducing Computing
Light Oaks Junior School Year 5 Computing Curriculum The computing curriculum across all year groups will be made up of six units; - Algorithms and Programs.
CORE FOUR PREPARING AND PLANNING FOR THE NEW PRIMARY CURRICULUM PROGRAMMES OF STUDY CLEVER COMPUTING.
Barefoot Computing Resources Workshop Nick Cook, Newcastle University barefootcas.org.uk.
Using GIS in Primary Education Kelly Smith July 2014.
Creating Interactive Games Your trainer today is: Luke Milner Derbyshire County Council Children and Younger Adults Department.
Course resources available from What is Scratch? How does Scratch fit into the Computing PoS? Progression in Computing.
Lawford C of E Primary School Welcome to our E-Safety Evening ‘High quality learning and caring together in an encouraging Christian environment.’
Demystifying the new Primary computing curriculum
Why teach coding?.
ITT3036 Wider Curriculum BEGINNING COMPUTING Links:
COMPUTING IN THE NATIONAL CURRICULUM. WHY?  The 2014 national curriculum introduces a new subject, computing, which replaces ICT. This represents continuity.
Computing Curriculum. 3 main strands: Digital Literacy Information Technology Computer Science.
Jon Chippindall Class Teacher and Computing Leader Crumpsall Lane Primary CAS Master Teacher
Tang Hall Primary School E - Safety Support for parents.
Lawrence Williams Brunel University, MirandaNet, and World Ecitizens, London, UK.
A year 1 computer userA year 2 computer userA year 3 computer user Algorithms and programming I can create a series of instructions. I can plan a journey.
DCT 1123 PROBLEM SOLVING & ALGORITHMS INTRODUCTION TO PROGRAMMING.
The New Computing Curriculum Typing skills and keyboard confidence Word processing Simple graphics.
Tell the robot exactly how to draw a square on the board.
Ian Addison Primary School Teacher. Didn’t have PCs at school Owned my first PC at 16 Studied BTEC IT at college – this included breaking (and fixing)
If you are using an Apple device, such as an iPad or iPhone, and you want to follow the instructions you will need a ‘Flash’ compatible browser. If you.
What your child is learning at school How you can support your child
Purpose of study A high-quality computing education equips pupils to use computational thinking and creativity to understand and change the world. Computing.
CONTENTS Sending and receiving devices Mobile devices connected to networks – Smart phones – Personal digital assistants – Hand-held computers – Netbook.
Progression in ICT Key Stage 1 - Children learn how to…... explore ICT; use it confidently and purposefully to achieve outcomes; use ICT to develop their.
The New Computing Curriculum select, use and combine a variety of software (including internet services) on a range of digital devices to design and create.
Getting the HOTs with ICTs Kerrie Smith, Schools Information Officer.
NQT Conference 30 th January 2015 Using Programming to Develop Children’s Mathematical Understanding Richard English Faculty of Education
The New Computing Curriculum An overview. Computing A high-quality computing education equips pupils to use computational thinking and creativity to understand.
E-SAFETY Children at Shobnall use the Internet on a regular basis as part of their learning. In School, we have regular ‘e-safety’ activities tor remind.
Helping your family to stay in control Living with technology.
Grove Primary School. What is E-Safety? E-Safety is a term which means not only the internet but other ways in which young people communicate using electronic.
ICT Presentation. Why teach ICT? ICT is essential in enhancing your child’s education It will play an important role in your child’s teenage and adult.
E-Safety THURSDAY 12 TH FEBRUARY. E-Safety  What are the risks?  Jenny’s Story  The Byron report  Evaluation of resources  Planning an e-safety lesson.
New Computing Curriculum – An Introduction Newbury Park Primary Inset 27/1/14 Mr Azzopardi.
Understanding Computing and Programming at KS2 Debs Ayerst.
Understanding Computing and Programming at KS1 Debs Ayerst.
SCRATCH ScratchScratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share.
Primary Computing #what’s it all about? CANDLEBY LANE TEACHING SCHOOL ALLIANCE INSET DAY 24 TH FEBRUARY 2014.
CodeFirfield Jasjit Kaur Atwal Amanda Coffey Ian Williams.
E-safety Parent Workshop Helping to keep your children safe online.
Progression in KS3/4 Algorithms MONDAY 30 TH NOVEMBER SUE SENTANCE.
Getting Started With Scratch Brendan Routledge
Computing in the New Curriculum. Computing Pupils should be taught to: KS1 understand what algorithms are; how they are implemented as programs on digital.
Leading Computing in the new National Curriculum Mike Woods
Raising Digitally Literate Citizens Curbar Primary School March 2016.
Getting Started With Python Brendan Routledge
Dilemmas and debates raised for ITE by the Primary Computing Curriculum.
Wilton Primary School Key Stage 1: Computing National Curriculum Requirements of Computing at Key Stage 1 Pupils should be taught to: understand what algorithms.
Curriculum Design Phil Computing Inspector Advisor (Hampshire) CAS Regional Coordinator CAS Master Teacher Creator code-it.co.uk Teacher.
Computing Curriculum Day March 2016 Does this algorithm get Little Red Riding Hood to the Gingerbread Man’s house? Start Finish.
This project has been funded with support from the European Commission. This courseware reflects the views only of the authors,
ICT Computing. Aims of the session Overview of the new curriculum for computing What this means in school Support from ICT in Schools team.
Michael Emerton
An Overview of Computing in the Primary Curriculum
The New Primary National Curriculum
ICT Scheme of Work Thursday 26th January 2012.
Progression in Programming
Computing Curriculum Plans
CPTT – An introduction to Computing
Welcome! Martin Norris Year 5 Class Teacher & Computing
(CAS) Welcome! Martin Norris CAS Master Teacher (CAS)
Primary School Computing
Computing Curriculum Plans
Presentation transcript:

Overview of this morning What … is computing? Why … is computing an important skill to learn? What … will my child be learning in computing lessons? How … can you support your child’s computing skills at home?

What …. Is computing? Computing teaches children about how a computer works … not simply how to use it. It teaches them how to use computational thinking Computing teaches your children how to make a computer work for them (how to programme it) Importantly, computing also teaches your children how to use technology and the internet responsibly

What … is Computing? Computing Computer Science Information Technology Digital Literacy

What … does that mean? Algorithm A sequence of instructions (Recipe) Program A sequence of instructions to perform a defined task (Writing the recipe) Debug To adjust an algorithm or program when it isn’t functioning correctly (Problem solving) Logical reasoning To think through the actions of an algorithm (Thinking logically) Repetition When sections of algorithms are repeated a fixed number of times or infinitely (Repeat rather than redo)

What … will my child be learning? Coding – writing instructions (code) Debugging – fixing problems with computer code Programming – writing code to accomplish a particular task (E.g. making a computer game) Awareness – respecting and using technology appropriately (E-safety)

What … is Computing? Key Stage 1 Understand what algorithms are; how they are implemented as programs on digital devices; and that programs execute by following precise and unambiguous instructions Create and debug simple programs Use logical reasoning to predict the behaviour of simple programs Use technology purposefully to create, organise, store, manipulate and retrieve digital content Use technology safely and respectfully, keeping personal information private; know where to go for help and support when they have concerns about material on the internet Recognise common uses of information technology beyond school. Computer Science Information Technology Digital Literacy

What … is Computing? Key Stage 2 Design, write and debug programs that accomplish specific goals Use sequence, selection, and repetition in programs; work with variables and various forms of input and output Understand computer networks including the internet Use search technologies effectively, appreciate how results are selected and ranked Use technology safely, respectfully and responsibly; know a range of ways to report concerns and inappropriate behaviour Select, use and combine a variety of software (including internet services) on a range of digital devices to accomplish given goals, including collecting, analysing, evaluating and presenting data and information. Computer Science Information Technology Digital Literacy

Why… do we teach computing? It teaches children how to make a computer work for them, not just how to use software. It helps children think logically and encourages them to be responsible digital citizens Lots of jobs in the future will require computing knowledge

Now … it’s your turn!

How… can you support your child’s learning at home? Talk to them about it – discuss what they are learning about at school Encourage them to further their learning at home – Scratch or Code.Org will help If appropriate discuss and monitor their use of social media, , text messages and messaging applications – It is more important to educate than to impose sanctions or blocks

Where… can you go for help? CEOP Parent forums (E.g. mumsnet) No computer – no problem! Talk, try and share. Parental lock and filtering instructions BBC schools computing website

Useful links … BBC schools computing Computing at Schools Scratch Code.org CEOP E-safety centre

Questions or thoughts?