PROGRAMMING. Get with the. Computer Coding Kit. Coding is a hoot! Kit includes: Poster Coding cards Informative literature

Size: px
Start display at page:

Download "PROGRAMMING. Get with the. Computer Coding Kit. Coding is a hoot! Kit includes: Poster Coding cards Informative literature"

Transcription

1 Get with the MING Computer Kit Kit includes: Poster cards Informative literature SCRATCH File Edit Tips About? Saved s username is a hoot!

2 When is Scratch Day? MAY 14, 2016 What is Scratch? Developed by the Lifelong Kindergarten Group at the MIT Media Lab, Scratch is a free programming language and online community that enables young people to create and share their own stories, games, animations, and more! scratch.mit.edu What is Scratch Day? Scratch Day is a global network of events that celebrate Scratch and the young people who code and create with it. During Scratch Day, kids and adults gather to share projects and learn from one another. How can I participate? Additional Resources: Visit the Scratch Day site to learn more about hosting a Scratch Day in your community or organization! To learn more about hosting, review tips and activity ideas for hosts, download logos and assets, and register a local event, visit: day.scratch.mit.edu Scratch scratch.mit.edu ScratchJr scratchjr.org ScratchEd scratched.gse.harvard.edu Scratch Foundation scratchfoundation.org

3 Get with the MING SCRATCH File Edit Tips About? Saved s username is a hoot!

4 What is Scratch? A computer doesn t have a smart brain like you, so everything you want it to do must be broken down into lists of simple instructions called programs. Giving instructions to the computer is known as programming, or coding. What Does a Computer Understand? Instructions for computers have to be written following special rules and using only words the computer understands. These words and rules make up a programming language. There are lots of different programming languages. Many have funny names, such as JavaScript, C++, and Python. What is Scratch? Scratch is a computer programming language that s easy for beginners to use. In Scratch, programs are made by joining together colored blocks using the mouse. These groups of blocks (called scripts) tell characters on the screen (called sprites) what to do. Scratch is free, safe, and fun to experiment with. Scratch Projects With Scratch, you can make your own interactive stories, animations, games, music, and art. Scratch has large collections (or libraries ) of cool graphics and fun sounds you can play around with. Let your imagination run wild you ll soon pick up the coding skills you need! What You ll Learn: To do tasks, computers need simple instructions called programs Scratch is a great place to start programming What the ingredients of a Scratch project are We can make lots of sounds! A program is a list of instructions for the computer The blocks fit together like jigsaw pieces What Makes Up a Scratch Project? Here s a Scratch project. Think of it like a play. The action takes place in an area called the stage. The actors (the sprites) are controlled by lists of instructions (the scripts). Behind is the backdrop the scenery, which can be changed. Backdrop (background picture) Add a script to make the shark sprite move Sprites are used for all the objects we want to move or control when forever clicked next costume wait 0.25 secs move 10 steps if on edge, bounce Shark patrol by abcd (unshared) Scripts for Sprites This is an example of a script. It makes the shark sprite bounce around the stage, opening and closing its mouth. Each block gives an instruction to the sprite. A block might tell a sprite to move, change how it looks, talk in speech bubbles, react to other sprites, or make a sound. Show What You Know Fill in the spaces to practice the key language of Scratch. 1. A... is a set of instructions (program) in Scratch. 2. Objects that perform actions in a project are called In a Scratch program, the action takes place on the Starting a program is called... it. 5. A collection of sounds or graphics is called a... Click the green flag to run (start) a program Click the red button to stop a program This is the stage 4. running, 5. library 1. script, 2. sprites, 3. stage Answers: Scratch Glossary LINGO Why is it called Scratch? Scratching is a way of mixing different sounds to make new music. The Scratch programming language enables you to mix pictures, sounds, and scripts to make new computer programs. GET WITH THE MING JOIN OUR CODING EVENT animation Changing pictures quickly to make something appear to move on the screen. backdrop The picture behind the sprites on the stage. backpack A way to copy things between Scratch projects. block An instruction in Scratch. Blocks can be joined together. bug A mistake in a program. It s called a bug because insects got into the wiring of the first computers, causing errors. condition A true or false? question that is used to make a decision in a computer program. costume The picture a sprite shows on the stage. data Information for example, numbers or words. debug To remove bugs; to find and fix the errors in a program. event Something that happens on the computer, like a mouse click. input Data that goes into a program; for example, from the keyboard. library A collection of sprites, sounds, or costumes. loop An instruction that makes other instructions repeat. program A list of instructions that tell a computer what to do. operator A block that works something out from data, such as adding two numbers together. operating system (OS) The program that controls everything on your computer, such as OS X or Windows. run To start a program. script A stack of instructions that are run in order. sprite A picture on the stage that a script can move and change. stage The area containing the sprites, where a Scratch project runs. string The word used by programmers for data that contains words. variable A place to store data in a program. A variable always has a name and a value. time date location is a hoot!

5 MOVE TO A BEAT Have your sprite dance to a drum beat. COLOR CHANGE Press a key and change the color of a sprite. KEY MOVES Use the arrow keys to move the sprite. SAY SOMETHING What do you want your sprite to say? is a hoot!

6 COLOR CHANGE Press a key and change the color of a sprite. MOVE TO A BEAT Have your sprite dance to a drum beat. Choose your sprite: Choose your sprite: New sprite: Choose a sprite from the library Enter the code: when space key pressed New sprite: Choose a sprite from the library Enter the code: when clicked change color effect by 25 forever move 30 steps GO! Press space bar to change colors play drum 1 for 0.25 beats move -30 steps play drum 2 for 0.25 beats Tip: change color effect by 25 You can choose a different effect or Type a different number Then press the space bar again GO! Click the green flag to run (start) a program Learn more at and Learn more at and SAY SOMETHING What do you want your sprite to say? KEY MOVES Use the arrow keys to move the sprite. Choose your sprite: New sprite: Choose a sprite from the library Enter the code: when this sprite clicked Enter the code: when up arrow key pressed point in direction 0 when down arrow key pressed point in direction 180 say is a hoot! for 2 secs move 10 steps move 10 steps Type in any words when left arrow key pressed when right arrow key pressed point in direction -90 move 10 steps point in direction move 10 steps 90 GO! Click on the sprite to start GO! Press the arrow keys to move Learn more at and Learn more at and

7 BUILD UP STEAM The LEGO Group.

8 BUILD UP STEAM Quotes and Awards Games in Scratch "Perfect." GeekDad.com Help Your Kids with Computer A Family Choice Award Winner Space! An NSTA/CBC Outstanding Science Trade Book for Students K-12 Knowledge Encyclopedia The wealth of knowledge that is supported here by images and creative layouts will encourage students to learn more about topics they study in school and cause them to gravitate toward new areas of interest. School Library Journal DK Workbooks: Computer "Five stars." GeekDad.com Picturepedia "Picturepedia beautifully illustrates subjects as diverse as the Earth's structure, feudal Japan and soccer." Shelf Awareness How Machines Work: Zoo Break! "As robust and inviting a physical book as you can possibly get." New York Times Book Review STARRED reviews from Booklist, Kirkus Reviews, and Publishers Weekly

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

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 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

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 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

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

How to Run a Scratch Competition

How to Run a Scratch Competition How to Run a Scratch Competition Barbara Ericson Laura Boullain http://coweb.cc.gatech.edu/ ice-gt/1489 What is Scratch? Free software from MIT scratch.mit.edu Designed for elementary to college aged Low

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

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

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

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

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch 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

More information

Computer Technology: Literacy and Usage KINDERGARTEN. Standard 1.0 Students will understand basic operations and concepts of technology.

Computer Technology: Literacy and Usage KINDERGARTEN. Standard 1.0 Students will understand basic operations and concepts of technology. Computer Technology: Literacy and Usage KINDERGARTEN Standard 1.0 Students will understand basic operations and concepts of technology. 1.1. Students will demonstrate an understanding of the nature and

More information

Code Kingdoms Learning a Language

Code Kingdoms Learning a Language codekingdoms Code Kingdoms Unit 2 Learning a Language for kids, with kids, by kids. Resources overview We have produced a number of resources designed to help people use Code Kingdoms. There are introductory

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

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

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

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 In this tutorial, you will learn how to create your first game in Game Maker. The game you will create will be a simple maze game. The object of the game

More information

CREATIVE S SKETCHBOOK

CREATIVE S SKETCHBOOK Session Plan for Creative Directors CREATIVE S SKETCHBOOK THIS SKETCHBOOK BELONGS TO: @OfficialSYP 1 WELCOME YOUNG CREATIVE If you re reading this, it means you ve accepted the We-CTV challenge and are

More information

Mathletics For Students

Mathletics For Students powered by Students Welcome to the 4 million! Mathletics is a global community of 4 million students in over 17,000 schools and homes around the world and now you are a part of the community. This guide

More information

Webelos Scouts will use old and new media in this adventure to bring stories to life as movies. Lights! Camera! Action!

Webelos Scouts will use old and new media in this adventure to bring stories to life as movies. Lights! Camera! Action! MOVIEMAKING RATIONALE FOR ADVENTURE Webelos Scouts will use old and new media in this adventure to bring stories to life as movies. Lights! Camera! Action! TAKEAWAYS FOR CUB SCOUTS Creating projects with

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

Mother s Day, Warrior Cats, and Digital Fluency: Stories from the Scratch Online Community

Mother s Day, Warrior Cats, and Digital Fluency: Stories from the Scratch Online Community Mother s Day, Warrior Cats, and Digital Fluency: Stories from the Scratch Online Community Mitchel Resnick, mres@media.mit.edu MIT Media Lab Abstract In many parts of the world today, young people grow

More information

Digital Story Telling with Windows Movie Maker Step by step

Digital Story Telling with Windows Movie Maker Step by step . PAGE 1 Superhighways 2013 CONTENTS Before you open Windows Movie Maker (WMM)... 3 Organising your digital assets... 3 Windows Live Photo Gallery... 3 Your First Project in WMM... 4 Adding Audio... 6

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

RingCentral for Desktop. UK User Guide

RingCentral for Desktop. UK User Guide RingCentral for Desktop UK User Guide RingCentral for Desktop Table of Contents Table of Contents 3 Welcome 4 Download and install the app 5 Log in to RingCentral for Desktop 6 Getting Familiar with RingCentral

More information

INTRODUCTION TO COMPUTER PROGRAMMING

INTRODUCTION TO COMPUTER PROGRAMMING INTRODUCTION TO COMPUTER PROGRAMMING Program: Unit: Status: Stage 5 Information Technology Introduction to Computer Programming Complete Revision: 3 (April 2007) Author: Contact: Richard Laugesen richard@rl.sg

More information

Written by. Laura Numeroff. Illustrated by. Felicia Bond. is a registered trademark of HarperCollins Publishers. www.mousecookiebooks.

Written by. Laura Numeroff. Illustrated by. Felicia Bond. is a registered trademark of HarperCollins Publishers. www.mousecookiebooks. Written by Laura Numeroff Illustrated by Felicia Bond EVENT KIT ACTIVITY BOOKLET is a registered trademark of HarperCollins Publishers You ve given a mouse a cookie. And you ve given a moose a muffin,

More information

Scratch: Open source software for programming, creativity and collaboration

Scratch: Open source software for programming, creativity and collaboration Scratch: Open source software for programming, creativity and collaboration Ivete Leite de Oliveira Table of Content Introduction... 3 Open Source Software... 3 Open source software for creativity......3

More information

Welcome to Northern Lights A film about Scotland made by you.

Welcome to Northern Lights A film about Scotland made by you. Welcome to Northern Lights A film about Scotland made by you. As part of the Year Of Creative Scotland 2012 we want you to take out a camera and show us what you can see. We are not sure what you will

More information

Organizing image files in Lightroom part 2

Organizing image files in Lightroom part 2 Organizing image files in Lightroom part 2 Hopefully, after our last issue, you've spent some time working on your folder structure and now have your images organized to be easy to find. Whether you have

More information

Using sentence fragments

Using sentence fragments Lesson 8 Descriptive Essays Description is not a distinct mode of writing, like expository, narrative, and persuasive, but the ability to write descriptively is essential to a host of writing genres. Many

More information

SOME THOUGHTS ABOUT EFFECTIVE CUSTOMER RELATIONS

SOME THOUGHTS ABOUT EFFECTIVE CUSTOMER RELATIONS SOME THOUGHTS ABOUT EFFECTIVE CUSTOMER RELATIONS WHO ARE YOUR CUSTOMERS? YOUR CUSTOMERS FALL INTO TWO CATEGORIES: YOUR CUSTOMERS FALL INTO TWO CATEGORIES: EXTERNAL CUSTOMERS YOUR CUSTOMERS FALL INTO TWO

More information

PUSD High Frequency Word List

PUSD High Frequency Word List PUSD High Frequency Word List For Reading and Spelling Grades K-5 High Frequency or instant words are important because: 1. You can t read a sentence or a paragraph without knowing at least the most common.

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Giacomo Cappellini - g.cappellini@mixelweb.it What I do I code for video games I code editor tools I code utilities for the production of games I code scripts

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

Virtual Classroom Student Guide

Virtual Classroom Student Guide Virtual Classroom Student Guide Table of Contents Overview 3 Grade Weights 3 Finding Help 3 Virtual Classroom Login 4 Virtual Classroom Lobby 5 The Course Map 6 Activities in the Virtual Classroom 7 Vocabulary

More information

SCOTTISH RESOURCES. First Level/Second Level Autumn 2008. Tuesdays 03.45 04.00 16 and 23 September BBC Radio 4 digital (terrestrial, cable, satellite)

SCOTTISH RESOURCES. First Level/Second Level Autumn 2008. Tuesdays 03.45 04.00 16 and 23 September BBC Radio 4 digital (terrestrial, cable, satellite) B B C Learning Scotland SCOTTISH RESOURCES First Level/Second Level Autumn 2008 Tuesdays 03.45 04.00 16 and 23 September BBC Radio 4 digital (terrestrial, cable, satellite) China Stories Programmes in

More information

Earn Money Sharing YouTube Videos

Earn Money Sharing YouTube Videos Earn Money Sharing YouTube Videos Get Started FREE! Make money every time you share a video, also make money every time the videos you have shared get watched! Unleash The Viral Power of Social Media To

More information

Ten easy steps to creating great MicroWorlds EX projects. Steve Robson

Ten easy steps to creating great MicroWorlds EX projects. Steve Robson How do I? Ten easy steps to creating great MicroWorlds EX projects. Steve Robson Contents Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Introduction How do I move the Turtle? How do I

More information

Companion Animals Amphibians & Reptiles Cats Dogs Horses Veterinary Science

Companion Animals Amphibians & Reptiles Cats Dogs Horses Veterinary Science Making the Character Connection with Companion Animals Amphibians & Reptiles Cats Dogs Horses Veterinary Science Being a person of good character means you follow the Six Pillars of Character SM everyday.

More information

Training Games Team Building Puzzles

Training Games Team Building Puzzles Training Games Team Building Puzzles This program contains (30) jigsaw puzzles with great graphics, and popular team building quotes. These puzzles can be used as team exercises and reinforce team building

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

DVR GUIDE. Using your DVR/Multi-Room DVR. 1-866-WAVE-123 wavebroadband.com

DVR GUIDE. Using your DVR/Multi-Room DVR. 1-866-WAVE-123 wavebroadband.com DVR GUIDE Using your DVR/Multi-Room DVR 1-866-WAVE-123 wavebroadband.com Table of Contents Control Live TV... 4 Playback Controls... 5 Remote Control Arrow Buttons... 5 Status Bar... 5 Pause... 6 Rewind...

More information

Self-Acceptance. A Frog Thing by E. Drachman (2005) California: Kidwick Books LLC. ISBN 0-9703809-3-3. Grade Level: Third grade

Self-Acceptance. A Frog Thing by E. Drachman (2005) California: Kidwick Books LLC. ISBN 0-9703809-3-3. Grade Level: Third grade Self-Acceptance A Frog Thing by E. Drachman (2005) California: Kidwick Books LLC. ISBN 0-9703809-3-3 This Book Kit was planned by Lindsay N. Graham Grade Level: Third grade Characteristic Trait: Self Acceptance

More information

Teacher notes and activities

Teacher notes and activities Teacher notes and activities This resource provides teachers in the early years with a versatile classroom resource that can be used on the Internet or printed out and presented as a booklet or worksheets.

More information

Hello Swift! ios app programming for kids and other beginners Version 1

Hello Swift! ios app programming for kids and other beginners Version 1 MEAP Edition Manning Early Access Program Hello Swift! ios app programming for kids and other beginners Version 1 Copyright 2016 Manning Publications For more information on this and other Manning titles

More information

5 th Annual Applegate Science Fair April 7, 2016 6:30 p.m.

5 th Annual Applegate Science Fair April 7, 2016 6:30 p.m. 5 th Annual Applegate Science Fair April 7, 2016 6:30 p.m. Alexander Graham Bell Did You Know? - He was also interested in other fields of science: watercrafts (boats), metal detectors & medical research

More information

Movie Night: You Be the Critic!

Movie Night: You Be the Critic! FAMILY ACTIVITY Recommended for kids 6 and up Movie Night: You Be the Critic! Inspired by the popular TED Talk by Colin Stokes, How Movies Teach Manhood, this activity helps turn any family movie night

More information

Introduction to The Ten Commandments

Introduction to The Ten Commandments Introduction to The Ten Commandments This was a collaborative learning experience for our Nursery, led by Sue Thomson, Children s Minister, St Columba s Church and our Primary 7 teacher, Kara McCurrach.

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

Graphic Objects and Loading Them into TGF2/MMF2

Graphic Objects and Loading Them into TGF2/MMF2 Graphic Objects and Loading Them into TGF2/MMF2 There are a couple of ways of ensuring graphics appear in a game. Types of objects you can use: Active Object: Consider the active object any image that

More information

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts

More information

Thinking Skills. Lesson Plan. Introduction

Thinking Skills. Lesson Plan. Introduction xxx Lesson 18 Thinking Skills Overview: This lesson provides basic foundational information about two types of thinking skills: critical and creative. Students have used critical and creative skills each

More information

Avatar: Appearance Changing Your Shape. 1-1.2 Introduction. 1-1.2.1 Instruction. 1-1.2.2 Practice LEVEL: 1 MODULE: AVATAR: APPEARANCE MISSION 2

Avatar: Appearance Changing Your Shape. 1-1.2 Introduction. 1-1.2.1 Instruction. 1-1.2.2 Practice LEVEL: 1 MODULE: AVATAR: APPEARANCE MISSION 2 Avatar: Appearance Changing Your Shape LEVEL: 1 MODULE: AVATAR: APPEARANCE MISSION 2 1-1.2 Introduction Now that you have a default avatar, it s time to start customizing it to your liking! Fortunately,

More information

A Guide to Successful Manufacturing Day Plant Events

A Guide to Successful Manufacturing Day Plant Events A Guide to Successful Manufacturing Day Plant Events For questions, file usage and permissions related to ISM Corporate Standards please contact standards@marketstrong.net or 800.687.3208 rev 01.13 MANUFACTURING

More information

START TEACHER'S GUIDE

START TEACHER'S GUIDE START TEACHER'S GUIDE Introduction A complete summary of the GAME:IT Intermediate curriculum. Welcome to STEM Fuse's GAME:IT Intermediate Whether GAME:IT Intermediate is being taught as a technology course,

More information

Create unlimitted hip hop and urban music beats on your pc or mac

Create unlimitted hip hop and urban music beats on your pc or mac Create unlimitted hip hop and urban music beats on your pc or mac How To Make Beats Want To Make Rap And Hip Hop Music Like The Chart Toppers? Read On! We will tell you how you can quickly and easily get

More information

K-1 Common Core Writing Santa Fe Public Schools Presented by: Sheryl White

K-1 Common Core Writing Santa Fe Public Schools Presented by: Sheryl White K-1 Common Core Writing Santa Fe Public Schools Presented by: Sheryl White Session Objectives Review expectations in Common Core Writing Gain ideas for teaching opinion writing Collaborate and articulate

More information

A Study for Children About the Bible

A Study for Children About the Bible A Study for Children About the Bible by Sally Michael Copyright 1998 Desiring God Ministries. All rights reserved. Desiring God Ministries Bethlehem Baptist Church 720 Thirteenth Avenue South Minneapolis,

More information

How to Outsource Without Being a Ninnyhammer

How to Outsource Without Being a Ninnyhammer How to Outsource Without Being a Ninnyhammer 5 mistakes people make when outsourcing for profit By Jason Fladlien 2 Introduction The way everyone does outsourcing is patently wrong, and this report is

More information

Learning Good Habits Through Nutrition Education

Learning Good Habits Through Nutrition Education Lesson Overview Lesson Participants: CACFP personnel and other child care staff. Type of Lesson: Short face-to-face training session Time Needed to Conduct the Lesson: 10 minutes Lesson Description: This

More information

Kodu Curriculum: Single Session Intro

Kodu Curriculum: Single Session Intro Kodu Curriculum: Single Session Intro Table of Contents Kodu Curriculum: Single Session Intro... 2 Kodu Description... 2 Teaching with Kodu... 2 Basic Navigation (5 min)... 3 Creating a Simple Program

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

Make your own Temple Run game

Make your own Temple Run game Make your own Temple Run game These instructions will talk you through how to make your own Temple Run game with your pupils. The game is made in Scratch, which can be downloaded here: http://scratch.mit.edu

More information

Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools

Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools www.lego.com/education/mindstorms LEGO, the LEGO logo and MINDSTORMS are trademarks of the LEGO Group. 2004 The LEGO

More information

Getting Started on the Computer With Mouseaerobics! Windows XP

Getting Started on the Computer With Mouseaerobics! Windows XP This handout was modified from materials supplied by the Bill and Melinda Gates Foundation through a grant to the Manchester City Library. Getting Started on the Computer With Mouseaerobics! Windows XP

More information

Creating Maze Games. Game Maker Tutorial. The Game Idea. A Simple Start. Written by Mark Overmars

Creating Maze Games. Game Maker Tutorial. The Game Idea. A Simple Start. Written by Mark Overmars Game Maker Tutorial Creating Maze Games Written by Mark Overmars Copyright 2007-2009 YoYo Games Ltd Last changed: December 23, 2009 Uses: Game Maker 8.0, Lite or Pro Edition, Advanced Mode Level: Beginner

More information

Game-Making Software. Created by. in support of

Game-Making Software. Created by. in support of Game-Making Software Created by in support of Welcome This guide was designed by Abertay University to help entrants to the BAFTA Young Game Designers Game-making Award, presented by Sony Computer Entertainment

More information

101 IELTS Speaking Part Two Topic cards about sports, hobbies and free time A- Z

101 IELTS Speaking Part Two Topic cards about sports, hobbies and free time A- Z 101 IELTS Speaking Part Two Topic cards about sports, hobbies and free time A- Z As the topics of sports, hobbies and free time are easy ones that tie in with IELTS Speaking Part One and students like

More information

It s easy to protect our files our school work, our music, our photos, our games everything that we save on our computers from loss by malware.

It s easy to protect our files our school work, our music, our photos, our games everything that we save on our computers from loss by malware. Activities for Protecting Your Identity and Computer for Elementary and Middle School Students Overview There are three posters about protecting your computer for this grade span. We recommend that these

More information

MULTIPLE INTELLIGENCES CHECKLIST

MULTIPLE INTELLIGENCES CHECKLIST MULTIPLE INTELLIGENCES CHECKLIST INSTRUCTIONS: It is hoped that this checklist will be fun to do and will help you discover your many gifts. This is not a test it s just for your own information but it

More information

Information booklet: Sharing personal learning portfolios with parents (Birth-3 years)

Information booklet: Sharing personal learning portfolios with parents (Birth-3 years) Information booklet: Sharing personal learning portfolios with parents (Birth-3 years) Aistear Síolta Practice Guide: Sharing personal learning portfolios with parents 2 Connections to Aistear and Síolta

More information

Why A/ B Testing is Critical to Email Campaign Success

Why A/ B Testing is Critical to Email Campaign Success Why A/ B Testing is Critical to Email Campaign Success A / B Testing By systematically running controlled campaigns, A/B testing helps you determine which message or offer will resonate best with your

More information

JavaOne4Kids. Saturday, October 24, 2015. Agenda and Session Descriptions. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

JavaOne4Kids. Saturday, October 24, 2015. Agenda and Session Descriptions. Copyright 2014, Oracle and/or its affiliates. All rights reserved. JavaOne4Kids Saturday, October 24, 2015 Agenda and Session Descriptions Agenda SATURDAY OCT 24 8:00 AM Registration Check in/ Breakfast snack 9:00 AM- 9:35 AM Opening Comments 9:45 AM- 11:45 AM Rm301 Rm302

More information

Boardmaker and Speaking Dynamically Pro

Boardmaker and Speaking Dynamically Pro Boardmaker and Speaking Dynamically Pro Exploring with Sample Boards Click on desktop icon Shortcut to SDPro Main Speaking Dynamically Pro main board will come up Explore for 5 to 8 minutes Hit escape

More information

Microsoft Office Word 2007 Training

Microsoft Office Word 2007 Training Microsoft Office Word 2007 Training Created & Hosted by: Hagop (Jack) Hadjinian I.A., Information Technology Course Contents: Lesson 1: Get to know the Ribbon Lesson 2: Find everyday commands The lesson

More information

GOD S BIG STORY Week 1: Creation God Saw That It Was Good 1. LEADER PREPARATION

GOD S BIG STORY Week 1: Creation God Saw That It Was Good 1. LEADER PREPARATION This includes: 1. Leader Preparation 2. Lesson Guide GOD S BIG STORY Week 1: Creation God Saw That It Was Good 1. LEADER PREPARATION LESSON OVERVIEW Exploring the first two chapters of Genesis provides

More information

Making a Video Year Six

Making a Video Year Six Making a Video Year Six Unit Overview This children introduces the idea of using photos and videos within a multimedia presentation. Children will cover: - Using a digital camera to take photographs and

More information

Knowledge and Understanding of the World. Early Learning Goals. National Curriculum. (learning objectives) (level 1 descriptors)

Knowledge and Understanding of the World. Early Learning Goals. National Curriculum. (learning objectives) (level 1 descriptors) Knowledge and Understanding of the World Knowledge and Understanding of the world Science K&U4 Ask questions about why things happened and how things work To talk about what they see To make recordings

More information

Co-authored by: Michelle Frechette Ames, MBA. Marketing Diva www.marketedbymichelle.com

Co-authored by: Michelle Frechette Ames, MBA. Marketing Diva www.marketedbymichelle.com Michelle Frechette Ames & Christine Baker Marriage Co-authored by: Michelle Frechette Ames, MBA Marketing Diva www.marketedbymichelle.com Christine Baker Marriage, LMT Business Mentor for Bodyworkers and

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

Programming in Access VBA

Programming in Access VBA PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010

More information

Persuasive Writing Persuasive Paragraph

Persuasive Writing Persuasive Paragraph 183 Persuasive Writing Persuasive Paragraph How would you complete the next sentence? The best event at school is... Would you say hat day, grandparents day, the school carnival? A special event can make

More information

Marketing. The Campaign for America s Libraries. Simple steps that will help you create an @ your library campaign

Marketing. The Campaign for America s Libraries. Simple steps that will help you create an @ your library campaign Marketing Simple steps that will help you create an @ your library campaign Marketing @ your library Table of Contents I. Introduction II. III. Building a Communications Plan a. Introduction b. Goals c.

More information

Why Your Business Needs a Website: Ten Reasons. Contact Us: 727.542.3592 Info@intensiveonlinemarketers.com

Why Your Business Needs a Website: Ten Reasons. Contact Us: 727.542.3592 Info@intensiveonlinemarketers.com Why Your Business Needs a Website: Ten Reasons Contact Us: 727.542.3592 Info@intensiveonlinemarketers.com Reason 1: Does Your Competition Have a Website? As the owner of a small business, you understand

More information

CYBERBULLYING TEACHER S GUIDE:

CYBERBULLYING TEACHER S GUIDE: TEACHER S GUIDE: CYBERBULLYING LEARNING OBJECTIVES Students will understand the meaning of cyberbully. Students will learn to recognize different forms of cyberbullying. Students will learn different strategies

More information

Set Your School Apart.

Set Your School Apart. Set Your School Apart. Have Creative Kids Playhouse produce a full length musical production, complete with music, costumes, lights, big dance numbers and memories to treasure for a lifetime. Directed

More information

Language Arts Core, First Grade, Standard 8 Writing-Students write daily to communicate effectively for a variety of purposes and audiences.

Language Arts Core, First Grade, Standard 8 Writing-Students write daily to communicate effectively for a variety of purposes and audiences. Genre Unit Reading and Writing Fables by Amy Kinney Language Arts Core, First Grade, Standard 7 Comprehension-Students understand, interpret, and analyze narrative and informational grade level text. Objective

More information

STEAM STUDENT SET: INVENTION LOG

STEAM STUDENT SET: INVENTION LOG STEAM STUDENT SET: INVENTION LOG Name: What challenge are you working on? In a sentence or two, describe the challenge you will be working on. 1. CREATE Explore new ideas and bring them to life. You can

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

Isaac and Rebekah. (Genesis 24; 25:19-34; 27:1-40) Spark Resources: Spark Story Bibles. Supplies: None. Spark Resources: Spark Bibles

Isaac and Rebekah. (Genesis 24; 25:19-34; 27:1-40) Spark Resources: Spark Story Bibles. Supplies: None. Spark Resources: Spark Bibles BIBLE SKILLS & GAMES LEADER GUIDE Isaac and Rebekah (Genesis 24; 25:19-34; 27:1-40) Age-Level Overview Age-Level Overview Open the Bible Activate Faith Lower Elementary Workshop Focus: God s promises come

More information

Sailing the 7 C s The C of Commitment: Noah

Sailing the 7 C s The C of Commitment: Noah Sailing the 7 C s The C of Commitment: Noah LESSON OVERVIEW Key Point: Go against the flow Obey God. Bible Story: Noah Bible Reference: Genesis 6:9-22 Challenge Verse: For all have sinned and fall short

More information

Customizing your Blackboard Course

Customizing your Blackboard Course Customizing your Blackboard Course Changing the visual appearance Menu Buttons Changing your course buttons can add a splash of color to your course and make it more visually appealing to your students.

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

Create a Presentation on Marketing. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Create a Presentation on Marketing. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Create a Presentation on Marketing Intel Easy Steps 1 2012 Intel Corporation Marketing Presentation Creating a Marketing Presentation When you start a business you need to use different strategies to ensure

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Fun Learning Activities for Mentors and Tutors

Fun Learning Activities for Mentors and Tutors Fun Learning Activities for Mentors and Tutors Mentors can best support children s academic development by having fun learning activities prepared to engage in if the child needs a change in academic/tutoring

More information