Game Programming & Game Design
|
|
- Elfrieda Johnson
- 1 years ago
- Views:
Transcription
1 Unit 11: Game Programming & Game Design BRIDGES TO COMPUTING College Now, Bridges to Computing Page 1
2 Topic Descriptions and Objectives Unit 7: Game Programming & Game Design Sessions: 3 (55min) topic lectures 3 (55min) lab sessions 4 (55min) project sessions Total: 10 hours * Topics to be addressed: Programming in Scratch Principles of Game Design Game Design methodology Game State & Game Mathematics * Excluding support topic lectures which may be given as part of this unit, or separately as part of a fundamentals of computer science unit. Topic Description: After students have been introduced to basic programming terminology as well as issues associated with program design and development, they will be introduced to programming within the Scratch IDE environment. Students will learn some basic terminology used within the field of game studies and about the MDA (Methods, Dynamics, Aesthetics) methodology for game development. By creating several lab games, and their own larger project game in Scratch students will gain experience in: programming within the Imperative, Procedural and Object-Oriented paradigms; working with program logic including state; the program development life-cycle; debugging. Objectives: The student will be able to: Match a list of programming terms and definitions/functions. Implement a structured method for designing/creating a game. Evaluate a game based on its mechanical, dynamical and aesthetic attributes. Program a 2D game within the Scratch environment. College Now, Bridges to Computing Page 2
3 Daily Overview Chart Instructional Session Topic(s) 1 (Taster) Lecture 1: Learn about programming languages, and the basics of programming in the Scratch environment. 2 (Taster) Lab 1: Create first Scratch game, a simple 3 sprite catching game. 3 Lecture 2: Learn about game studies and principles of game design. Explore what makes a game fun. 4 Lab 2: Write a review of a game, classify the game by genre and suggest methods for improving the game based on known game design principles. 5 Lecture 3: Explore the concepts of game state and event driven programming. Examine common mathematical problems (collision detection/response) found in 2D games. 6 Lab 3: Create a game that has multiple modes of play (states) that follows a simple state flow diagram. 7 Lab 4: Complete final project proposal worksheet Final Project Create your own game." College Now, Bridges to Computing Page 3
4 Daily Lesson Plans Instructional Session(s): 1: (Game Programming and Scratch) Topic Description: This lesson introduces and defines programming languages, and the basics of programming in the Scratch environment.. Objectives: The student will be able to: Match a list of terms and definitions related to programming languages. Name the basic components of the Scratch IDE. Create the beginning of a simple program in Scratch. Outline of the Lesson: Journal Entry or Q/A session (5 minutes) Lecture (30 minutes) Scratch IDE session (10 minutes) o Takes place half-way through the lecture Quiz (10 minutes) Student Activities: Journal Entry or Q/A session o Have the students try and answer the following questions: What is a program? What is a programming language and how do they work? What is an IDE (integrated development environment)? What makes a game fun? What skills do you need to have to create a computer game? Scratch IDE session o Students will stop mid-lecture to explore the Scratch IDE and play one simple game in Scratch. Quiz o Students will match the following terms and definitions. Teaching/Learning Strategies: Journal Entry or Q/A session Have students name as many different programs as they can. Have students name as many different programming languages as they can. Lecture Clearly define each of the following terms as they appear in the lecture: College Now, Bridges to Computing Page 4
5 Program Binary Syntax Semantics Variable Function Library IDE Green Flag Blocks Scripts Paradigm Imperative Programming Sequence Selection Repetition Procedural Programming Object-Oriented Programming Properties Sprites Scratch IDE Session Emphasize: Although Scratch is programming, it is not used in industry. Every character in Scratch is called a Sprite. Each sprite has it s own scripts, and may have it's own variables. You can right click any block and select help to get more information. How to change the language in Scratch (for your English Learners) How to go to full screen mode and back How to switch back and forth between sprites by clicking on them X and Y coordinates on the screen are shown in bottom right below the stage How to save in the proper location (the default is to save in the Scratch Projects folder (C:\\Program Files\Scratch\Projects) Quiz: Most of the terms are listed in the order in which they were introduced. Resources: Game Programming and Scratch : Lec_1_GameProgScratch.ppt Quiz: GameProgDesign_Session1_Quiz.pdf College Now, Bridges to Computing Page 5
6 Instructional Session(s): 2: A simple Scratch game - (Egg Catcher) Topic Description: Objectives: The student will be able to: [objective] Outline of the Lesson: [opening exercise] (5 minutes) [lecture or lab name] (40 minutes) [closing exercise] (10 minutes) Student Activities: [journal entry] [lab exercise] [quiz] [homework] Teaching/Learning Strategies: [lesson component or activity from above] [description] [emphasis topics] Resources: [lecture lame]: [link to lecture] [lab name]: [link to lab] [handout/quiz/etc]: [link] College Now, Bridges to Computing Page 6
7 Activities [printouts of all lectures & labs, as well as instructions for any student activities] College Now, Bridges to Computing Page 7
8 Final Project Description: The purpose of the project is to create a GAME. Whether or not your game includes a NARRATIVE or is presented as an INTERACTIVE STORY is entirely up to you. Instructions: This project has two parts: 1) A Game Proposal Worksheet (GD_Proj_Worksheet.pdf) a) This worksheet should be completed before you start programming your game. b) It is OK if your finished game is different than your original proposal. 2) A complete and playable game written in Scratch. a) You may use one of the templates shown in class as a starting point. b) You may work together in groups of up to 4. Suggestions: 1) Use iterative development: a) Get a very very simple version of the game up and working as soon as possible. b) Start by creating the object that the player will interact with or control and get its functionality complete. c) Don t worry about getting the graphics, or sound right at the start. Use placeholder graphics if necessary. d) Then add any extra objects that are required and get another working version of the game complete. e) Then work on getting every aspect of the functionality of the game correct in another working version of the game. f) Then go back and add sounds, improved graphics, instructions, credits and all of the other aspects of the game application. 2) Be creative! 3) Impress me! 4) Impress your classmates! 5) Have fun with this! 6) Consider the fact that the idea you come up with could be the next great game idea! College Now, Bridges to Computing Page 8
9 Final Project Suggested Rubric Group Members Names: (up to 4) Do you have? Points Possible Worksheet (25 Points) Page 1 completed 5 Page 2 completed 5 Page 2 completed 5 Page 2 completed 5 Page 2 completed 5 Game (75 Points) Is the game suitable for all ages? 10 Game has "Title" screen 5 Game has "Instruction" screen. 5 Game has multiple levels or modes of play. 10 At least one object (sprite) is controlled by player. 5 At least one object (sprite) moves independently. 5 At least one instance of object interaction (this could include 10 objects that respond to mouse clicks, or it could be two objects that interact with each other). Game has clear victory/loss conditions and/or scoring. 10 Player can interact with game to a successful conclusion. 10 Game runs without errors. 5 Yes No Points Earned College Now, Bridges to Computing Page 9
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
Goal: Let s create Pong!
Goal: Let s create Pong! About! Pong is one of the first computer games ever created. It is a simple game that involves a ball and a paddle. The goal is to use your paddle, which you control by sliding
Scratch Hungry Shark Game Step-by-Step Instructions
Scratch Hungry Shark Game Step-by-Step Instructions Introduction: In this unit we will be learning to create a game where the hungry shark swims around the screen guided by your mouse. Each time he eats
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
Wilson Area School District Planned Course Guide
Wilson Area School District Planned Course Guide Title of planned course: Introduction to Computer Programming Subject Area: Business Grade Level: 9-12 Course Description: In this course, students are
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
Excel & Visual Basic for Applications (VBA)
Excel & Visual Basic for Applications (VBA) The VBA Programming Environment Recording Macros Working with the Visual Basic Editor (VBE) 1 Why get involved with this programming business? If you can't program,
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
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
An introduction to programming concepts with Scratch (in 5 hours + homework)
An introduction to programming concepts with Scratch (in 5 hours + homework) 1 Who computes? Scientists Engineers Businessmen Social scientists Artists FBI agents Brain surgeons Gamers Grandparents Everyone
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
Lesson Plan. Preparation
Lesson Plan Lesson Duration: 3 hours Course Title: Web Technologies Session Title: Designing A Web Page Layout with a Bitmap & Vector Graphic Editor Performance Objective: Upon completion of the lesson,
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:
MAKE AN ESCAPE THE ROOM GAME IN SCRATCH
MAKE AN ESCAPE THE ROOM GAME IN SCRATCH In this tutorial, you will learn how to create an Escape the Room game in Scratch. An Escape the Room game is one where the player finds themselves locked in a mysterious
Scratch Programming. Lesson 1: Introducing Scratch and Creating Sprite
Scratch Programming Lesson 1: Introducing Scratch and Creating Sprite Have you heard of Scratch? No, not what you do to your itch, but Scratch from MIT the famous school for the curiously brainy people?
code-it.co.uk Maths Quiz
Maths Quiz Computer Science Concepts -if else selection -Broadcasting to trigger other blocks -Variable for score -Algorithm to code Program Aim Can the users create and improve a Maths quiz Maths Concepts
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
I wish you much success. Log in Page: Use as your favorite. AH 119 Medical Terminology Orientation Page 1
AH 119 Medical Terminology Orientation Welcome, I am Chris Ivy, your navigator for this class. This is an online language course so you should plan to study at least 50 hours a week to be successful in
CTEC6 Logic and Design Game Maker Tutorial #1
CTEC6 Logic and Design Game Maker Tutorial #1 Instructions: 1. Download YoYo Games GameMaker 8.1 Lite http://www.yoyogames.com/gamemaker/windows 2. Complete Tutorial #1 Your First Game. Lesson #1 Lesson
Video Game Design (Master) Content Skills Learning Targets Assessment Resources & Technology CEQ:
St. Michael-Albertville High School Teacher: Ben Rusin Video Game Design (Master) September 2014 CEQ: WHAT IS THE HISTORY OF VIDEOGAME DESIGN? WHAT IS GAME DESIGN AND COLOR THEORY? HOW IS ENGINEERING,
Chapter 13: Program Development and Programming Languages
15 th Edition Understanding Computers Today and Tomorrow Comprehensive Chapter 13: Program Development and Programming Languages Deborah Morley Charles S. Parker Copyright 2015 Cengage Learning Learning
Movie Maker Lesson Plan
Movie Maker Lesson Plan Objective: Students will be introduced to the concept of digital storytelling. Students will take an academic concept and integrate it into a multi-media project by choosing a topic,
Before the lesson. The lesson. After the lesson
A-Level Mathematics - a lesson using www.mathsnetalevel.com Suitable for OFSTED inspection Version 1.0 written by Bryan Dye (bryandye@mathsnet.com) The following 6 pages outline a suggested plan for a
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
Step 1: Show the Developer tab
Create forms that users complete or print in Word You can create a form in Microsoft Word by starting with a template and adding content controls, including check boxes, text boxes, date pickers, and drop-down
Stratford School Academy Schemes of Work
Number of weeks (between 6&8) Content of the unit Assumed prior learning (tested at the beginning of the unit) Page 1 of 9 7 The unit is subdivided into six learning hours spread across six lessons in
game design skill cards
game design skill cards OVERVIEW FULL SCREEN CHANGE LANGUAGE RUN/STOP PROJECT If you are new to Scratch, click the right edge to expand the Help panel for tips and tutorials. STAGE HELP SCRIPTS SPRITES
BE CREATIVE AND DIFFERENT! FEEL FREE TO USE YOUR IMAGINATION WHEN CREATING YOUR ASSIGNMENTS. GROUP PRESENTATION DUE
Short Story Project This is your chance to help the class do well on literature quizzes. You will present the short story assigned to you in a meaningful way. Please make sure that you cover the basic
Lesson Plan. Course Title: Advanced Computer Programming Session Title: Project Management Basics
Lesson Plan Lesson Duration: Weeks/Days/Hours/Minutes 3 weeks Performance Objective: Course Title: Advanced Computer Programming Session Title: Project Management Basics Upon completion of this assignment,
Programming with Scratch 7 th Grade Alg-Geo
Programming with Scratch 7 th Grade Alg-Geo Day 1: Intro to Programming Objectives: What is computer programming? Why should students program? Introduce Scratch Activity: What and Why Lecture/discussion
Get with the PROGRAMMING
Get with the MING SCRATCH File Edit Tips About? Saved s username Coding is a hoot! www.dk.com What is Scratch? A computer doesn t have a smart brain like you, so everything you want it to do must be broken
Learning Styles. This module covers concepts such as
Learning Styles This module covers concepts such as Identifying and classifying learning styles Identifying your personal learning style Improving learning and communication skills using understanding
Scratch Making Multimedia Stories + Books
Scratch Making Multimedia Stories + Books Scratch allows you to make a variety of stories and books by adding text to pages. You can also add the normal animated sprites, music and sounds to make multimedia
Saugerties Central School District. Library Curriculum & Lesson Guidelines. First Grade
Saugerties Central School District Library Curriculum & Lesson Guidelines First Grade Page 1 1 st Grade Grade Level 1 Month 1 Week 1 Students will recall using the school library in the past and discuss
Title of Lesson Plan Prepared By City and State Grade Level(s) Keywords Brief Description
Title of Lesson Plan Prepared By City and State Grade Level(s) Keywords Brief Description Total Time Required Setting Lesson Objectives/Goals Materials Needed Standards Addressed Procedure Deal or No Deal
The very basic basics of PowerPoint XP
The very basic basics of PowerPoint XP TO START The above window automatically shows when you first start PowerPoint. At this point, there are several options to consider when you start: 1) Do you want
While entry is at the discretion of the centre, it would be beneficial if candidates had the following IT skills:
National Unit Specification: general information CODE F917 10 SUMMARY This aim of this Unit is for candidates to gain an understanding of processes involved in the final stages of computer game development.
TDDC88 Lab 2 Unified Modeling Language (UML)
TDDC88 Lab 2 Unified Modeling Language (UML) Introduction What is UML? Unified Modeling Language (UML) is a collection of graphical notations, which are defined using a single meta-model. UML can be used
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
Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers.
Lesson Plan Course Title: Principles of IT Session Title: Networks and Hackers Lesson Duration: Lesson length is subjective and will vary from instructor to instructor. Performance Objective: Upon completion
Moving from Paper to Scratch to Python
Moving from Paper to Scratch to Python Scheme of Work Year 9 First Autumn Half Term we do: Scratch recap make a basic game in Scratch Designing Algorithms/Programs Design a Guessing Game Make a Guessing
Goal: To create a class and student in the MindPoint QuizShow SE Instructor Utilities
CREATE A CLASS IN MindPoint Goal: To create a class and student in the MindPoint QuizShow SE Instructor Utilities The steps show how to create a Grade 7 Math Class. Start the QuizShow SE Instructor Utilities
Creating and Using a Google Form Quiz & the Flubaroo Grading System
Creating and Using a Google Form Quiz & the Flubaroo Grading System If you do not have a Google Drive account, you need to create one BEFORE you can create a Google Form. Once your Google Drive account
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
16.4.3 Optional Lab: Data Backup and Recovery in Windows 7
16.4.3 Optional Lab: Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment
Lesson 1 Getting Started... 1 NX Pre-reqs/Technical Skills... 1 Expectations... 1 Objectives/Measurables... 1 Lecture Topics...
NX 9.0 Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard
Producing Standards Based Content with ToolBook
Producing Standards Based Content with ToolBook Contents Using ToolBook to Create Standards Based Content... 3 Installing ToolBook... 3 Creating a New ToolBook Book... 3 Modifying an Existing Question...
Spreadsheet Magic: Second Edition
Excerpted from Spreadsheet Magic: Second Edition Pamela Lewis You may think of the spreadsheet as a humble workhorse for grown-up tasks. But it s also a flexible and highly effective teaching tool especially
INTRODUCTION TO SCRATCH
INTRODUCTION TO 1 INTRODUCTION TO SCRATCH Scratch is an amazingly simple way of getting into coding. It has a user friendly interface using a lot of visual cues. Because it is open source you can adapt
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
Florida Standards Assessments (FSA) Spring 2015. Pine Crest Elementary February 24, 2015
Florida Standards Assessments (FSA) Spring 2015 Pine Crest Elementary February 24, 2015 Agenda Welcome and General Information: Subjects/Grades Assessed Test Timing/Schedule FSA ELA Reading: Test Design
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
Scratch Clock Teacher Lessons Guide
Scratch Clock Teacher Lessons Guide Lesson learning objectives Understand how to create a simple stopwatch using repetition and variables Create an analog clock using repetition and variables Create a
10.3.1.4 Lab - Data Backup and Recovery in Windows 7
5.0 10.3.1.4 Lab - Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment
Questions. We will post slides from the webinar tomorrow 2/1 at wxxi.org/education/stem Please type any questions you have into the chat box.
PBS KIDS Stream Webinar Intro Presenter: Marion French, Assistant VP for Education & Interactive Services at WXXI Public Broadcasting in Rochester,NY mfrench@wxxi.org WXXI is 1 of 12 Local PBS station
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
Lesson Plan. Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software
Lesson Plan Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software Lesson Duration: Approximately 5 hours Performance Objective: Upon completion of this
Mathematics Problems Project project overview and teacher s guide. Introduction. The three stages in the project
Mathematics Problems Project project overview and teacher s guide Introduction The Connecting Classrooms Mathematics Problems project is a three-stage project. Teachers from partner schools discuss and
MAT 1500: College Algebra for the Social and Management Sciences General Syllabus
MAT 1500: College Algebra for the Social and Management Sciences General Syllabus (See your section syllabus for specific instructor information, deadlines and points.) Course Description: This is a college
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
Multimedia Systems (MMS) MCA-Sem-V SVIT, Vasad
Multimedia Authoring Tools Multimedia authoring tools provide the important framework you need for organizing and editing the elements of multimedia like graphics, sounds, animations and video clips. Authoring
Adaptive Release. Blackboard 9.1 Quick Start Guide
Adaptive Release Adaptive release allows instructors and course designers to release course content based on rules that they create; in other words, you can control what content is made available to which
Lesson Plan. Course Title: Web Technologies Session Title: Motion Graphics & Animations
Lesson Duration: 4 hours Lesson Plan Course Title: Web Technologies Session Title: Motion Graphics & Animations Performance Objective: Upon completion of the lesson, students will be able to use an image
Lesson Plan. Course Title: Digital and Interactive Multimedia. Session Title: Video Production
Lesson Plan Course Title: Digital and Interactive Multimedia Lesson Duration: Session Title: Video Production Lesson length is subjective and will vary from instructor to instructor Performance Objective:
POWERPOINT: BEFORE YOU BEGIN
POWERPOINT: BEFORE YOU BEGIN Text, graphics, photos, charts, graphs, sound and more can all be included in a PowerPoint presentation. Your presentation can be as simple or as complicated as you choose
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
After that you can log in and start creating games or playing existing games.
Magos Lite http://magos.pori.tut.fi/ Magos Lite (ML) can be played directly from a browser. It is optimized for Chrome but will work on other major browsers, except Internet Explorer (not supported). ML
How to install Visual C on your home computer
How to install Visual C on your home computer MIT has a site license for Visual Studio 6.0 and consequently, the students in 16.070 may install Visual Studio off of the MIT network and onto their personal
Lesson Plan. Course Title: Computer Programming Session Title: For Loops
Lesson Plan Course Title: Computer Programming Session Title: For Loops Lesson Duration: 3-4 hours Performance Objective: Upon completion of this assignment, the student will recognize and explain the
Balloons. Introduction. Scratch. You are going to make a balloon-popping game! Activity Checklist. Test your Project.
Scratch + Balloons All Code Clubs must be registered. By registering your club we can measure our impact, and we can continue to provide free resources that help children learn to code. You can register
Grades 3-5 Genres in Literature
Pace University DigitalCommons@Pace English Elementary School 9-1-2009 Grades 3-5 Genres in Literature Angela Imbriano Pace University Follow this and additional works at: http://digitalcommons.pace.edu/elem_eng
Creating Assignments 12191A 60 minutes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Description Creating and entering scores for assignments, and then
Unit 1. Unit Vocabulary. Before You Read. How to Study for a Test
Unit 1 Before You Read Before you read a text, you should look at the title and the pictures and think about what you know about the topic. These questions will help you prepare to read the text on this
Quick Reference Guide Course Homepage Management (Faculty)
Quick Reference Guide Course Homepage Management (Faculty) Table of Contents View Faculty Schedule... 3 Print Faculty Schedule... 3 Create Course Homepage... 3 Add a New Activity to the Course Homepage...
ToolBook 9.5. Getting Started with ToolBook
Getting Started with ToolBook ToolBook 9.5 Copyright 2007-2008 SumTotal Systems, Inc. and its licensors. All Rights Reserved. SumTotal, SumTotal Systems, the SumTotal logo, ToolBook, ToolBook Instructor
PowerPoint 2007 The Basics
Opening Window PowerPoint 2007 The Basics Ribbon Office Button Navigation Bar Slide View Outline View Design Area Notes Area Status Bar The Ribbon The Ribbon replaces the Menu bar that we have seen in
Unit Lesson #7 Modified for Autism. Academic Standard(s): A1.6.7 Factor the difference of two squares and other quadratics
Lesson Plan by Daniel Haffner Lesson: Factoring Trinomials Length: 50 min. Age or Grade Level Intended: Algebra 1 Unit Lesson #7 Modified for Autism Academic Standard(s): A1.6.7 Factor the difference of
Information Technology
Information Technology Year Robotics Web Animations and Movies Stage 1 Computer Game Production Game Production for Mobile Devices Information Technology 1 Information Technology 2 Stage 2 Information
Domains and Competencies
Domains and Competencies DOMAIN I TECHNOLOGY APPLICATIONS CORE Standards Assessed: Computer Science 8 12 I VII Competency 001: The computer science teacher knows technology terminology and concepts; the
Creating a New Presentation
LESSON 3 Creating a New Presentation In this lesson, you learn several ways to create a presentation. You also learn how to save, close, and open an existing presentation. THREE CHOICES FOR STARTING A
KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week
1 07/09/15 2 14/09/15 3 21/09/15 4 28/09/15 Communication and Networks esafety Obtains content from the World Wide Web using a web browser. Understands the importance of communicating safely and respectfully
10/17/2014 3:42 PM. BBA Management Information Systems FY14. Closing the Loop: Previous FY Assessment Summary
BBA Management Information Systems FY14 Closing the Loop: Previous FY Assessment Summary Annual Assessment Summary Providing Department: BBA Management Information Systems Responsible Roles: In the text
Video Walk in Clinic. Lesson Plan. and. Teacher's Notes
Accessing Community Health Services Video Walk in Clinic ELSA Level 2 Teaching resource Lesson Plan and Teacher's Notes Content Objectives: Learners will learn about: - when to go to the clinic and when
Electronics 4: The Arduino Microcontroller - Programming Basics, I/O
BIOE 123 Module 5 Electronics 4: The Arduino Microcontroller - Programming Basics, I/O Lecture (30 min) Date Learning Goals Become familiar with using Arduino microcontroller Learn how to define variables
Mathematics. Fourth Grade Everyday Mathematics Units :
Mathematics The Everyday Mathematics program is a standards based program that is designed to spiral through the grade levels. Each year, concepts build on the knowledge gained the previous year. At the
Accommodation Ideas Based on Student Area of Need
Some information adapted from: Beech, M. (2010). Accommodations: Assisting students with disabilities (3rd ed.). Tallahassee, FL: Florida Department of Education. Student has difficulty with reading comprehension
Introduction to Digital Logic Circuit Simulation with Logisim
Introduction to Digital Logic Circuit Simulation with Logisim This week will be the third (and last) lab designed to introduce you to software tools that will be used for the rest of the semester. This
Differentiated Instruction & Understanding By Design Lesson Plan Format
Differentiated Instruction & Understanding By Design Lesson Plan Format Title: Data Analysis Subject Matter Emphasis and Level: Math, 5 th grade Author: Jolene (Oftedahl) Thompson School District: Mitchell
Introduction to C++ Programming
Introduction to C++ Programming C++ is one of the most popular programming languages in use in industry today. According to the TIOBE Programming Community Index, which can be accessed at this url: http://www.tiobe.com/index.php/content/paperinfo/tpci/
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
Describe the process of parallelization as it relates to problem solving.
Level 2 (recommended for grades 6 9) Computer Science and Community Middle school/junior high school students begin using computational thinking as a problem-solving tool. They begin to appreciate the
Course Title: Computer Science I Course Prefix: COMP Course No.: 1213 Section No.: P01. Prairie View A&M University P.O. Box
Course Title: Computer Science I Course Prefix: COMP Course No.: 1213 Section No.: P01 Department of Computer Science College of Engineering Instructor Name: Office Location: TBA Office Phone: Fax: Email
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
High Level Programing Paradigms
High Level Programing Paradigms What the Specification Says Identify a variety of programming paradigms (low-level, object-oriented, declarative and procedural); Explain, with examples, the terms object
Analyzing Data Using Excel
Analyzing Data Using Excel What you will do: Create a spreadsheet Use formulas and basic formatting Import text files Save worksheets as web pages Add interactivity to web worksheets Use pivot tables Create
How to install Visual C on your home computer
How to install Visual C on your home computer MIT has a site license for Visual Studio 6.0 and consequently, the students in 16.070 may install Visual Studio off of the MIT network and onto their personal
Generating lesson plans with. Adobe Acrobat
Generating lesson plans with Adobe Acrobat Introduction Being a teacher requires so many non-teaching administrative tasks that sometimes just teaching gets lost in the paper shuffle. You can automate
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
Discovering Math: Using and Collecting Data Teacher s Guide
Teacher s Guide Grade Level: 3-5 Curriculum Focus: Mathematics Lesson Duration: Four class periods Program Description Discovering Math: Using and Collecting Data From data points and determining spread