ICT & Computing Progress Grid

Similar documents
Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7

Computing 1: Computer Systems

HASTINGS HIGH SCHOOL

OCR J276 (9-1) GCSE Computer Science

GCSE Computer Science for OCR Overview Scheme of Work

OCR GCSE (9-1) Computer Science J276 Accompanying Instructional Document

Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2. networks. environmental concerns. Knowledge and skills covered: Knowledge and skills covered:

Switching to AQA from OCR

Key Learning in Computing: Years 5 and 6 Information Technology

Teaching of Computer Science in Schools Supporting changes to the National Curriculum

Learning objectives. Computer principles The characteristics of contemporary processors, input, output and storage devices

Edexcel GCSE in Computer Science Microsoft IT Academy Mapping

AQA GCSE Computer Science PLC

Switching to AQA from Edexcel

SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12

Department Curriculum and Assessment Outline

Computing. Curriculum booklet. enquiries:

COMPUTING SUBJECT KNOWLEDGE AUDIT

COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12: 2019 UNIT 3 AND UNIT 4

KS3 Programme of Study Subject: Computing Year group: Y7

Key Stage 1: Computing

Computing Curriculum Overview Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2 Creating digital content - linked to with theme topic -

GCSE Subject Level Conditions and Requirements for Computer Science May 2015

2c. Content of Computer systems (Component 01)

Lymm High School- KS3 Life after levels - Computing & ICT

OCR Level 3 Advanced GCE in Computer Science (H446)

ICT & COMPUTING Year 8 Schemes of Work 2018/19 Term 2

Computing Key Skills

Alverton Community Primary School

EasyTech Scope & Sequence for Grades K 8

Hollinhey Primary School

Unit 2: Technology Systems

Computer Science Curriculum Content, KS5

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

KS3 Computing - Life Without Levels

OCR GCSE Computing Learning Grids H/W

SAMPLE CURRICULUM GUIDE June 2014

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY GENERAL YEAR 12: 2018 UNIT 3 AND UNIT 4

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems.

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations

Holy Family Catholic Primary School Computing Progression Map Year 1

Colburn Community Primary School ICT and Computing Policy

Base Module - Computer Essentials

OCR J276 GCSE Computer Science

OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE

Assessment for the CS Degree Program FY Fall 12 - Spring 13 Computer Science Dept. Texas A&M University - Commerce

Autumn 1 Autumn 2. An Introduction to Idsall s Network & esafety. Programming with Scratch. Spring 1 Spring 2

Ministry of National Policies and Economic Affairs National Youth Corps. Curriculum of the Information Technology

SAMPLE COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY ATAR YEAR 12

UNIT 1 USING LOGIC. UPGRADE 8 Write a detailed report on how logic gates would be used to add up two nibbles using examples and explanations

Computer Science General Course Year 12. Selected Unit 3 syllabus content for the. Externally set task 2019

Computing Science: National 5 and Higher skills, knowledge and understanding

Bachelor of Information Technology (Network Security)

elc International School

SAMPLE COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY ATAR YEAR 11

Children needing support to achieve key skills. Children surpassing key skills. Computing Progression in Skills Lower Key Stage Two

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

Syllabus for Computer Science General Part I

Personalised Learning Checklist ( ) SOUND

This module allows candidates to understand the concept of presentations and to demonstrate competence in using presentation software.

Digital Literacy Year Group e-safety/digital citizenship Digital Literacy

Summer Assignment for BTEC Level 3 Nationals in Information Technology

ECDL / ICDL IT Security. Syllabus Version 2.0

GCSE ICT AQA Specification A (Full Course) Summary

Contents. Introduction

WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document

Total Test Questions: 43 Levels: Grades Units of Credit:.50

Typical Network Uses

Welcome to the Computing Curriculum map for Year 2

Course Report Computing Science Advanced Higher

COURSE OUTCOMES OF M.Sc(IT)

Base Module - Computer Essentials

Eight units must be completed and passed to be awarded the Diploma.

National Unit Specification: general information. The Internet (Higher) NUMBER DM4F 12. Information Systems (Higher)

SECURE USE OF IT Syllabus Version 2.0

ICT 4 Life 3 Functional Skills Matching Chart Level 1 Unit 1. 1 Unit 1

Computer Programming IA

E-Commerce. Infrastructure I: Computer Networks

Grade 11: Term 1 Caps Curriculum 2017

Alignment matrix of unit standard

Qualification Specification for the Knowledge Modules that form part of the BCS Level 3 Software Development Technician Apprenticeship

CIS 1.5 Course Objectives. a. Understand the concept of a program (i.e., a computer following a series of instructions)

Web Server Scripting. Credit value: 10 Guided learning hours: 60. Aim and purpose. Unit introduction. Learning outcomes

Web Engineering. Introduction. Husni


Setting up an IT Network

Unit 11: Computer Networks

Number of Courses: 21

BCS Level 3 Certificate in Programming Syllabus QAN 603/1192/7

1) What is information system? Describe the basic concepts of information systems.

1. What is a network protocol and why are protocols needed when two machines communicate? 2 marks

Scheme of work Cambridge International AS & A Level Computing (9691)

Year 10 OCR GCSE Computer Science (9-1)

Foundation Year 1 Year 2 Year 3 Year 4 Year 5 Year 6 Most children will:

CompuScholar, Inc. Alignment to Utah's Web Development I Standards

Java Software Solutions for AP Computer Science 3rd Edition, Lewis et al. 2011

NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: SOFTWARE DEVELOPMENT Qualification code: NDIS12 - NQF Level 6

Systems Architecture. Systems Architecture. Memory. Memory. Memory. Memory. The Purpose and Function. The Purpose and Function

STUDENT TEACHER CLASS TARGET GRADE. Learning outcome achieved

Transcription:

ICT & Computing Progress Grid Pupil Progress ion 9 Select, Algorithms justify and apply appropriate techniques and principles to develop data structures and algorithms for the solution of problems Programming & Development Describe,explain and implement the systematic development of highquality solutions to problems and the techniques for implementing such solutions, including the use of programming languages Designs a solution to a problem that depends on solutions to smaller instances of the same problem (recursion). Designs and writes nested modular programs that enforce reusability utilising sub-routines wherever possible. 8 Understands that some problems cannot be solved computationally. Understands the difference between While loop and For loop, which uses a loop counter. Understands and uses two dimensional data structures. Recognises that the design of an algorithm is distinct from its expression in a programming language (which will depend on the programming constructs available). Understands, explains and implements robust programs (defensive design considerations) Appreciates the effect of the scope of a variable e.g. a local variable can t be accessed from outside its function. Evaluates the effectiveness of algorithms and models for similar problems. Understands and applies parameter passing. 7 Recognises where information can be filtered out in generalizing problem solutions. Uses logical reasoning to explain how an algorithm works. Understands the difference between, and uses, both pre-tested e.g. while, and post-tested e.g. until loops. Applies a modular approach to error detection and correction.

Represents algorithms using structured language. Understands a recursive solution to a problem repeatedly applies the same solution to smaller instances of the problem. Uses nested selection statements. Recognises that some Appreciates the need for, and problems share the same writes, custom functions including characteristics and use the same use of parameters. algorithm to solve both. 6 Understands the notion of Knows the difference between, performance for algorithms and and uses appropriately, procedures appreciates that some algorithms and functions. have different performance characteristics for the same task. Understands and uses negation with operators. Uses and manipulates one and two dimensional data structures. Detects and corrects syntactical errors. Understands that iteration is the repetition of a process such as a loop. Can write basic file handling routines Understands that programming bridges the gap between algorithmic solutions and computers. 5 Recognises that different algorithms exist for the same problem. Represents solutions using a structured notation. Has practical experience of a highlevel textual language, including using standard libraries when programming. Uses a range of operators and expressions e.g. Boolean, and applies them in the context of program control.

Can identify similarities and differences in situations and can use these to solve problems (pattern recognition). Be able to create a basic search and bubble sort algorithm Selects the appropriate data types. Recognises the purpose of translators and facilities of languages Shows an awareness of tasks best completed by humans or computers. Understands the difference between, and appropriately uses if and if, then and else statements. 4 Designs solutions by decomposing a problem and creates a sub-solution for each of these parts. Recognises that different solutions exist for the same problem. Uses a variable and relational operators within a loop to govern termination. Designs, writes and debugs modular programs using procedures. Knows that a procedure can be used to hide the detail with subsolution. Designs solutions (algorithms) that use repetition and two-way selection i.e. if, then and else. Creates programs that implement algorithms to achieve given goals. 3 Uses diagrams to express solutions. Uses logical reasoning to predict outputs, showing an awareness of inputs. Declares and assigns variables. Uses post-tested loop e.g. until, and a sequence of selection statements in programs, including an if, then and else statement. 2 Understands that algorithms are implemented on digital devices as programs. Designs simple algorithms using loops, and selection i.e. if statements. Uses arithmetic operators, if statements, and loops, within programs. Uses logical reasoning to predict the behaviour of programs.

2 Uses logical reasoning to predict outcomes. Detects and corrects errors i.e. debugging, in algorithms. Detects and corrects simple semantic errors i.e. debugging, in programs. 1 Understands what an algorithm is and is able to express simple linear (non-branching) algorithms symbolically. Understands that computers need precise instructions. Demonstrates care and precision to avoid errors. Knows that users can develop their own programs, and can demonstrate this by creating a simple program in an environment that does not rely on text e.g. programmable robots etc. Executes, checks and changes programs. Understands that programs execute by following precise instructions.

Data & Data Representation Hardware & Processing Can perform a range of calculations and conversions of binary using a wde range of operands and number systems. Is able to design and implement an effective relational database independently for a range of purposes. Design, implement and document an effective solution using appropriate hardware and software Performs operations using bit patterns e.g. conversion between binary and hexadecimal, binary subtraction etc. Has practical experience of a small (hypothetical) low level programming language. Understands and can explain the need Understands and can explain for data compression, and performs simple Moore s Law. compression methods. Knows what a relational database is, and Understands and can explain understands the benefits of storing data in multitasking by computers. multiple tables. Knows the relationship between data representation and data quality. Knows that processors have instruction sets and that these relate to low-level instructions carried out by a computer. Understands the relationship between binary and electrical circuits, including Boolean logic. Understands how and why values are data typed in many different languages when manipulated within programs.

Understands how numbers, images, sounds and character sets use the same bit patterns. Performs simple operations using bit patterns e.g. binary addition. Understands the von Neumann architecture in relation to the fetch- execute cycle, including how data is stored in memory. Understand the purpose of embedded systems Understands the relationship between resolution and colour depth, including the effect on file size. Understands the basic function and operation of location addressable memory. Distinguishes between data used in a simple program (a variable) and the storage structure for that data. Knows a wide range of system security vulnerabilities and how to avoid them Knows that digital computers use binary to represent all data. Recognises and understands the function of the main internal parts of basic computer architecture. Understands CPU components and their functions and how they relate to memory Understands how bit patterns represent numbers and images. Understands the concepts behind the fetch-execute cycle. Knows that computers transfer data in binary. Knows that there is a range of operating systems and application software for the same hardware. Knows the utilities available to maintain them.

Understands the relationship between binary and file size (uncompressed). Defines data types: real numbers and Boolean. Queries data on one table using a typical query language. Identify forms of attack and how to avoid them eg DDOS, SQL injections Performs more complex searches for information e.g. using Boolean and relational operators. Understands why and when computers are used. Analyses and evaluates data and Understands the main functions of information, and recognises that poor the operating system. quality data leads to unreliable results, and inaccurate conclusions. List a wide range of security measures Knows the difference between physical, wireless and mobile networks. Understands the difference between data and information. Knows that computers collect data from various input devices, including sensors and application software. Knows why sorting data in a flat file can improve searching for information. Understands the difference between hardware and application software, and their roles within a computer system. Uses filters or can perform single criteria searches for information. Can explain basic data security rules Recognises different types of data: text, number. Appreciates that programs can work with different types of data. Recognises that a range of digital devices can be considered a computer. Recognises and can use a range of input and output devices.

Recognises that data can be structured in tables to make it useful. Knows some ways of keeping data safe Understands how programs specify the function of a general purpose computer. Recognises that digital content can be represented in many forms. Understands that computers have no intelligence and that computers can do nothing unless a program is executed. Distinguishes between some of these forms and can explain the different ways that they communicate information. Recognises that all software executed on digital devices is programmed. Recognises the need to keep data safe

Communication & Networks Information Technology Understands in detail how to configure the hardware and associated properties and protocols for both LAN and WAN networks. Can select suitable topologies Comment critically on the consequences of current uses of computing, including economic, social, legal and ethical issues explains emerging technologies and their implications for future use of ICT. Understands the hardware associated with networking computer systems, including WANs and LANs, understands their purpose and how they work, including MAC addresses. Understands the ethical issues surrounding the application of information technology, and the existence of legal frameworks governing its use e.g. Data Protection Act, Computer Misuse Act, Copyright etc. Knows the purpose of the hardware and protocols associated with networking computer systems.. Undertakes creative projects that collect, analyse, and evaluate data to meet the needs of a known user group. Understands the client-server model including how dynamic web pages use server-side scripting and that web servers process and store data entered by users. Effectively designs and creates digital artefacts for a wider or remote audience. Recognises that persistence of data on the internet requires careful protection of online identity and privacy. Considers the properties of media when importing them into digital artefacts. Documents user feedback, the improvements identified and the refinements made to the solution.

Knows the names of hardware e.g. hubs, routers, switches, and the names of protocols ; SMTP, imap, POP, FTP, HTTP/S,TCP/ IP, associated with networking computer systems. Explains and justifies how the use of technology impacts on society, from the perspective of social, economical, political, legal, ethical and moral issues. Justifies the choice of and independently combines and uses multiple digital devices, internet services and application software to achieve given goals. Uses technologies and online services securely, and knows how to identify and report inappropriate conduct. Understands packet switching Evaluates the trustworthiness of digital content and considers the usability of visual design features when designing and creating digital artifacts for a known audience. Identifies and explains how the use of technology can impact on society. Designs criteria for users to evaluate the quality of solutions, uses the feedback from the users to identify improvements and can make appropriate refinements to the solution. Understands how search engines rank search results. Evaluates the appropriateness of digital devices, internet services and application software to achieve given goals. Understands how to construct static web pages using HTML and CSS. Recognises ethical issues surrounding the application of information technology beyond school. Understands data transmission between digital computers over networks; Including the cloud and the concept of virtual networks including the internet i.e. IP addresses and packet switching. Designs criteria to critically evaluate the quality of solutions, uses the criteria to identify improvements and can make appropriate refinements to the solution.

Understands the difference between a LAN and WAN and can explain the function of the main components. Recognises star and mesh network topologies Understands how to effectively use search engines, and knows how search results are selected, including that search engines use web crawler programs. Makes judgements about digital content when evaluating and repurposing it for a given audience. Selects, combines and uses internet services. Recognises the audience when designing and creating digital content. Demonstrates responsible use of technologies and online services, and knows a range of ways to report concerns. Understands the difference between the internet and internet service e.g. world wide web. Understands the potential of information technology for collaboration when computers are networked. Uses criteria to evaluate the quality of solutions, can identify improvements making some refinements to the solution, and future solutions. Collects, organises and presents data and information in digital content. Shows an awareness of, and can use a range of internet services e.g. VOIP. Recognises what is acceptable and unacceptable behaviour when using technologies and online services. Creates digital content to achieve a given goal through combining software packages and internet services to communicate with a wider audience e.g. blogging. Makes appropriate improvements to solutions based on feedback received, and can comment on the success of the solution. Navigates the web and can carry out simple web searches to collect digital content. Demonstrates use of computers safely and responsibly, knowing a range of ways to report unacceptable content and contact when online. Uses technology with increasing independence to purposefully organise digital content. Shows an awareness for the quality of digital content collected.

Uses a variety of software to manipulate and present digital content: data and information. Shares their experiences of technology in school and beyond the classroom. Obtains content from the world wide web using a web browser. Talks about their work and makes improvements to solutions based on feedback received. Uses software under the control of the teacher to create, store and edit digital content using appropriate file and folder names. Understands the importance of communicating safely and respectfully online, and the need for keeping personal information private. Knows what to do when concerned about content or being contacted. Understands that people interact with computers. Shares their use of technology in school. Knows common uses of information technology beyond the classroom. Talks about their work and makes changes to improve it.