Secondary Computing and ICT Curriculum

Slides:



Advertisements
Similar presentations
Copyright © 2014 ICT Inspires Ltd. All Rights Reserved. ICT (Computing) Subject Leader Course Session 2: Broader.
Advertisements

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.
Algorithm Design CS105. Problem Solving Algorithm: set of unambiguous instructions to solve a problem – Breaking down a problem into a set of sub- problems.
Demystifying the new Primary computing curriculum
Why teach coding?.
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
Digital Literacy. Productivity Programs Digital Literacy Courses and Topics Computer Basics Security and Privacy Internet and Web Basics Digital Lifestyle.
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.
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.
Purpose of study A high-quality computing education equips pupils to use computational thinking and creativity to understand and change the world. Computing.
1 Information and Communication Technology (ICT).
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.
The New Computing Curriculum An overview. Computing A high-quality computing education equips pupils to use computational thinking and creativity to understand.
1 Program Planning and Design Important stages before actual program is written.
Understanding Computing and Programming at KS2 Debs Ayerst.
Primary Computing #what’s it all about? CANDLEBY LANE TEACHING SCHOOL ALLIANCE INSET DAY 24 TH FEBRUARY 2014.
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Computing in the New Curriculum. Computing Pupils should be taught to: KS1 understand what algorithms are; how they are implemented as programs on digital.
Programming revision Revision tip: Focus on the things you find difficult first.
PYTHON PROGRAMMING Year 9. Objective and Outcome Teaching Objective Today we will look at conditional statements in order to understand how programs can.
Online Safety The Campion School.
ICT Course Calendar and Personal Learning Checklist
The New Primary National Curriculum
ESSENTIAL DIGITAL LITERACY
Storage Devices You will be able to:
1-1 Logic and Syntax A computer program is a solution to a problem.
Progression in Programming
Chapter 19 advertising Section 19.1 Advertising Media Section 19.2
Chapter 1: Computer Systems
Computing Curriculum Plans
Introduction to pseudocode
Global Challenge Night Sensor Lesson 2.
CPTT – An introduction to Computing
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Secondary Computing and ICT Curriculum
Global Challenge Night Sensor Lesson 2.
1. Basics of Online Safety
Global Challenge Walking for Water Lesson 2.
Networks and the Internet
Global Challenge Night Sensor Lesson 2.
ICT Programming Lesson 3:
Global Challenge Walking for Water Lesson 2.
Secondary Computing and ICT Curriculum
Global Challenge Walking for Water Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
PYTHON: BUILDING BLOCKS Sequencing & Selection
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Mr Douglass Subject Leader ICT & Computing
Global Challenge Night Sensor Lesson 2.
For Tutors Introduce yourself.
Global Challenge Night Sensor Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Primary School Computing
Computing Curriculum Plans
Presentation transcript:

Secondary Computing and ICT Curriculum MASTERY STATEMENTS: YEAR 9 CAROUSEL Computing ICT Digital Literacy E-safety I can use and interpret an algorithm through its Pseudocode. (C1) I understand the difference between the Internet and the World Wide Web (IT1) I can explain the what ‘Cloud’ is can consider the advantages and disadvantages of cloud computing (DL1) I know why passwords are needed and can identify a strong password. (ES1) I can use print and input functions to create a simple program which include variables and loops. (C2) I can explain how people break cyphers and read encrypted data. (IT2) I can recognise suitable programs and devices to be used to solve a problem(DL2) I know the dangers of social media, how to create a safe profile and show others how to stay safe online. (ES2) I can identify data types and explain their function. (C3) I can use the selection statements IF, ELSE and ELIF within a program. (C4) I can locate errors in syntax and make corrections(C5)