Year 10 IT: Programming Pathway Subject(s): VCE Computing

Slides:



Advertisements
Similar presentations
Lecture Roger Sutton 21: Revision 1.
Advertisements

Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
Chapter 2- Visual Basic Schneider
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
DCT 1123 PROBLEM SOLVING & ALGORITHMS INTRODUCTION TO PROGRAMMING.
CS 0004 –Lecture 8 Jan 24, 2011 Roxana Gheorghiu.
GCSE Computer Science 2 YEAR COURSE Business & ICT Department.
Introduction to Programming Lecture 1 – Overview
1 Information and Communication Technology (ICT).
The Program Development Cycle
Computer Science 101 Preparing programmers to be architects Michael Huth, Computing, Imperial College.
Top-Down Design and Modular Development. The process of developing methods for objects is mostly a process of developing algorithms; each method is an.
Program Development Cycle Modern software developers base many of their techniques on traditional approaches to mathematical problem solving. One such.
Definition of Terms Software/Programs Programs that directs the operation of a computer system Set of instructions Codes Programming Process of planning,
Cs413_design04.ppt Design and Software Development Design : to create a functional interface that has high usability Development : an organized approach.
The basics of the programming process The development of programming languages to improve software development Programming languages that the average user.
Chapter 9.  Multimedia- communication that involves more than one format.  Basic Functions- can incorporate text, graphics, pictures and photos, video,
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
Problem Solving.  Similar to Solving Math Word Problem  Read the Problem  Decide how to go about Solving the Problem  Solve the Problem  Test the.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
Chapter 7: Designing solutions to problems OCR Computing for A Level © Hodder Education 2009.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
GCSE Computer Science Content Overview
Introduction to Programming Lecture 1 – Overview
ART Pathway Subject(s): VCE Studio Arts
Pathway Subject(s): VCE Physics, Chemistry, Biology
Pathway Subject(s): VCE Psychology Units 1-4
CSC 222: Computer Programming II
FORENSIC SCIENCE Pathway Subject(s): VCE Biology and VCE Chemistry
VISUAL COMMUNICATION DESIGN
Flavours of the world Pathway Subject(s): VCE Food Studies
PHILOSOPHY Pathway Subject(s): VCE Philosophy
Pathway Subject(s): VCE Music Performance
CSC 221: Computer Programming I Spring 2010
Dollars and Sense Pathway Subject(s): VCE Accounting, VCE Business Management, VCE Economics, VCE Legal Studies.
Chapter 2- Visual Basic Schneider
FRENCH Pathway Subject(s): VCE French
Homer to hollywood Pathway Subject(s): VCE Classical Studies, VCE History Possible Partner Subject(s): History, Philosophy.
Wood technology Pathway Subject(s): VCE Design Technology
Pathway Subject: VCE Drama
Algorithm and Ambiguity
Understand the Programming Process
ISSUES IN SCIENCE Pathway Subject(s): VCE Biology
VCE Computing Units 3 & 4: Informatics
Year 10: IT Applications Pathway Subject(s): VCE IT Computing, VCE Systems Technology Possible Partner Subject(s): IT Programming, Materials & Systems.
Software Development Process
Problem Solving Techniques
Bakery Delights Pathway Subject(s): VCE Food Studies
indonesian Pathway Subject(s): VCE Indonesian
CSC Classes Required for TCC CS Degree
Help Pathway Subject(s): VCE Health
History Pathway Subject(s): VCE History
Story time Task 5 Computer Programming Gray , Calibri 24
Computational Thinking for KS3
Chapter 2- Visual Basic Schneider
ME 123 Computer Applications I
Geography Pathway Subject: VCE Geography
Chapter 2- Visual Basic Schneider
The Programming Process
Understand the Programming Process
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Year 10 Subject Selection -
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Chapter 2. Problem Solving and Software Engineering
Quiz: Computational Thinking
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Presentation transcript:

Year 10 IT: Programming Pathway Subject(s): VCE Computing Possible Partner Subject(s): IT Applications

Course Outline Assessment The course aims to build on student’s previous experience in problem solving, algorithm design and programming applications. Students will continue to learn to programme in an object oriented language and use their knowledge to solve problems such as path finding (shortest path, chase algorithms) maze solving and cryptography. Assessment Assessment will be through: tasks completed in class, and more complex tasks that require students to solve more complex problems and design, develop, test and evaluate digital solutions.

Topics Covered Algorithm design - Using tools such as flowcharts and pseudocode to describe solutions to problems. E.g. How to find the winning move in tictactoe, How to find a DNA fragment in a long string, how to crack a cipher, what are the features of an engaging game. Building digital solutions - Using object oriented programming languages. E.g. How to write code that is modular, runs in the shortest time and in the fewest lines of code.

Topics Covered Testing and evaluation - Error checking, debugging and stress testing to determine application effectiveness. The IT Programming elective is design and structured to give students an opportunity to experience the process of software development. The course will prepare students for year 11 Computing and year 12 Software Development. If you consider yourself a creative thinker or someone who can always find a way to solve a problem then this subject is a chance for you to apply those skills.