Noadswood Science, 2014.  Information Wednesday, September 09, 2015.

Slides:



Advertisements
Similar presentations
Level 2 Cambridge Nationals in ICT. ICT Pathway 3hrs a week Two routes you can take one being Cambridge Nationals and the other being GCSE Computing You.
Advertisements

1 Copyright © 2010 AQA and its licensors. All rights reserved. Introduction to the new specification GCSE Computer Science Paul Varey.
Objectives Overview Differentiate among laptops, tablets, and servers Describe the purpose and uses of smartphones, digital cameras, portable media players,
Objectives Overview Differentiate among laptops, tablets, and servers Describe the purpose and uses of smartphones, digital cameras, portable media players,
Starting Out with C++, 3 rd Edition 1 Chapter 1. Introduction to Computers and Programming.
Discovering Computers: Chapter 1
COSC 120 Computer Programming
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
1 CS150 Introduction to Computer Science 1 Professor: Chadd Williams
Introduction to Computers Essential Understanding of Computers and Computer Operations.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Digital Literacy.
1. What is this course all about?. Learning objectives All students will organise their folders All will understand what the structure of the course is:
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
. GCSE Computer Science. General Information The spec has been developed with the support of Microsoft The specification and sample assessment materials.
TERMS TO KNOW. Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has.
DC Chp 1 Jeopardy Review Section 1Section 2Section 3Section 4Section
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
 A set of objectives or student learning outcomes for a course or a set of courses.  Specifies the set of concepts and skills that the student must.
A-Level ICT Presented by: Mr Hunter. Things you probably want to know? How well do people do in ICT? How well do people do in ICT? What will my tutors.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
FALL 2012 Dr. Ghada Drahem Facult y of Engineering Computer Engineering Department.
COP1220/CGS2423 Introduction to C++/ C for Engineers Professor: Dr. Miguel Alonso Jr. Fall 2008.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Intro to Computers Computer Apps 1.
A-Level ICT Presented by: Mr Hunter. Things you probably want to know? How well do people do in ICT? How well do people do in ICT? What will my tutors.
The Beauty and Joy of Computing Lecture #3 : Creativity & Abstraction UC Berkeley EECS Lecturer Gerald Friedland.
S2008Final_part1.ppt CS11 Introduction to Programming Final Exam Part 1 S A computer is a mechanical or electrical device which stores, retrieves,
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
Tolo-e-aftab higher education 1 th semester Bcs 1/2/1392 MINISTRY OF HIGHER EDUCATION.
1 TOPIC 1 INTRODUCTION TO COMPUTER SCIENCE AND PROGRAMMING Topic 1 Introduction to Computer Science and Programming Notes adapted from Introduction to.
Business Technology Applications Computer Basics Vocab.
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
GCSE COMPUTER SCIENCE Welcome to Year 10!. ABOUT THE COURSE Over the next two years you will be completing the AQA GCSE Computer Science course. The course.
Programming KOSSA Review --Justin Smith--. EMPLOYABILITY us/lesson/wesint1/2 us/lesson/wesint1/2.
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.
Discovering Computers 2008 Fundamentals Fourth Edition Discovering Computers 2008 Fundamentals Fourth Edition Chapter 1 Introduction to Computers.
Identify internal hardware devices (e. g
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
1 Chapter 1 Background Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
Identify internal hardware devices (e. g
Computer Organisation
Computer Science 2 What’s this course all about?
An Overview of the Computer System
The IT Environment Section 5 ICA11v1.0
GC101 Introduction to computers and programs
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Technology Now, 2nd Edition Getting Started.
The Study of Computer Science
Computer Science I CSC 135.
Chapter 1 – Introduction to Computers
Nat 4/5 Computing Science Operating Systems
Introduction CSC 111.
Chapter 3 Hardware and software 1.
Computer Science A Level
Introduction to computers
Chapter 3 Hardware and software 1.
Introduction to Computing
Identify internal hardware devices (e. g
Module I Keyboarding UNIT 1 LESSONS 1-20
Presentation transcript:

Noadswood Science, 2014

 Information Wednesday, September 09, 2015

Computer Science  Course information: 2 year option course (5x lessons every fortnight)  GCSE in computer science (counts as a stand-alone GCSE and can be included as a science GCSE)  Consists of a final year exam (1.30 hours worth 40%) and 2x coursework components (worth 60% (30% each))  You’ll learn: programming, algorithms, data, hardware and basic concepts of software engineering  Ideal for A-level computing, vocational IT qualifications, industry-standard qualifications and eventually degrees in computing, engineering and science…

Computer Science  There are a wide variety of computing languages available: this course is designed to give you a basic understanding of how computer science (and conceptual thinking) can be utilised…  All the resources (presentation concepts, examples of code, revision materials etc…) are available on the science website: > computer science  This course is a starting block: it is deeply encouraged that you take your interests and passions and experiment in your own time with any computing language you enjoy (start at code academy then look at the developer pages of iOS / android systems and play with C++ / SWIFT / python etc…)

Topics  This course is split into two fundamental sections: computing topics which will be broken down into basic concepts and 2x practical programming tasks (coursework)  Computer science topics include: computer systems; expressions and types; variables and constants; selection; repetition; Boolean operators; arrays; flowcharts; trace tables; errors; functions and procedures; scope; bespoke data structures; software development lifecycles; bits and bytes; number systems; character sets; sound; bitmap images; instructions and the CPU; memory; secondary storage; input and output devices; algorithms; language libraries; external databases (text and SQL); networks; client-server models; client-side programming; server-side programming; external code sources and computer technology in society  There will also be time dedicated to prototyping and testing (practice project lessons)

Projects  You will also pick two project to complete between year 10 and 11 – these must be completed during the computer science lessons and cannot be taken home  Your work is marked on: the design on the solution (9 marks); solution development (9 marks); programming techniques used (36 marks); testing and evaluating (9 marks) and the quality of written communication (QWC marks)  Work will be completed and saved in-house, and folders will be used as you describe what you have done and why…

Projects  You will be given a choice of 4 projects, of which you will complete 2. The scenarios resemble the following: -  Mobile application (a mobile app is made)  Web based application (a website is modified)  Game application (a functional user interface for a graphical / text based game)  Traditional application (a puzzle is produced)

Folder  It is really important you keep yourself organised: with both hard copies and electronic copies of material…  It is your responsibility to back up everything! You’ll be given a USB stick to save material and it is encouraged that you periodically print material and keep it in your folder (in a sensible order)!  Your folder will act as a revision source for the 40% exam content, and as a store of coursework before it is handed it for marking.  Keep your USB stick and the computer network drives clean: make a Computer Science folder and get into the habit of saving documents with their appropriate names!  Save versions of code you write: in case you make a change that leads to a catastrophic error you will want to go back to a working version!