Www.computingatschool.org.uk (CAS) Welcome! Martin Norris www.computingcpd.weebly.com CAS Master Teacher www.computingatschool.org.uk (CAS)

Slides:



Advertisements
Similar presentations
Digital Blue Cameras Inset Tuesday 3 rd June 2008.
Advertisements

Complete ICT solutions for primary schools… What do all of these activities have in common?
Introducing Computing
CORE FOUR PREPARING AND PLANNING FOR THE NEW PRIMARY CURRICULUM PROGRAMMES OF STUDY CLEVER COMPUTING.
Course resources available from What is Scratch? How does Scratch fit into the Computing PoS? Progression in Computing.
Demystifying the new Primary computing curriculum
Why teach coding?.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
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.
Owl Babies Owl Babies A collaborative ICT project with Whitefriars Infant School and Rushden Community College.
Jon Chippindall Class Teacher and Computing Leader Crumpsall Lane Primary CAS Master Teacher
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.
The New Computing Curriculum Typing skills and keyboard confidence Word processing Simple graphics.
Using Technology purposely with Juniors You have iPads, computers and Interactive Whiteboards in your classroom/centre and you have students that know.
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.
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.
Overview of this morning What … is computing? Why … is computing an important skill to learn? What … will my child be learning in computing lessons?
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.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
Understanding Computing and Programming at KS2 Debs Ayerst.
Using MIT Scratch for Programming and Control Introducing the scratch interface Year 9 ICT Autumn Term 2007.
ICS124 Session 9 Flowcharting 1. By the end of this section the student will be able to:  Name the three structures of the Structure Theorem  Identify.
Understanding Computing and Programming at KS1 Debs Ayerst.
Enhancing Vocabulary Instruction While also incorporating the Four C’s of Education.
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.
1 Structured Programming Arab Academy for Science and Technology CC112 Dr. Sherif Mohamed Tawfik The Course.
Welcome to Sandilands Primary School Cluster Conference Friday 3 rd October 2014 An Introduction to Algorithms The Language of Programming.
Computing Curriculum Day March 2016 Does this algorithm get Little Red Riding Hood to the Gingerbread Man’s house? Start Finish.
Michael Emerton
EPS Coding Rubric 2016 At Expected Level Consolidating Beginning Prep
Introduction to Scratch
Copyright This Passport starter is ©2003 CALL Scotland. You are welcome to use and copy it freely for use by people with disabilities, providing you a)
APPetizers Stimulate Your Student’s Appetite For Learning By Creating Mouthwatering Personalized Learning Activities. Diane J. Hall
Every Day We're PROGRAMMING
Progression in Programming
ICT Workshop for Parents
CALL Centre Passport starter
Computing at KS1 Margaret Meredith.
Computer science in the computing curriculum
Learning to Program in Python
Computing at KS1 Margaret Meredith.
Computing Curriculum Plans
Summer Fun! This is a simple story template to create a snapshot story book of fun that was had over the summer. Use this at the beginning of the school.
Computer science in the computing curriculum KS1
Control (programming)
Algorithms Take a look at the worksheet. What do we already know, and what will we have to learn in this term?
Computer science in the computing curriculum KS1
Welcome! Martin Norris Year 5 Class Teacher & Computing
Design and Implementation
Algorithms.
Click to add Text Computers & Instructions. Computers are given instructions in the form of computer programs that are created through the development.
ICT Gaming Lesson 2.
EPS Coding Rubric 2018 At Expected Level Consolidating Beginning Prep
Explain what touch develop is to your students:
Welcome! Martin Norris CAS Master Teacher
Spelling Word Sorts Task: Choose a set of CVC words. Use paper or small whiteboards to create the words letter by letter. Export it as a movie. Create.
Year Two Autumn Term One Overview Autumn One: Once Upon a Book
Digital Literacies for learning
Scratch 7B IT 1.
Problem Solving and Computer Programming
Computing Curriculum Plans
Presentation transcript:

www.computingatschool.org.uk (CAS) Welcome! Martin Norris www.computingcpd.weebly.com CAS Master Teacher www.computingatschool.org.uk (CAS)

Overview: More programming software to use in FS/KS1 Control technology in FS/KS1 Further application of ICT in Computing curriculum

FS Y1 Y2 Understand what algorithms are Create simple programs Children will understand that instructions need to be given in a correct order Create correct set of instructions using symbols (called an algorithm) Y1 Understand what algorithms are Create simple programs Y2 Understand that algorithms are implemented as programs on digital devices Understand that programs execute by following precise and unambiguous instructions Debug simple programs Use logical reasoning to predict the behaviour of simple programs

Daisy Dinosaur FS2, Y1 and Y2 Discuss/explore what will happen when instructions are given in a sequence. Give a challenge and using symbols printed, chn give the correct sequence of instructions (algorithm). Test their algorithm out using themselves as Daisy. Test on Daisy the Dinosaur app. Plan a short ‘story’ for a sprite and write the commands for this (Test on each other before programming on the app). Edit/refine their program. Y2 – Above, plus… Use the ‘repeat’ (loop) and ‘when’ (conditional statement) command within a series of instructions.

If I want Daisy to end up on the right end of the screen (where the sun is) by the end of this program, will this program work? Show me what commands you would use.

Nested conditionals!

Children write their own story or they could program your example.

No ipads alternatives to Daisy http://www.kongregate.com/games/Coolio_Niato/light-bot?acomplete=light http://www.mazegame.us/robot_maze_game.htm http://learn.code.org/hoc/1 http://www.iboard.co.uk/iwb/Mole-Maze-663 MS Logo

Control in FS/KS1 To start with, break down, or chunk, the sections of the grid mazes. We will write a symbol code and act out these instructions in chunks first. We write the first section of the maze. Test it. Then clear it from our board. Then repeat.

Directional vocabulary Write algorithm in 2s to go through masking tape maze. (This is predicting) 1 act as robot and carry out algorithm Correct or not? Where did it go wrong? Now carry out the algorithm on a programmable toy if available

More websites to practise direction instructions on http://www.iboard.co.uk/iwb/Cheese-Sniffer-657 http://www.sandaigprimary.co.uk/fun/rommy_robot.html

Further application of ICT IT and DL Animation Digital Communication Art/Literacy Puppet pals 2 Desktop/Laptop: Monkey Jam Desktop/Laptop: Windows Movie maker/Photostory 3 Desktop/Laptop: Dazzle/ActivInspire/SMART/ Powerpoint/GetPaint.net. Multimodal ebooks Book creator Website https://www.j2e.com/jit5

LO Create a multimedia e-book Open Book Creator and tap Type text Draw a picture. OR Use Draw Free or Doodle Buddy app to create and import picture. Add a new page. Change the text size and colour.

Download it to a Box account if want to open it on other devices Record a narration. Change the page colour. Add Emoji. Download it to a Box account if want to open it on other devices

Overview: More programming software to use in FS/KS1 Control technology in FS/KS1 Further application of ICT in Computing curriculum

Resources CAS – Computing at School – Lots of resources My website - http://computingcpd.weebly.com martin.norris@computingatschool.org.uk