MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch

Size: px
Start display at page:

Download "MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch"

Transcription

1 MADISON PUBLIC SCHOOL DISTRICT Grade 8 Cycle Class Scratch Authored by: Caitlin Aery Reviewed by: Lee Nittel, Director of Curriculum and Instruction Adopted by the Board: January, 2013 Members of the Board of Education: Lisa Ellis, President Patrick Rowe, Vice-President David Arthur Kevin Blair Shade Grahling Linda Gilbert Thomas Haralampoudis James Novotny Superintendent: Dr. Michael Rossi Madison Public Schools 359 Woodland Road, Madison, NJ

2 I. OVERVIEW The Scratch cycle course meets for a semester and focuses on the fundamentals of programming using the Scratch program. Students will learn information and media literacy skills, thinking and problem-solving skills, interpersonal, and self-directional skills. Students will work throughout the course to design and program their own games and projects. Students will work collaboratively throughout the class to provide positive feedback and suggestions to their peers. Students will use technology to support and share their work. II. RATIONALE The Scratch course will provide students with the opportunity to work with various forms of technology. For students interested in computer programming, this introductory course offers students a highly engaging and supportive first experience with programming. Scratch is a computer programming language that makes it easy to create interactive stories, animations, games, music, and art -- and allows students to share their creations on the web. Students in this course will learn important mathematical and computational skills, while also learning to think creatively, reason systematically, and work collaboratively. III. STUDENT OUTCOMES (Link to New Jersey Core Curriculum Standards) STANDARD 8.1: Educational Technology All students will use digital tools to access, manage, evaluate, and synthesize information in order to solve problems individually and collaboratively and to create and communicate knowledge. STANDARD 8.2: Technology Education, Engineering and Design All students will develop an understanding of the nature and impact of technology, engineering, technological design, and the designed world, as they relate to the individual, global society, and the environment. Students will: Illustrate and communicate original ideas and stories using digital tools and media-rich resources. Design and create a product that addresses a real-world problem using the design process and working with specific criteria and constraints. Identify the design constraints and trade-offs involved in designing a prototype. Participate in an online learning community with learners from other countries. Create a multimedia presentation including sound and images. IV. ESSENTIAL QUESTIONS AND CONTENT What is Scratch? How can I use technology to create my own programs and games? How do I use the Scratch interface to develop my own ideas? How do you upload and share ideas using technology? How can I work collaboratively with a group to improve my ideas and designs? What games and programs can I create with this program? V. STRATEGIES Teacher presentations/lectures

3 Class discussion and critiques. Independent programming Peer and self-critique of process and final products Examination and evaluation of various projects available online VI. EVALUATION Students will be evaluated on their projects throughout the semester. They will also be evaluated on their ability to work cooperatively with their classmates. There will be small benchmarks and tasks throughout the course that will serve as informal and formal assessments. VII. REQUIRED RESOURCES Access to computer lab for each class period Scratch program Internet access VIII. SCOPE AND SEQUENCE Week 1: Introduction to Scratch Language and Interface Distinguish between the scripting area, the stage and blocks palette. Identify the basic tools of the Scratch program. Introduce students to Scratch. Show students the website and allow them to examine various projects that have been uploaded from around the world. Explain to students that part of Scratch is sharing and they will be expected to share as they learn. Explain to students the function of each section of the screen. Explain what tools are available in each section. Introduce students to the language of Scratch, specifically including sprite which refers to the character or object animated on the screen. Introduce students to the idea of using building blocks to create movement and animation on the screen. Introduce students to the green flag and stop button in addition to the various blocks that can be use to start movement. Have students begin with basic movement of a sprite on their screen. Week 2: Blocking Basic Movements Create continuous movement of a sprite on the screen. Add sound to animation. Use different forms of starting an animation.

4 Building on the basic movements explored in the first week of instruction, explain to students the process of stacking movement to create multiple consecutive movements of a sprite. Introduce students to forever block. Have students use a forever block to create continuous movement of a sprite that is started by clicking the green flag and ends only when the stop button is pressed. Introduce students to the sound buttons and blocks available for blocking. Have students add sound to their animation. Week 3: Sprites Program their sprite to change color, costume, etc. during animation. Create or design costumes for sprites. Explain to students that there are multiple sprites available for use on the stage. Have students explore the various sprites available. Choose a sprite that has more than one costume. Explain to students that some sprites come with multiple costumes already created so students can simulate physical movement. Show students examples of these sprites and how changing costumes can give the illusion of actual movement. Explain to students that they may also create their own costumes for the sprites. Introduce students to the costume editing options available. Have students create at least one additional costume for a sprite of their choice. Model stacking the proper blocks together to have a sprite change costumes during animation. Have students practice costume changing for various sprites, using not only the computer generated costumes, but also costumes they have created for their sprites. Week 4: Stages Change the background of their stage. Move between stages during one animation. Introduce students to the stage screen. Show students the different ways to change the stage for their animation. Students may choose from a picture from the program, a self-made design, or they may upload their own picture. Students will experiment with the various stages available. Explain to students the process for changing a stage during a single animation using the costume element for stages. Have students create different costumes for the stage during their animation. Model the programming necessary to change the stage, in a similar manner to the sprite costume change. Have students work on an animation that uses more than one stage.

5 Week 5: Sprite Interaction Coordinate movement of two or more sprites on the stage. Use the hide, show, wait and sensing buttons to have sprites appear, disappear and work together to create fluid movement. Have students choose two sprites that they will coordinate movement for on their stages. Explain to students that part of having the two sprites interact with one another is all about timing. They will need experiment with the wait button in order to have certain events occur at the same time. Have students create an animation where one sprite appears when the other one comes close. Explain to students that they also have sensing buttons in the block palette that allow sprites to move or bounce, etc when they hit or sense a certain spot or color on the screen. Provide students with a Scratch Card that requires them to have two sprites on screen bouncing a basketball back and forth between them. (See Scratch Cards attached) Weeks 6 and 7: Scratch Cards Use different functions on the Scratch interface to complete various tasks. Provide students with Scratch Cards that ask them to complete different types of movement, sound and interaction between scratches. Students will need to work, using the skills covered during the first half of the course to complete each one of these tasks. Students should combine the tasks to create one animation. This animation should be saved to the network for the purpose of sharing with the class. Week 8: Sharing Programming Students will present their interpretations of the card activities to the class. The class will discuss and students may work on perfecting each other s animations. Week 9: Variables Use variables to control score. Use variables to control sprite speed. The teacher will introduce students to the variable section of the Scratch interface. Explain the process for setting up variables. These are determined by the specific needs of the program. For instance, if a game requires a ball to hit a certain point on a target to score a point, the variable will need to be set for the program to complete this action. The teacher will model this process for the students using multiple scenarios that might require variables.

6 Students will experiment with creating certain actions or reactions that are created by variables. Weeks 10-12: Creating Games Change variables to record scores. Program sprites to respond to variables. Program sprites to interact with the stage. Review basic elements of programming with students. Provide students with the steps necessary to create a basic car racing game. Students will need to program the basic game and add their own spin to the game. Students will use the remaining class time to work on their game programming. Weeks 13: Sharing Games Students will present their games to the class. The class will discuss the games and if there is time, students may work on perfecting each other s games. Weeks 14-16: Individual Programming Projects Create their own Scratch project using the tools and skills covered throughout the course. Upload their program to the Scratch website. Students will choose from a variety of project options. They will work individually to create a specific project that incorporates all of the Scratch elements covered in the class. Students may use their classmates as critics and testers throughout the process. Possible Projects: o Create a music video o Animate a poem or song o Create an interactive video game o Design a lesson on a topic of your choice Weeks 17-18: Presentation of Projects

How To Teach Digital Advertising Ii

How To Teach Digital Advertising Ii MADISON PUBLIC SCHOOLS Digital Advertising II Authored by: Dani Bratton Reviewed by: Lee Nittel, Director of Curriculum and Instruction Thomas Paterson, Supervisor of Science and Technology Education Approval

More information

MADISON PUBLIC SCHOOLS. Video Production

MADISON PUBLIC SCHOOLS. Video Production MADISON PUBLIC SCHOOLS Video Production Authored by: Dani Bratton Reviewed by: Lee Nittel, Director of Curriculum and Instruction Thomas Paterson, Supervisor of Science and Technology Education Approval

More information

Scratch Primary Lesson 4

Scratch Primary Lesson 4 Scratch Primary Lesson 4 Motion and Direction creativecomputerlab.com Motion and Direction In this session we re going to learn how to move a sprite. Go to http://scratch.mit.edu/ and start a new project:

More information

How to Build a Simple Pac-Man Game

How to Build a Simple Pac-Man Game How to Build a Simple Pac-Man Game For today's program, we are going to build a simple Pac-Man game. Pac-Man was one of the very first arcade games developed around 1980. For our version of Pac-Man we

More information

MADISON PUBLIC SCHOOLS. Journalism

MADISON PUBLIC SCHOOLS. Journalism MADISON PUBLIC SCHOOLS Journalism Authored by: Seema John Reviewed by: Lee Nittel, Director of Curriculum and Instruction Adopted by the Board: January, 2013 Members of the Board of Education: Lisa Ellis,

More information

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This project is like the game Whack-a-Mole. You get points for hitting the witches that appear on the screen. The aim is to get as many points as possible in 30 seconds! Activity Checklist

More information

SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?

SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH? SCRATCH Lesson Plan What is SCRATCH? SCRATCH is a programming language that makes it easy to create interactive stories, animations, games, music, and art that can then easily be shared on the web. Scratch

More information

Game Programming & Game Design

Game Programming & Game Design Unit 11: Game Programming & Game Design BRIDGES TO COMPUTING http://bridges.brooklyn.cuny.edu College Now, Bridges to Computing Page 1 Topic Descriptions and Objectives Unit 7: Game Programming & Game

More information

COURSE TITLE. Multimedia Design LENGTH. Full Year Grades 10-12 DEPARTMENT. Computer Department Barbara O Donnell, Supervisor SCHOOL

COURSE TITLE. Multimedia Design LENGTH. Full Year Grades 10-12 DEPARTMENT. Computer Department Barbara O Donnell, Supervisor SCHOOL COURSE TITLE Multimedia Design LENGTH Full Year Grades 10-12 DEPARTMENT Computer Department Barbara O Donnell, Supervisor SCHOOL Rutherford High School DATE Spring 2015 Multimedia Design Page 1 MULTIMEDIA

More information

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: We re going to make a game! Guide the large Hungry Fish and try to eat all the prey that are swimming around. Activity Checklist Follow these INSTRUCTIONS one by one Click on the green flag

More information

MT. DIABLO UNIFIED SCHOOL DISTRICT COURSE OF STUDY

MT. DIABLO UNIFIED SCHOOL DISTRICT COURSE OF STUDY COURSE TITLE: ANIMATION I COURSE NUMBER: 4435 CBEDS NUMBER: 2908 DEPARTMENT: Visual Arts or Visual and Performing Arts LENGTH OF COURSE: One Year CREDITS PER SEMESTER: 5 GRADE LEVEL(S): 10-12 REQUIRED

More information

1.0-Scratch Interface 1.1. Valuable Information

1.0-Scratch Interface 1.1. Valuable Information 1.0-Scratch Interface 1.1 Valuable Information The Scratch Interface is divided to three: 1. Stage 2. Sprite/background properties 3. Scratch Action Blocks Building the game by designing the sprites and

More information

Orange Unified School District Video Game Design II Year Course

Orange Unified School District Video Game Design II Year Course Course No. B861 O642 Orange Unified School District Video Game Design II Year Course Grade Level: 10-12 Prerequisites: Video Game Design 1 Introduction to the Subject Video Game Design II is an advanced

More information

1. Get to know the SCRATCH Work Space:

1. Get to know the SCRATCH Work Space: 1. Get to know the SCRATCH Work Space: iquest Lesson http://www.csusm.edu/iquest - NSF Project Award Number: 0833753 Scratch 1 2. Click Control Drag When green flag is clicked. Always start every new script

More information

Use fireworks and Bonfire night as a stimulus for programming

Use fireworks and Bonfire night as a stimulus for programming Learn it: Scratch Programming Make fireworks in Scratch Use fireworks and Bonfire night as a stimulus for programming Create an animated bonfire Design and program a working Catherine wheel Design and

More information

Computer Science Education Week Teacher/Volunteer Guide

Computer Science Education Week Teacher/Volunteer Guide Computer Science Education Week Teacher/Volunteer Guide What is the Hour of Code/Computer Science Education Week? Computer Science Education Week (CSEdWeek) is an annual program dedicated to inspiring

More information

HACKETTSTOWN, NEW JERSEY. Computer Animation Grades 10-12 CURRICULUM GUIDE FINAL DRAFT. July 2014

HACKETTSTOWN, NEW JERSEY. Computer Animation Grades 10-12 CURRICULUM GUIDE FINAL DRAFT. July 2014 HACKETTSTOWN, NEW JERSEY Computer Animation Grades 10-12 CURRICULUM GUIDE FINAL DRAFT July 2014 Mr. David C. Mango, Superintendent Ms. Nadia Inskeep, Director of Curriculum & Instruction Developed by:

More information

(CONTINUED ON NEXT PAGE)

(CONTINUED ON NEXT PAGE) Exploration of Game Design (Periods 1 & 2) Francis P. Knoblauch Conway Middle School 2015-16 Course Syllabus PROGRAM DESCRIPTION: Exploration of Game Design is a course at Conway Middle School following

More information

ANIMATION GRADE 8. THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618

ANIMATION GRADE 8. THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618 ANIMATION GRADE 8 THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618 BOE Approval Date: July 29, 2013 Michael Nitti Revised: Adella Moore Superintendent James Woidill In accordance with The

More information

Priority Academic Student Skills

Priority Academic Student Skills INSTRUCTIONAL TECHNOLOGY Grades 1-12 These Priority Academic Student Skills have been created using the International Society for Technology in Education (ISTE) National Education Technology Standards

More information

REFERENCE GUIDE 1. INTRODUCTION

REFERENCE GUIDE 1. INTRODUCTION 1. INTRODUCTION Scratch is a new programming language that makes it easy to create interactive stories, games, and animations and share your creations with others on the web. This Reference Guide provides

More information

JEFFERSON TOWNSHIP PUBLIC SCHOOLS COURSE OF STUDY BUSINESS DIGITAL WEB DESIGN

JEFFERSON TOWNSHIP PUBLIC SCHOOLS COURSE OF STUDY BUSINESS DIGITAL WEB DESIGN JEFFERSON TOWNSHIP PUBLIC SCHOOLS COURSE OF STUDY BUSINESS DIGITAL WEB DESIGN 2011 TABLE OF CONTENTS Course Overview... 1 Units of Study... 3 Sample Student Learning Activities... 8 Suggested Teaching

More information

Free and Easy Digital Animation Storytelling Chris Scott Santa Ynez School Grade Levels: 7-8th Subjects: History, Technology

Free and Easy Digital Animation Storytelling Chris Scott Santa Ynez School Grade Levels: 7-8th Subjects: History, Technology Free and Easy Digital Animation Storytelling Chris Scott Santa Ynez School Grade Levels: 7-8th Subjects: History, Technology Project Summary: Students adapt and develop a history lesson to animate. Students

More information

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch The Richard Pate School Draft Year 4 Scheme of Work for Scratch Marcus Gilvear July 2014 (Acknowledgements: Phil Bagge and Duncan Hooper) Re Scratch: This work is licensed under the Creative Commons Attribution-NonCommercial

More information

HIGH SCHOOL COURSE OUTLINE

HIGH SCHOOL COURSE OUTLINE OFFICE OF CURRICULUM, INSTRUCTION AND PROFESSIONAL DEVELOPMENT HIGH SCHOOL COURSE OUTLINE Department Visual/Performing Arts Course Title Art & Animation 1-2 Course Code 1044 Grade Level 9-12 Course Length

More information

West Windsor-Plainsboro Regional School District Computer Programming Grade 8

West Windsor-Plainsboro Regional School District Computer Programming Grade 8 West Windsor-Plainsboro Regional School District Computer Programming Grade 8 Unit 1: Programming Content Area: Technology Course & Grade Level: Computer Programming, Grade 8 Summary and Rationale The

More information

MADISON PUBLIC SCHOOLS. Fine Art Digital Imaging (Formerly Digital Photography)

MADISON PUBLIC SCHOOLS. Fine Art Digital Imaging (Formerly Digital Photography) MADISON PUBLIC SCHOOLS Fine Art Digital Imaging (Formerly Digital Photography) Authored by: Mandy Coster Reviewed by: Lee Nittel, Director of Curriculum and Instruction Stacy Snider, Supervisor of Visual

More information

NCCA. Transition Unit Having fun with computer programming and games

NCCA. Transition Unit Having fun with computer programming and games Transition Unit Having fun with computer programming and games NCCA An Chomhairle Náisiúnta Curaclaim agus Measúnachta t National Council for Curriculum and Assessmen t Area of Study Top up and Tasters

More information

Student Perceptions On Computer Coding Ashfield Public School Term 3, 2015. The Initiative. The survey

Student Perceptions On Computer Coding Ashfield Public School Term 3, 2015. The Initiative. The survey Student Perceptions On Computer Coding Ashfield Public School Term 3, 2015 The Initiative 21 st Century education is about innovation. It is about a being open to new ideas and new educational trends that

More information

Course Syllabus. GAME 1403 Introduction to Game Design and Development

Course Syllabus. GAME 1403 Introduction to Game Design and Development 1 Course Syllabus GAME 1403 Introduction to Game Design and Development Catalog Description: Introduction to electronic game development and game development careers. Includes examination of history and

More information

Getting Started with Scratch

Getting Started with Scratch Getting Started with Scratch a guide to designing introductory Scratch workshops draft version, september 2009 Overview There s no one way to host a Scratch workshop. Workshops can take on a variety of

More information

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Computer Animation. Grade 8

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Computer Animation. Grade 8 MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY Williamstown Middle School Computer Animation Grade 8 September 2010 Written by: Marilyn Kurz Supervisor of Curriculum and Instruction Lesley McGiboney

More information

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan Animation Overview of the Industry Arts, AV, Technology, and Communication Lesson Plan Performance Objective Upon completion of this assignment, the student will have a better understanding of career and

More information

What makes a good coder and technology user at Mountfields Lodge School?

What makes a good coder and technology user at Mountfields Lodge School? What makes a good coder and technology user at Mountfields Lodge School? Pupils who persevere to become competent in coding for a variety of practical and inventive purposes, including the application

More information

Common Core Standards Cross Referenced with Programming and Web Design

Common Core Standards Cross Referenced with Programming and Web Design Common Core Standards Cross Referenced with Programming and Web Design Grades 9-12 PA Common Core Academic Standards for Reading in Science and Technical Subjects Craft and Structure CC.3.5.9-10.F Analyze

More information

The ISTE National Educational Technology Standards (NETS S) and Performance Indicators for Students 1. Creativity and Innovation

The ISTE National Educational Technology Standards (NETS S) and Performance Indicators for Students 1. Creativity and Innovation The ISTE National Educational Technology Standards (NETS S) and Performance Indicators for Students 1. Creativity and Innovation Students demonstrate creative thinking, construct knowledge, and develop

More information

The National Educational Technology Standards. (Upon which our local standards are based)

The National Educational Technology Standards. (Upon which our local standards are based) The National Educational Standards (Upon which our local standards are based) Students demonstrate a sound understanding of the nature and operation of technology systems. Students are proficient in the

More information

KINGSWAY REGIONAL SCHOOL DISTRICT

KINGSWAY REGIONAL SCHOOL DISTRICT KINGSWAY REGIONAL SCHOOL DISTRICT TITLE OF COURSE: Cartooning DEPARTMENT: Art DATE ADOPTED: 09/03 GRADE: 9 12 DATE REVISED: 09/11 I. COURSE ORGANIZATION Length: One Year Credits: 5 Periods Per Week: 5

More information

Jefferson Township Public Schools. Technology Curriculum. Video Production II: Television Studio. Grades 10, 11 & 12. August 2011

Jefferson Township Public Schools. Technology Curriculum. Video Production II: Television Studio. Grades 10, 11 & 12. August 2011 Jefferson Township Public Schools Technology Curriculum Video Production II: Television Studio Grades 10, 11 & 12 August 2011 Video Production II Curriculum 2011 Page 2 TABLE OF CONTENTS JEFFERSON TOWNSHIP

More information

Introduction to Computer Programming. Classroom Expectations & Computer Lab Guidelines. Welcome to Introduction to Programming

Introduction to Computer Programming. Classroom Expectations & Computer Lab Guidelines. Welcome to Introduction to Programming Introduction to Computer Programming Classroom Expectations & Computer Lab Guidelines Teacher: Mrs. Boettcher Email: lisa.boetcher@lakewoodcityschools.org Welcome to Introduction to Programming This is

More information

ESUMS HIGH SCHOOL. Computer Network & Engineering (CNE) 2014-2015 Syllabus

ESUMS HIGH SCHOOL. Computer Network & Engineering (CNE) 2014-2015 Syllabus ESUMS HIGH SCHOOL Computer Network & Engineering (CNE) 2014-2015 Syllabus Teacher: Dr. Didacus Oparaocha Room: 333 Email: Didy.Oparaocha@new-haven.k12.ct.us Meeting Hours: 2A/3A Course Description: Computer

More information

Program Your Own Game

Program Your Own Game Program Your Own Game Provided by TryEngineering - Lesson Focus Lesson focuses on how software engineers design computer games and other software. Student teams work together to develop a simple computer

More information

Computing Unit Planner: Year 5 Unit 1 Quiz and Game

Computing Unit Planner: Year 5 Unit 1 Quiz and Game Computing Unit Planner: Year 5 Unit 1 Quiz and Game National Curriculum Computing Content design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems;

More information

Provided by TryEngineering - www.tryengineering.org

Provided by TryEngineering - www.tryengineering.org Provided by TryEngineering - Lesson Focus This lesson demonstrates the power of mass production. Students work in teams to design, construct, test, and redesign an assembly line to manufacture a product

More information

Wyoming Department of Education Chapter 31. Graduation Requirements

Wyoming Department of Education Chapter 31. Graduation Requirements Wyoming Department of Education Chapter 31. Graduation Requirements Section 1. Authority. (a) These rules and regulations are promulgated pursuant to the Wyoming Education Code of 1969 (as amended - 2002)

More information

PBS TeacherLine Course Syllabus

PBS TeacherLine Course Syllabus 1 Title Inspire Elementary Students with Engineering Target Audience This course is intended for pre-service and in-service teachers of grades PreK to 6 th grade. Prerequisites To successfully participate

More information

FRANKLIN REGIONAL SCHOOL DISTRICT 3200 School Road Murrysville, PA 15668

FRANKLIN REGIONAL SCHOOL DISTRICT 3200 School Road Murrysville, PA 15668 FRANKLIN REGIONAL SCHOOL DISTRICT 3200 School Road Murrysville, PA 15668 Elementary Computer Business, Technology & Finance Required Prerequisite(s): None Semester (Meets once a week for 18 sessions) Date

More information

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This is a game that has three sprites that change costume. You have to stop them when they re showing the same picture (like a fruit machine!). Activity Checklist Follow these INSTRUCTIONS

More information

Computer Technology Standards of Learning for Virginia s Public Schools

Computer Technology Standards of Learning for Virginia s Public Schools Computer Technology Standards of Learning for Virginia s Public Schools February 2013 Board of Education Commonwealth of Virginia Introduction As the new century has unfolded, various studies have postulated

More information

There is much confusion today when attempting to understand the differences

There is much confusion today when attempting to understand the differences Clarifying Misconceptions between Technology Education and Educational Technology Only you will assume the responsibility to educate others about the importance of technology education in schools today.

More information

Bachelor of Information Technology

Bachelor of Information Technology Bachelor of Information Technology Detailed Course Requirements The 2016 Monash University Handbook will be available from October 2015. This document contains interim 2016 course requirements information.

More information

COURSE TITLE. Computer Programming 1 LENGTH. One Semester Grades 9-12 DEPARTMENT. Computer Department Barbara O Donnell, Supervisor SCHOOL

COURSE TITLE. Computer Programming 1 LENGTH. One Semester Grades 9-12 DEPARTMENT. Computer Department Barbara O Donnell, Supervisor SCHOOL COURSE TITLE Computer Programming 1 LENGTH One Semester Grades 9-12 DEPARTMENT Computer Department Barbara O Donnell, Supervisor SCHOOL Rutherford High School DATE Spring 2015 Computer Programming 1 Page

More information

Roselle Public Schools Computer/Technology Applications II

Roselle Public Schools Computer/Technology Applications II Roselle Public Schools Computer/Technology Applications II Page 1 Stakeholders Ms. Donna Obe, Board President Mr. Archange Antoine, Board Vice President Rev. Reginald Atkins, Board Member Mr. Erick Cedano,

More information

Instructor Guide. Train-the-Trainer

Instructor Guide. Train-the-Trainer Train-the-Trainer This instructor guide was written and developed by the Community Services Agency, Inc. of the New Jersey State AFL-CIO. DISCLAIMER: This material was produced under a Susan Harwood Training

More information

CR/NC Repeatable for up to units Categories Lab Fee Required A - Z Total Completions Allowed. Benchmark Enrollment

CR/NC Repeatable for up to units Categories Lab Fee Required A - Z Total Completions Allowed. Benchmark Enrollment CALIFORNIA STATE UNIVERSITY CHANNEL ISLANDS NEW COURSE PROPOSAL PROGRAM AREA ART 315 REVISED BY DAN WAKELEE 8.1.08 1. Catalog Description of the Course. [Follow accepted catalog format.] Prefix ART Course#

More information

GOVERNOR LIVINGSTON HIGH SCHOOL IA/TECHNOLOGY DEPARTMENT WEB DESIGN #PAS0030. Curriculum Guide

GOVERNOR LIVINGSTON HIGH SCHOOL IA/TECHNOLOGY DEPARTMENT WEB DESIGN #PAS0030. Curriculum Guide BERKELEY HEIGHTS PUBLIC SCHOOLS BERKELEY HEIGHTS, NEW JERSEY GOVERNOR LIVINGSTON HIGH SCHOOL IA/TECHNOLOGY DEPARTMENT WEB DESIGN #PAS0030 Curriculum Guide September 2012 Mrs. Judith Rattner, Superintendent

More information

PBS TeacherLine Course Syllabus

PBS TeacherLine Course Syllabus 1 Title Enabling Students with Special Needs to Succeed in Target Audience This course is designed for teachers or specialists who serve classroom students with special needs, grades 4-8. Course Description

More information

COURSE TITLE: ART BY COMPUTER DESIGN GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE:

COURSE TITLE: ART BY COMPUTER DESIGN GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE: COURSE TITLE: ART BY COMPUTER DESIGN GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE: SPRING 2015 ART BY COMPUTER DESIGN 2 Rutherford High School Rutherford,

More information

Colorado Professional Teaching Standards

Colorado Professional Teaching Standards Colorado Professional Teaching Standards Standard I: Teachers demonstrate knowledge of the content they teach a. Teachers provide instruction that is aligned with the Colorado Academic Standards and their

More information

City University of Hong Kong. Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013 Part I Course Title: Animation II Course Code: SM3605 Course Duration:

More information

COURSE TITLE: PHOTOGRAPHY 2 GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE:

COURSE TITLE: PHOTOGRAPHY 2 GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE: COURSE TITLE: PHOTOGRAPHY 2 GRADES 9-12 LENGTH: ONE SEMESTER SCHOOLS: RUTHERFORD HIGH SCHOOL RUTHERFORD, NEW JERSEY DATE: SPRING 2015 PHOTOGRAPHY 2 2 Rutherford High School Rutherford, NJ Photography 2

More information

Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu

Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu Activities for LEGO WeDo in Scratch 1.4+ Barb Ericson ericson@cc.gatech.edu Overview You can use Scratch 1.4 with the LEGO WeDo tilt and distance sensors and motor. The motor blocks (tiles) are in the

More information

Prepared by: Stanton Community Schools

Prepared by: Stanton Community Schools Prepared by: Stanton Community Schools Facilitated by: Michael J. Sieh, Superintendent, Stanton Community Schools Table of Contents ACKNOWLEDGEMENTS... 3 DISTRICT MISSION STATEMENT... 4 GOALS... 4 ART

More information

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES Lero, NCTE 2012 Page 2 Table of Contents Page Number Course Introduction page 4 Module 1: page 5 Module 2: page 22 Module 3: page 32 Module 4:

More information

Stage 1 Desired Results

Stage 1 Desired Results Course Title Animation & Interactive Web Design (Advanced Web Design & Animation) Implement start year 2014-2015 Revision Committee Members, email, extension Matt Abate, mabate@lrhsd.org, 8464 Dorothy

More information

HOPATCONG BOROUGH SCHOOLS DIGITAL ARTS II CURRICULUM GRADES 10-12 2007

HOPATCONG BOROUGH SCHOOLS DIGITAL ARTS II CURRICULUM GRADES 10-12 2007 HOPATCONG BOROUGH SCHOOLS DIGITAL ARTS II CURRICULUM GRADES 10-12 2007 DIGITAL ARTS II 2007 COURSE DESCRIPTION: Students will explore and develop computer and information literacy more in depth through

More information

Research and Digital Game- based Play: A Review of Martha Madison

Research and Digital Game- based Play: A Review of Martha Madison Research and Digital Game- based Play: A Review of Martha Madison White Paper Compiled by Anne Snyder, Ph.D. Second Avenue Learning is a certified women- owned business, specializing in the creation of

More information

2014 New Jersey Core Curriculum Content Standards - Technology

2014 New Jersey Core Curriculum Content Standards - Technology 2014 New Jersey Core Curriculum Content s - Technology Content Area Grade Content Statement Students will: Technology A. Technology Operations and Concepts: Students demonstrate a sound understanding of

More information

Statewide Healthcare Curriculum: Technology Awareness and Skills Module

Statewide Healthcare Curriculum: Technology Awareness and Skills Module Statewide Healthcare Curriculum: Technology Awareness and Skills Module Introduction -------------------------------------------------------------------------------iii Module Outline -------------------------------------------------------------------------viii

More information

Elementary and Middle School Technology Curriculum Guidelines

Elementary and Middle School Technology Curriculum Guidelines Elementary and Middle School Technology Curriculum Guidelines Catholic Schools Office Diocese of Erie March, 2007 PHILOSOPHY STATEMENT... 1 TECHNOLOGY CURRICULUM FOUNDATION... 1 TECHNOLOGY FOUNDATION STANDARDS

More information

NATIONAL STANDARDS Lesson 1: Healthy Me!

NATIONAL STANDARDS Lesson 1: Healthy Me! NATIONAL STANDARDS ers HEALTH EDUCATION STANDARDS (GRADES 3-5) Source: National Health Education Standards, Achieving Excellence, Second Edition (2007), Joint Committee on National Health Education Standards

More information

MBA 6931, Project Management Strategy and Tactics Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives

MBA 6931, Project Management Strategy and Tactics Course Syllabus. Course Description. Prerequisites. Course Textbook. Course Learning Objectives MBA 6931, Project Management Strategy and Tactics Course Syllabus Course Description Introduction to the methodologies and technologies that will assist project managers coordinate projects from inception

More information

RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY

RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY I. INTRODUCTION According to the Common Core Standards (2010), Decisions or predictions are often based on data numbers

More information

ANIMATION AND GAME DESIGN

ANIMATION AND GAME DESIGN ANIMATION AND GAME DESIGN Final Project/Assessment January 2015 PROJECT OBJECTIVES: To demonstrate the ability to create a game or animation using Game Maker or Alice 3.0. To create instructions for the

More information

Minnesota Academic Standards

Minnesota Academic Standards Minnesota Academic Standards Arts K-12 2008 The proposed revised standards in this document were drafted during the 2007-2008 school year. These standards are currently proceeding through the administrative

More information

P 3 Eco-Challenge School Recognition Program

P 3 Eco-Challenge School Recognition Program SCHOOL APPLICATION REQUIREMENTS AND ONLINE APPLICATION INSTRUCTIONS P 3 Eco-Challenge School Recognition Program The P 3 Eco- Challenge School Recognition Program is a collaborative effort between Broward

More information

Year 8 KS3 Computer Science Homework Booklet

Year 8 KS3 Computer Science Homework Booklet Year 8 KS3 Computer Science Homework Booklet Information for students and parents: Throughout the year your ICT/Computer Science Teacher will set a number of pieces of homework from this booklet. If you

More information

B.A. in Education Specialization: Early Childhood Education (P-3) Student Handbook

B.A. in Education Specialization: Early Childhood Education (P-3) Student Handbook B.A. in Education Specialization: Early Childhood Education (P-3) Student Handbook Rowan University College of Education Teacher Education Department 1 Table of Contents Program Description 3 ECED Program

More information

Business & Information Technology Skills For Students in Virginia

Business & Information Technology Skills For Students in Virginia PARENT/STUDENT COURSE INFORMATION BUSINESS AND INFORMATION TECHNOLOGY ADVANCED SOFTWARE AND GAME DEVELOPMENT GRADES 11-12 Counselors are available to assist parents and students with course selections

More information

Cliffside Park School District

Cliffside Park School District Cliffside Park School District ELEMENTARY GUIDANCE PROGRAM GRADES PRE-KINDERGARTEN THROUGH SIX Revised 2012 COMPONENTS OF THE CLIFFSIDE PARK ELEMENTARY GUIDANCE PROGRAM I. Introduction II. Statement of

More information

for Technology (ICT) Literate Students

for Technology (ICT) Literate Students A major component of the NETS Project is the development of a general set of profiles describing technology (ICT) literate students at key developmental points in their precollege education. These profiles

More information

Making an Adventure Story AMAZING ADVENTURES. MS Word Scratch MS PowerPoint MS Excel. Making a Video VIDEO MAKERS

Making an Adventure Story AMAZING ADVENTURES. MS Word Scratch MS PowerPoint MS Excel. Making a Video VIDEO MAKERS CS IT DL KS2 Design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts Use sequence, selection,

More information

Help! My Student Doesn t Speak English. 10 Tips To Help Your English Language Learners Succeed Today

Help! My Student Doesn t Speak English. 10 Tips To Help Your English Language Learners Succeed Today Help! My Student Doesn t Speak English. 10 Tips To Help Your English Language Learners Succeed Today 1. Use your test data. Examine the teacher reports for each student who has been assessed with the Assessing

More information

CG: Computer Graphics

CG: Computer Graphics CG: Computer Graphics CG 111 Survey of Computer Graphics 1 credit; 1 lecture hour Students are exposed to a broad array of software environments and concepts that they may encounter in real-world collaborative

More information

Bangor School Department Grades 9-Diploma Visual Arts Standards

Bangor School Department Grades 9-Diploma Visual Arts Standards Bangor School Department Grades 9-Diploma Visual Arts Standards A. Disciplinary Literacy Visual Arts: Students show literacy in the art discipline by understanding and demonstrating concepts, skills, terminology,

More information

Instructional Technology Curriculum Alignment Guide For. HIGH SCHOOL Advanced Level Access

Instructional Technology Curriculum Alignment Guide For. HIGH SCHOOL Advanced Level Access Lawton Public Schools Instructional Curriculum Alignment Guide For HIGH SCHOOL Barry Beauchamp, Superintendent Dr. Linda Dzialo, Deputy Superintendent August 2003 PASS Instructional Standard 1: The student

More information

STEM CURRICULUM AND SOLUTIONS. Courses, Resources, and Support to Prepare Your Students for Their Future

STEM CURRICULUM AND SOLUTIONS. Courses, Resources, and Support to Prepare Your Students for Their Future STEM CURRICULUM AND SOLUTIONS Courses, Resources, and Support to Prepare Your Students for Their Future Helping schools and districts strengthen STEM education Without a doubt, it s a national priority.

More information

Master of Arts in Instructional Technology Program. Policies and Procedures Manual 2014-2015

Master of Arts in Instructional Technology Program. Policies and Procedures Manual 2014-2015 Master of Arts in Instructional Technology Program Policies and Procedures Manual 01-015 Master of Arts in Instructional Technology Program School of Education The Richard Stockton College of New Jersey

More information

Dewar College of Education and Human Services Valdosta State University Department of Early Childhood and Special Education

Dewar College of Education and Human Services Valdosta State University Department of Early Childhood and Special Education Dewar College of Education and Human Services Valdosta State University Department of Early Childhood and Special Education SEGC 6040 Technological Support Planning for Children and Youth with Disabilities

More information

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Digital Media and Technology Grade 8

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Digital Media and Technology Grade 8 MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY Williamstown Middle School Digital Media and Technology Grade 8 September 2010 Written by: Michael Spano Supervisor of Curriculum and Instruction

More information

Clarifying Misconceptions. between technology education. and Educational Technology

Clarifying Misconceptions. between technology education. and Educational Technology Clarifying Misconceptions between Technology Education and Educational Technology Only you will assume the responsibility to educate others about the importance of technology education in schools today.

More information

ISTE National Educational Technology Standards for Teachers http://cnets.iste.org/teachers/t_profiles.html

ISTE National Educational Technology Standards for Teachers http://cnets.iste.org/teachers/t_profiles.html NETS for Teachers Profiles for Technology-Literate Teachers Today's teacher preparation programs provide a variety of alternative paths to initial licensure. They address economic conditions, needs of

More information

LOUISIANA PRE K-12 EDUCATIONAL TECHNOLOGY STANDARDS

LOUISIANA PRE K-12 EDUCATIONAL TECHNOLOGY STANDARDS LOUISIANA PRE K-12 EDUCATIONAL TECHNOLOGY STANDARDS Adapted from the National Educational Technology Standards for Students Paul G. Pastorek, Superintendent Approved by BESE December 2008 1 State Board

More information

(writing to learn) Project Rationale (part I):

(writing to learn) Project Rationale (part I): A WAY OF SEEING PHOTOGRAPHY PROJECT (writing to learn) Jarek Michalonek Project Rationale (part I): This is a highly effective expository writing assignment (which can work very well in all ESL and non-esl

More information

Lego Robot Tutorials Touch Sensors

Lego Robot Tutorials Touch Sensors Lego Robot Tutorials Touch Sensors Bumper Cars with a Touch Sensor With a touch sensor and some robot programming, you can make your robot search its way around the room. It can back up and turn around

More information

Mobile Application Design and Development Industry Certification

Mobile Application Design and Development Industry Certification Page 1 Mobile Application Design and Development Industry Certification Certification and Course Overview This course provides the learner with an introduction to mobile application development. The course

More information

Financial Literacy in Grade 11 Mathematics Understanding Annuities

Financial Literacy in Grade 11 Mathematics Understanding Annuities Grade 11 Mathematics Functions (MCR3U) Connections to Financial Literacy Students are building their understanding of financial literacy by solving problems related to annuities. Students set up a hypothetical

More information

Tri-District Technology Curriculum

Tri-District Technology Curriculum . Tri-District Technology Curriculum 2012 Grades K-6 Mr. Patrick Fletcher Superintendent River Dell Regional Schools Ms. Lorraine Brooks Principal River Dell High School Mr. Richard Freedman Principal

More information

NJ Department of Education Office of Educational Technology Digital Learning NJ (DLNJ)

NJ Department of Education Office of Educational Technology Digital Learning NJ (DLNJ) 8.1 Educational Technology: All students will use digital tools to access, manage, evaluate, and synthesize information in order to solve problems individually and collaborate to create and communicate

More information

Fusion's runtime does its best to match the animation with the movement of the character. It does this job at three different levels :

Fusion's runtime does its best to match the animation with the movement of the character. It does this job at three different levels : The Animation Welcome to the eight issue of our Multimedia Fusion tutorials. This issue will discuss how the Fusion runtime handle sprites animations. All the content of this tutorial is applicable to

More information