COMPUTING SUBJECT KNOWLEDGE AUDIT

Similar documents
Switching to AQA from Edexcel

Switching to AQA from OCR

GCSE Computer Science for OCR Overview Scheme of Work

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

AQA GCSE Computer Science PLC

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

OCR J276 (9-1) GCSE Computer Science

HASTINGS HIGH SCHOOL

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

2c. Content of Computer systems (Component 01)

Computing 1: Computer Systems

Edexcel GCSE in Computer Science Microsoft IT Academy Mapping

Department Curriculum and Assessment Outline

elc International School

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

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

Computer Science Curriculum Content, KS5

Year 10 OCR GCSE Computer Science (9-1)

OCR Level 3 Advanced GCE in Computer Science (H446)

OCR GCSE Computing Learning Grids H/W

ICT & Computing Progress Grid

SAMPLE CURRICULUM GUIDE June 2014

CodeHS: Arkansas Standards Alignment

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

SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12

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

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

Stewards Pooi Kei College Secondary 4 Information and Communication Technology Teaching Schedule ( )

Year 8 Computing New Levels (Progress Pathways) Content and Concepts (depth of understanding and application) Computational Thinking

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

Syllabus for Computer Science General Part I

Dawood Public School Course Outline Computer Science

KS3 Computing - Life Without Levels

Dawood Public School Course Outline Computer Science Class XI


This document contains additional questions; it is not intended to be treated as a complete paper.

Learning Programme Fundamentals of data representation AS Level

Dawood Public School Course Outline Computer Science Class XI

William Paterson University of New Jersey Department of Computer Science College of Science and Health Course Outline

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved

Computer Programming IA

CompuScholar, Inc. Alignment to Nevada "Computer Science" Course Standards

GCSE Subject Level Conditions and Requirements for Computer Science May 2015

Computer Organization and Levels of Abstraction

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

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

Standard. Number of Correlations

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ.

Personalised Learning Checklist ( ) SOUND

Teddington School Sixth Form

N5 Computing Science - Revision

Computer Organization and Levels of Abstraction

Revision of GCSE Specifications. Draft Proposal. Digital Technology

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

Resources to support the National 5 Computing Science course

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

Objectives. Connecting with Computer Science 2

Cambridge Ordinary Level 2210 Computer Science November 2016 Principal Examiner Report for Teachers

The Lester Vaughan School Information Technology (Theory) Unit Plans Year 1 Term 1

Stonelaw High School. Computing Science. BGE - Computer Systems

Textbook Charles Petzold, Programming Windows, 5th edition, Microsoft Press. References - other textbooks or materials none

Bits and Bit Patterns

AQA GCSE (9-1) Computer Science. S Robson and PM Heathcote

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

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations

GCSE Computer Science Component 02

Level 5 Diploma in Computing

GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016

DUMBARTON ACADEMY NATIONAL 5 COMPUTING SCIENCE REVISION

«Computer Science» Requirements for applicants by Innopolis University

15110 PRINCIPLES OF COMPUTING SAMPLE EXAM 2

COP 1220 Introduction to Programming in C++ Course Justification

Number System. Introduction. Decimal Numbers

Cambridge International General Certificate of Secondary Education 0478 Computer Science June 2016 Principal Examiner Report for Teachers

Agenda EE 224: INTRODUCTION TO DIGITAL CIRCUITS & COMPUTER DESIGN. Lecture 1: Introduction. Go over the syllabus 3/31/2010

KS3 Programme of Study Subject: Computing Year group: Y7


Unit 2: Technology Systems

Number of Courses: 21

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 01, SPRING 2013

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published

Cambridge Ordinary Level 2210 Computer Science June 2016 Principal Examiner Report for Teachers

EasyTech Scope & Sequence for Grades K 8

(1) Students will be able to explain basic architecture and components of digital computers and networks, and basic programming language features.

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J.

Cambridge International General Certificate of Secondary Education 0478 Computer Science June 2015 Principal Examiner Report for Teachers

COURSE OF STUDY UNIT PLANNING GUIDE COMPUTER SCIENCE 1 FOR: 5 CREDITS GRADE LEVEL: 9-12 FULL-YEAR COURSE PREPARED BY: SUSIE EISEN

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary.

Number of Courses: 20

Part II - B. Answer sheet and marks allocated

POS Perkins Statewide Articulation Agreement Documentation Coversheet

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

Introduction to Computer Science (I1100) Data Storage

Contents. Introduction

Developing Algorithms

OCR J276 GCSE Computer Science

ECS15, Lecture 10. Goals of this course 2/8/13. Mini-Review & Topic 3.2 Software. Today s agenda

Boca Raton Community High School AP Computer Science A - Syllabus 2009/10

OUTLINE SYSTEM-ON-CHIP DESIGN. GETTING STARTED WITH VHDL September 3, 2018 GAJSKI S Y-CHART (1983) TOP-DOWN DESIGN (1)

COURSE OUTCOMES OF M.Sc(IT)

Transcription:

COMPUTING SUBJECT KNOWLEDGE AUDIT

Use this needs analysis to help self-assess and track your computing subject knowledge. Topic Area 1 Computational thinking Define, explain and use these concepts with examples: Algorithm Program Decomposition Abstraction Generalization Logical reasoning Pseudocode Flowcharts 2 Algorithms, programming and data structures Define and explain these concepts with examples: Your links should cover examples of each concept when constructing algorithms and programming in at least 2 languages Sequencing Selection Repetition Procedures and functions Parameters

Topic Area Lists and arrays Data types Variables Constants Operators: mathematical, string, relational and logical Variable scope Nested loops File handling Libraries 2.1 Common algorithms Explain how these algorithms work in English and pseudocode: Insertion Sort Selection Sort Bubble Sort Quick Sort Merge Sort Linear Search (Continued)

(Continued) Topic Area Binary Search Explain and how a programmer might choose an algorithm for a given task or dataset. Explain how the performance or efficiency of algorithms can be described and evaluated e.g. using Big O notation. 2.2 Debugging techniques Explain and use a range of debugging techniques for algorithms and programs including: Commenting Stepping Breakpoints Watching variables Trace dumps and tables Exception handling Interpreting error messages Understanding the difference between syntax, runtime and logical errors Selective code execution

Topic Area Functional testing (especially boundary conditions) 2.3 Error detection and testing Explain types of errors in data caused by user input or communication failure. Explain error detection techniques such as: Validation Verification Parity bits Checksums Repetition codes Explain strategies for testing programs and algorithms including: Logical testing (white box) Functional testing (black box) Integration testing End-user testing Derive functional test data for a program or algorithm using equivalence classes. (Continued)

(Continued) Topic Area Construct a trace table for an algorithm or program. 2.4 Systems development lifecycles Describe and explain a range of systems development approaches, for example: Cyclical, waterfall, spiral, prototyping 3 Computer architecture and data storage Define, explain and use these concepts: Computer CPU ALU Control unit Memory RAM ROM Bit Byte

Topic Area Secondary storage Von Neumann architecture Operating system Moore s Law Data Information 3.1 Operating systems Explain the tasks carried out by a typical operating system. Compare the characteristics of operating systems e.g. Windows and Android in terms of high level functionality. 3.2 Physical architecture Explain the role of transistors in computers and how they can be connected to create logic gates. Explain how logic gates can be combined to perform useful tasks. Explain Boolean logic and derive logic tables for common logic gates. Explain how the use of transistors and logic gates gives rise to binary computation. (Continued)

(Continued) Topic Area 3.3 Abstraction: levels of programming languages Explain the difference between source code and object code (also known as machine code or executable code). Explain the concept of high level and low level programming languages and the differences between levels. Explain the role of compilers and interpreters and how they differ. Explain why executable code cannot usually be converted back into source code and why assembly language is an exception to this. Describe the fetch execute cycle. Explain how machine code and assembly languages work and the relationship between them using a simplified example such as Little Man Computer. Write and interpret simple programs using a low level language such as assembly code/little Man Computer. 3.4 Number systems/data representation Explain how the binary number system can represent: Unsigned integers Signed integers

Topic Area Long integers Fractions Characters Bitmaps Audio data Explain analogue-digital conversion, for example how sound sampling works and the parameters which determine the fidelity of such encoding e.g. frequency and bitrate. 3.4 Number systems/data representation (cont.) Convert between binary, decimal and hexadecimal values. Explain the uses of hexadecimal as an intermediate number system. Perform simple binary mathematics and explain two s complement Explain the limitations of using binary representations e.g. overflow errors, rounding errors and fractional numbers. (Continued)

(Continued) Topic Area Explain how the same information can be encoded in different ways e.g. bitmap and vector graphics or sound waveforms and MIDI data. 3.5 Data compression Explain common methods for data compression in simple terms, for example: Audio compression Video compression Zip compression Image compression Explain the difference between lossless and lossy compression. 4 Networks and the Internet Define and explain: World Wide Web Internet URL Browser Data packets

Topic Area Protocols Client server models MAC address IP address Domain names Cookies Routing Web API Hyperlink HTML 4 Networks and the Internet (cont.) Describe simple network topologies and identify their advantages and disadvantages. Explain in broad terms how data are transported in networks including the Internet. Explain a search engine strategy/algorithm to construct its page index and ranking. Explain strategies to construct search terms which improve pages returned in common search engines. (Continued)

(Continued) Topic Area 5 Applications of computing Have competent skills and knowledge of a range of hardware and software including: Office software Collaboration and social networking software Web design software Image manipulation software Video production software Audio production software Physical monitoring and control applications 5.1 Models and simulations In the context of computer models and simulations, define the terms: Model Simulation Rule Variable Assumption Explain with examples the relative advantages and disadvantages of models and simulations.

Topic Area 5.2 Relational database systems Explain the concepts of database files, records and fields. Explain how information can be structured in a relational database by using top down (entity relationship diagram) and bottom up (normalization) approaches. Explain the use of primary and foreign keys. Explain the terms data consistency, data redundancy, data integrity and data independence. Interpret and use simple SQL operations. 6 Impact of computing safety, legal and socioeconomic issues Define and explain: Phishing Viruses Trojan horse Malware Identity theft (Continued)

(Continued) Topic Area Firewall Filtering software (blacklist and whitelist) Encryption Cyber bullying Digital footprint 6.1 E-safety and security Identify threats to personal and professional safety online and explain e-safety steps to manage any risk. Explain steps to maintain data security, integrity and privacy. 6.2 Legislation Explain legislation directly related to computing including the Data Protection Act, Computer Misuse Act and relevant copyright legislation (including the use of creative commons licences). 6.3 Impact of computing Identify and consider social and ethical issues raised by the role of computers for individuals, organizations and society. Identify real-life computing contexts which exemplify the possibilities of technology, and provide children with a wide range of career role models related to the subject.