*current controlled assessment plans are unknown

Slides:



Advertisements
Similar presentations
Course Outline Presentation Term: F09 Faculty Name : Asma Sanam Larik Course Name :INTRO TO COMPUTING Course Code : CSE145 Section :1 Semester : 1.
Advertisements

Software development process. Explanation of the iterative nature of the software development process.
GCSE COMPUTING Dan Gardner Session Objectives Gain an overview of the Computer Science curriculum at Key Stage 4 (GCSE). Understand.
1 Copyright © 2010 AQA and its licensors. All rights reserved. Introduction to the new specification GCSE Computer Science Paul Varey.
Program Design and Development
Outline Chapter 1 Hardware, Software, Programming, Web surfing, … Chapter Goals –Describe the layers of a computer system –Describe the concept.
A452 – Programming project – Mark Scheme
Programming Logic and Design, Introductory, Fourth Edition1 Understanding Computer Components and Operations (continued) A program must be free of syntax.
CSE1301 Computer Programming: Revision. Topics Type of questions What do you need to know? About the exam Exam technique Sample questions.
Group practice in problem design and problem solving
Miss V Tatler Computer Science Subject Leader
CIS Computer Programming Logic
1 Information and Communication Technology (ICT).
Introduction. 2COMPSCI Computer Science Fundamentals.
New Advanced Higher Subject Implementation Events Computing Science Advanced Higher Course Assessment.
Property of Jack Wilson, Cerritos College1 CIS Computer Programming Logic Programming Concepts Overview prepared by Jack Wilson Cerritos College.
Data Structures and Algorithms Introduction to Algorithms M. B. Fayek CUFE 2006.
This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
Algorithm Design.
CONTENTS Area of study 2 Key knowledge Key skills.
Introduction & Overview Prepared by: TGK First Prepared on: Last Modified on: Quality checked by: Copyright 2009 Asia Pacific Institute of Information.
Problem-solving with Computers. 2Outline  Computer System  5 Steps for producing a computer program  Structured program and programming  3 types of.
Higher Computing Science 2016 Prelim Revision. Topics to revise Computational Constructs parameter passing (value and reference, formal and actual) sub-programs/routines,
Assessment Workshop - Programming Steepana, Job, Grant.
Course Aims This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
Programming revision Revision tip: Focus on the things you find difficult first.
G043: Lecture 12 Basics of Software Development Mr C Johnston ICT Teacher
Integrating Algorithms and Coding into the Mathematics Classroom
Advanced Higher Computing Science
80% 5ACEM 45% A/A* Welcome back September 2016 – Leavers 2018
GCSE Computer Science Content Overview
7 - Programming 7J, K, L, M, N, O – Handling Data.
The New Primary National Curriculum
Introduction to Algorithms
Why choose Computing at Forest 6?
3.1 Fundamentals of algorithms
Why Choose Computer Science?
IGCSE 4 Cambridge Data types and arrays Computer Science Section 2
GCSE Computing Year 10.
COMPUTING BTEC LEVEL /17.
A Level Computing AQA (7517)
National 5 Computing Science Specimen Question Paper
Think What will be the output?
ICT meeting Business needs
FORMAL SYSTEM DEVELOPMENT METHODOLOGIES
TMC 1414 Introduction to Programming
OCR GCSE Computer Science Revision Checklist
ALGORITHMS AND FLOWCHARTS
Cambridge National Certificate in Information Technologies
Learning to Program in Python
Teaching Computing to GCSE
Teaching Computing to GCSE
ALGORITHMS AND FLOWCHARTS
OCR GCSE Computer Science Revision Checklist
Coding Concepts (Basics)
Computer Science A Level
Python Camp Alan led this session looking at slicing strings and allowing further practice. Session 10: The Examined Component Specifications Overview.
Low Level Programming Languages
Introduction to Algorithms
Software Development Approaches
Software development process
GCSE Computer Science.
Computer Science GCSE OCR J276
Algorithms For use in Unit 2 Exam.
Key Stage 5: Year 12 Computer Science
COMPUTING.
Challenge Guide Grade Code Type Slides
Understanding Standards An Overview of Course Assessment
Presentation transcript:

*current controlled assessment plans are unknown Computer Science More “academic” than ICT 80% Exam content at the end of year 11 20% Controlled Assessment (NEA) at start of year 11* We will be supporting & teaching Python Students can take both Computer Science and ICT A high level in maths is desirable, but not essential. *current controlled assessment plans are unknown

Computer Science – what’s changed? Greater weighting on exam unit Two exam papers instead of one Controlled assessments are more “open” (less guidance) – potentially harder Increased focus on Cyber Security January 2018: Post-consultation review document scrapping NEA for 2017/18 and 2018/19 cohort. It is currently unknown whether year 8 students will have to complete a 20% weighted project or not.

Exam content - 80% Paper 1 - Computer systems Paper 2 - Computational thinking, algorithms and programming Computer systems Systems Architecture Memory Storage Wired and wireless networks Network topologies, protocols and layers System security System software Ethical, legal, cultural and environmental concerns Computational thinking, algorithms and programming Algorithms* Programming techniques Producing robust programs Computational logic Translators and facilities of languages Data representation 80 marks 1 hour and 30 minutes 40% 40%

Controlled Assessment – 20% Programming Project Programming techniques Analysis Design Development Testing and evaluation and conclusions 40 marks Totalling 20 hours Three controlled assessment tasks each year (choose one) The assessment will be carried out at a computer under controlled conditions. The controlled assessment may take place over multiple sessions up to a combined duration of 20 hours. 20%

Programming techniques how to identify and use variables, operators, inputs, outputs and assignments how to understand and use the three basic programming constructs used to control the flow of a program: Sequence; Selection; Iteration how to understand and use suitable loops including count and condition controlled loops how to use different types of data, including Boolean, string, integer and real, appropriately in solutions to problems how to understand and use basic string manipulation how to understand and use basic file handling operations: open read write close how to define and use arrays (or equivalent) as appropriate when solving problems how to understand and use functions/sub programs to create structured code.

Progression