CS Problem Solving and Object-Oriented Programming

Size: px
Start display at page:

Download "CS Problem Solving and Object-Oriented Programming"

Transcription

1 CS Problem Solving and Object-Oriented Programming Test Program 1 Due: October 8, 1:15 PM Note: Both lab sections have the same due date. This is a FIRM due date. This assignment is a take-home test. As such, the honor code rules are different for this assignment than for labs we have done up to this point. Here are the rules: The only person you may consult with is Professor Lerner. You may not consult with each other, with our TA or lab instructor, or with anyone outside of this class. You may consult your notes, your book, your previous assignments, and the course website. You may download and examine all examples available on the course website. You may not otherwise use the Internet to help complete this test. If you have any questions about whether a particular activity is in violation of the honor code, please do not hesitate to ask. Also, please do not hesitate to ask me questions about the exam. It will never hurt! I reserve the right to not answer a question, but, in general, you should expect asking questions to be helpful. By submitting your solution to this exam via Ella, you are asserting that you have adhered to these honor code rules. This exam contains 2 questions. Therefore, you should submit 2 separate Alice worlds. In your submission, please pay attention to laying out the world as shown and getting the behavior requested. Remember that it is often easier to set up your world by right-clicking on the objects and executing one of their methods rather than using the mouse to do positioning. When considering the functionality, do a little bit at a time. Think about how to do it, write the code and test it. Save your files often! Finally, be sure to include comments. QuickTime movies of the animations are available on the schedule page of the course website at (50 points) Animation 1: Dribbling contest Two people have a contest to see who can dribble a basketball for longer. Before beginning the contest, about ½ the time, one of the contestants will say something. The other times, the 2 nd contestant will speak. They should dribble the ball at the same time. One player should lose by dribbling the ball off of his/her foot. The winning player should make one extra dribble and then say some wise comment. 1

2 Below are some screen shots to help you understand the animation. The starting world. Randomly choose one player to make a comment. The balls when they are near the ground. 2

3 After several successful dribbles by both players, the ball hits the lunch lady s foot. The ball bounces off her foot and moves quickly out of the scene. The winning player makes a wise remark. 3

4 Hints The objects used in this scene are: Gym: Found in Environment category of the Web gallery. Basketball: Found in Sports category of the Web gallery. 2 people: You can use any people you like. I used LunchLady and Nerd from the Web gallery. To get to the Web Gallery, do the following. 1. Click on Add Objects. You should see something familiar like the image on the top right. 2. Click on Home 3. You should now see the image on the bottom. 4. Click on Web Gallery to connect to the Internet and see a gallery similar to the Local Gallery but with many more choices available. Here are some hints to help with the animation: Use dummy objects to determine where the ball should move to when it is at the player s hand and when bouncing off the player s foot. Use the Random.nextBoolean function defined in the World object to randomly select which player should speak at the beginning of the game. Define a dribble method. Initially, the method should just get a single player to dribble. Once that works add 2 parameters to the dribble method: which basketball to move where to move the basketball to when at a player s hand (50 points) Animation 2: Ice Skating Routine Four ice skaters are practicing their single Axel jump while a coach looks on from behind them. One at a time they take 2 skating steps, jump, making 1½ revolutions while in the air and landing backwards on one skate. Here are scenes from this animation. The starting world. The skaters are lined up with the coach behind them. They should all be facing the same direction. 4

5 The first skater begins skating. The skater has jumped and completed ½ revolution in the air. The skater has completed ¾ revolution. 5

6 The skater has completed 1¼ revolutions. After landing, the skater has is on one foot and skates backwards. When the skater stops moving, she puts her foot down and resumes the usual pose, but now facing the other skaters. 6

7 This is the final view of the world after all the skaters have gone. Hints The objects used in this scene are: Lake: Found in Environment category of the Local gallery. My version shown above has a lot of the trees removed. It is not necessary for you to remove trees. IceSkater and Coach from the People category. You can use anybody for the coach. If you like, you can use the ice skating world that we used in class as the starting point for this lab, including the skate method that we did in class. You can download that from the course schedule page located at Here are some hints for creating this animation: Define a jump method to make a skater jump. Initially, just get an individual skater to jump. After that is working, add a parameter to the method that indicates which skater should jump. When the skater is in the air, she should continue to move in the same direction she was moving before jumping. If you just have her move FORWARD while she is turning, what forward means will change during the turn. (Remember the penguin diving into the hole.) To solve this problem do the following: Make sure all the skaters and the coach are facing exactly the same direction. The easiest way to do this is to right-select each skater but the first and the coach (one at a time) and select methods, orient to, ice skater, the entire ice skater When the ice skater is in the air, instead of just saying move FORWARD add the as- SeenBy argument and select the coach. This will cause the ice skater to move in the direction that is forward with respect to the coach, that is, the direction the coach is facing. If the skaters and coach are all facing the same direction, this will have the desired effect. 7

8 Grading Animation 1 10 Creating the world 5 Randomly speaking at start 10 One player able to dribble 10 Both players able to dribble 5 Winning and losing actions 10 Comments Animation 2 5 Creating the world 10 One skater doing the jump 10 One skater landing the jump 5 One skater doing the entire routine 10 All skaters doing the entire routine 10 Comments Turning in Your Work Go to ella. Click on COMSC 101 in the toolbar menu across the top. Then click on Assignments in the left column. Click the submit link for this assignment. Click the Add Attachment button. Use the Browse button to upload a local file. Click Continue. Then click the Submit button. Once you have submitted a solution to an assignment, Ella does not allow you to resubmit your assignment. In order to allow you to submit a revision, I will create extra assignments. So, in Ella, you should see assignments something like this: Test Program 1, Question 1 Test Program 1, Question 1, revision 1 Test Program 1, Question 1, revision 2 Test Program 1, Question 2 Test Program 1, Question 2, revision 1 Test Program 1, Question 2, revision 2 You only need to submit a revision if you would like to change your solution after submitting it. Please ask if you are confused about this. 8

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 CS 101 - Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 Pre-lab Preparation Before coming to lab, you are expected to have: Read

More information

GHSA Swimming/Diving POP School User s Guide

GHSA Swimming/Diving POP School User s Guide GHSA Swimming/Diving POP School User s Guide Purpose The GHSA has implemented a web-based system for the reporting of Swimming and Diving Proof of Performance that replaces the previous system that was

More information

Energy Skate Park - Conservation of Energy. Skate Park Energy Simulation - Conservation of Energy

Energy Skate Park - Conservation of Energy. Skate Park Energy Simulation - Conservation of Energy Physics Energy Skate Park - Conservation of Energy Name: Hour: Date: Skate Park Energy Simulation - Conservation of Energy Purpose: When Tony Hawk wants to launch himself as high as possible off the half-pipe,

More information

Mapping a course for Pocket Caddy

Mapping a course for Pocket Caddy Contents: 1. Mapping overview 2. Mapping your course o 2.1. Locating the course o 2.2. Mapping the holes o 2.3. Opening the template file and naming the course o 2.4. Mapping the greens o 2.5. Mapping

More information

Club s Homepage Welcome Club Calendar Logout Add a Request Play Date Requested Time Hole Selection # of Tee Times Break Link

Club s Homepage Welcome Club Calendar Logout Add a Request Play Date Requested Time Hole Selection # of Tee Times Break Link The first time the golfer logs into the Internet Golf Reservation System, the member # is the club assigned golfer number plus 1 for male and 2 for female, the default password is 1234. The golfer will

More information

Player, Coach, Manager, and Team Account Creation

Player, Coach, Manager, and Team Account Creation Player, Coach, Manager, and Team Account Creation for GotSoccer The below instructions will help walk you though the process of creating player, coach, team official and team accounts (profiles) in GotSoccer.

More information

American Thoroughbred Handicapping Program

American Thoroughbred Handicapping Program American Thoroughbred Handicapping Program The Program s Main Menu Model above When the program starts up, this is the first screen you will see. As you can see it looks very simple, and it is very easy

More information

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Once you have events created in your meet you are ready to enter dive sheets and run your event. INCLUDED

More information

Alice in Wonderland Tea Party Coding Animation

Alice in Wonderland Tea Party Coding Animation Alice in Wonderland Tea Party Coding Animation 1. You will need the TeaParty.a3p file from lab 2 to complete this exercise. 2. Open up Alice 3. 3. Click on the File System tab, then choose browse and locate

More information

Empire State Winter Games Figure Skating Events SC of Lake Placid February 2-4, 2018

Empire State Winter Games Figure Skating Events SC of Lake Placid February 2-4, 2018 Empire State Winter Games Figure Skating Events SC of Lake Placid February 2-4, 2018 The Empire State Winter Games Figure Skating Events will be conducted in accordance with the rules and regulations of

More information

Club s Homepage Use this feature to return the club s website.

Club s Homepage Use this feature to return the club s website. The first time the golfer logs into the Internet Golf Reservation System, the member # is the club assigned golfer number, the default password is 1234. The golfer will automatically be transferred to

More information

Get Crazy!!! (1 stopwatch, 1 basketball, 1 deck ring)

Get Crazy!!! (1 stopwatch, 1 basketball, 1 deck ring) Hot Shot! Two students start back to back under the basket. On go, they race to accumulate the most points by shooting from the poly-spots of their choice. If they make the shot they pick up the poly-spot

More information

ITF SCORER ONLINE TRAINING SETUP

ITF SCORER ONLINE TRAINING SETUP ITF SCORER ONLINE TRAINING SETUP Guidelines for Officials Version 1.2 INTRODUCTION The ITF s Live Scoring System uses handheld wireless electronic devices (smartphone handsets), operated by Chair Umpires,

More information

A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE

A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE 1 What Can Be Done Using The League Website: MAIN PAGE: From the main page, click on the man with the newspaper beneath the label News and Archives

More information

Activity 5.1B Dragster Assembly Drawing

Activity 5.1B Dragster Assembly Drawing Activity 5.1B Dragster Assembly Drawing Purpose The excitement of seeing your design become a product that you can see in 3D is about to become a reality for you. In this activity, you are going to learn

More information

Chapter : Linear Motion 2

Chapter : Linear Motion 2 Text: Chapter 2.5-2.9 Think and Explain: 4-8 Think and Solve: 2-4 Chapter 2.5-2.9: Linear Motion 2 NAME: Vocabulary: constant acceleration, acceleration due to gravity, free fall Equations: s = d t v =

More information

INTERNATIONAL INTERCLUB A-COMPETITION REGULATIONS SEASON

INTERNATIONAL INTERCLUB A-COMPETITION REGULATIONS SEASON INTERNATIONAL INTERCLUB A-COMPETITION REGULATIONS SEASON 2018-2019 General rules: Members of Belgian skating clubs can participate in Belgian International Interclub A-Competitions according to their age

More information

1 st /2 nd Grade Youth Basketball Program Description

1 st /2 nd Grade Youth Basketball Program Description 1 st /2 nd Grade Youth Basketball Program Description This program is designed to teach 1 st /2 nd Grade children the fundamental concepts of basketball. The program focuses on technique through the use

More information

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in Quick Start Guide Table of Content Introduction... 3 Prerequisites... 3 How to Open QQEvolution 2... 4 How to do Carrier Downloads... 5 Locating a Client in QQEvolution 2... 7 Adding a New Client... 8

More information

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

Lets Play Catch! Keeping Score in Alice. Overview. Set Up. Position the ball 20 feet away: Orienting the ball 7/19/2010

Lets Play Catch! Keeping Score in Alice. Overview. Set Up. Position the ball 20 feet away: Orienting the ball 7/19/2010 Lets Play Catch! Keeping Score in Alice Overview This tutorial will show how to create a game of catch with a score. A ball will be thrown several times and the player moves the glove to catch it. By Francine

More information

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET One Judge Spreadsheet must be distributed to each Judge for each competitor. This document is the only one that the Judge completes. There are no additional

More information

ROYA BOWLING TEAM REGISTRATION INSTRUCTIONS

ROYA BOWLING TEAM REGISTRATION INSTRUCTIONS ROYA BOWLING TEAM REGISTRATION INSTRUCTIONS NOTE: Team Captains must FIRST register your team, before your team members can join your team. (Share your team name with team members ASAP.) Bowling Team Captains:

More information

How to Use TDM for a 10 and Under Tournament

How to Use TDM for a 10 and Under Tournament How to Use TDM for a 10 and Under Tournament 1. Once you have filled out the online sanction form for your tournament and the registration deadline has passed, you will need to download Tournament Data

More information

TOURNAMENT TEAM REGISTRATION INSTRUCTIONS:

TOURNAMENT TEAM REGISTRATION INSTRUCTIONS: TOURNAMENT TEAM REGISTRATION INSTRUCTIONS: A Tournament Team is registered and rostered by Maryland State Youth Soccer Association (MSYSA) for the sole purpose of participation in a tournament. The tournament

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

THE WHIRLING STAFF OF CHOY LAY FUT KUNG FU BY KOON-HUNG MASTER LEE

THE WHIRLING STAFF OF CHOY LAY FUT KUNG FU BY KOON-HUNG MASTER LEE THE WHIRLING STAFF OF CHOY LAY FUT KUNG FU BY KOON-HUNG MASTER LEE DOWNLOAD EBOOK : THE WHIRLING STAFF OF CHOY LAY FUT KUNG FU BY Click link bellow and free register to download ebook: THE WHIRLING STAFF

More information

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

Single Skating A class

Single Skating A class TALLINN CUP Single Skating A class PRE-CHICKS Girls and Boys (2010 and younger) 1. Maximum of four (4) jump elements - Maximum two (2) jump combinations or jump sequences. Jump combinations may A jump

More information

Air Ball! Evaluation copy

Air Ball! Evaluation copy Air Ball! Computer 24 Do you ever wonder how the National Basketball Association (NBA) decides how much air should be in the basketballs used during a game? The NBA measures the pressure inside the ball

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Table of Contents Diagnosis ICD9 to ICD10 GEM Report... 1 Diagnosis Form... 5 Helpful Hints on Correcting Issues... 8 Disclaimer...

Table of Contents Diagnosis ICD9 to ICD10 GEM Report... 1 Diagnosis Form... 5 Helpful Hints on Correcting Issues... 8 Disclaimer... Introduction to New Functionality ICD9 to ICD10 Mapping This document contains an overview of new functionality in Blue Step. Table of Contents Diagnosis ICD9 to ICD10 GEM Report... 1 Diagnosis Form...

More information

Using Moodle. Poramin Bheganan Krittaya Bunchongchit

Using Moodle. Poramin Bheganan Krittaya Bunchongchit Using Moodle Poramin Bheganan Krittaya Bunchongchit Outline Introduction Course Configurations Course Content Development Resources Activities Other Tools Administrator Tools Block Tools 2 Bheganan & Bunchongchit

More information

EAST HANOVER BOYS BASKETBALL ASSOCIATION RULES OF PLAY Version 2.3

EAST HANOVER BOYS BASKETBALL ASSOCIATION RULES OF PLAY Version 2.3 2014 2015 RULES OF PLAY VERSION 2.3 EAST HANOVER BOYS BASKETBALL ASSOCIATION 2014-15 RULES OF PLAY Version 2.3 Table of Contents 1) POSSESSION Page 3 2) IN-BOUNDING PASSES. Page 3 3) PERSONAL FOULS. Page

More information

Full-Time People and Registrations Version 5.0

Full-Time People and Registrations Version 5.0 Full-Time People and Registrations Version 5.0 Full-Time People and Registrations Page 1 1.0 People 1.1 How to Add New League Administrators 3 1.2 How to Add Other New Administrators 4 1.3 How to Change

More information

REGISTRATION OPEN: JULY 15, 2017 REGISTRATION DEADLINE: SEPTEMBER 1, 2017

REGISTRATION OPEN: JULY 15, 2017 REGISTRATION DEADLINE: SEPTEMBER 1, 2017 2018 NE Fall Classic Hosted by the North Star Figure Skating Club Date: Saturday, October 21, 2017 **if entries permit, competition may be held Friday, October 20 th or Sunday, October 22 nd A schedule

More information

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever Scratch Exercise A. Choose Start - All Programs - Class Software - Scratch - Scratch. B. Let's start with a very simple project we'll call Dancing Sprite. This example has been adapted from the exercise

More information

Requesting Team Activation

Requesting Team Activation Requesting Team Activation After assigning players/coaches to your teams and finalizing rosters, you can request team activation for your roster to be approved by Iowa Soccer. The following rules apply

More information

Axis Camera with VaxALPR On Camera software: License key

Axis Camera with VaxALPR On Camera software: License key Axis Camera with VaxALPR On Camera software: License key Version 1.0 VAXTOR TECHNOLOGIES Ronda de Poniente 15, First floor 28760 Tres Cantos, Madrid, Spain E-mail: info.eu@vaxtor.com VAXTOR CORPORATION

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

DIVE MEET SCORING INSTRUCTIONS. Day before meet

DIVE MEET SCORING INSTRUCTIONS. Day before meet DIVE MEET SCORING INSTRUCTIONS Day before meet Physical set up Set up registration/scoring table #1 on 1 meter side and scoring table #2 on 3 meter side of diving well, judges chairs, and award stand as

More information

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017.

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017. TECHNICAL NOTE HOW TO USE LOOPERS Document: Kalipso_TechDocs_Loopers Revision: 1.0 Kalipso version: 4.0 20161231 Date: 16/02/2017 Author: RS Contents 1. About... 3 2. Application Examples... 4 2.1. List

More information

English. Golf NAVI. User Guide V1.0.0

English. Golf NAVI. User Guide V1.0.0 English Golf NAVI User Guide V1.0.0 Index 01 Main 03 Distance Guide 3 Screen description 12 Screen description 4 Level Icon 13 Change Hole 5 Round List 14 Option 1 6 Setting 15 Option 2 7 Send Log 16 End

More information

Rules Meeting Attendance - Coaches

Rules Meeting Attendance - Coaches 2015-16 IHSAA/IGHSAU Swimming & Diving Rules Meeting Jared Chizek, IHSAA Jason Eslinger, IGHSAU Rules Meeting Attendance - Coaches Boys AND Girls Head Coaches must attend/view every year. Assistant coaches

More information

What does FORCE do? FP 6: 2 ways to submit Forms C Excel sheets (as before) Highly recommended to use as from now FORCE

What does FORCE do? FP 6: 2 ways to submit Forms C Excel sheets (as before) Highly recommended to use as from now FORCE What does FORCE do? 2 possibilities to access to FORCE: Old way: via SESAM, being phased out by end 2009 New way: via the European Commission Authentication Service (ECAS) Recommended to use as from now

More information

Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1

Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1 Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1 This assignment, including much of the wording of this document, is taken from an assignment from Stanford University, by Professor Eric Roberts.

More information

NATIONAL B-COMPETITIONS REGULATIONS SEASON

NATIONAL B-COMPETITIONS REGULATIONS SEASON 1 NATIONAL B-COMPETITION REGULATIONS 10/05/2017 NATIONAL B-COMPETITIONS REGULATIONS SEASON 2017-2018 General rules: Members of Belgian skating clubs can participate in categories according their obtained

More information

Sport Event Management System (SEMS) Club Entry Guide SLST 2018 Carnivals

Sport Event Management System (SEMS) Club Entry Guide SLST 2018 Carnivals Sport Event Management System (SEMS) Club Entry Guide SLST 2018 Carnivals Contents 1. Access to SEMS 3 Logging into SEMS... 3 Can t login to SEMS or Need Access... 3 2. Entering Competitors by Team Contest

More information

Mechatronic System Design (ENT473)

Mechatronic System Design (ENT473) Mechatronic System Design (ENT473) Session 2012/2013 Semester 1 Experiment No. 3 Design an Electropneumatic and PLC system using Automation Studio software Name : Matric No. : Experiment Date : Report

More information

Introduction. Introduction to Computers CGS Resources. Textbook. Assignments and Grading. Overall Learning Goal

Introduction. Introduction to Computers CGS Resources. Textbook. Assignments and Grading. Overall Learning Goal Introduction to Computers CGS 1100 Fall 2003 Unit 1 2000-2003 1994-1999 Introduction PhD in Management and Information Systems, University of Wuerzburg, Germany Diplom-Kaufmann (M.B.A.), Business Administration

More information

2017 Census Reporting To access the SOI s Census Reporting web site go to:

2017 Census Reporting To access the SOI s Census Reporting web site go to: To access the SOI s Census Reporting web site go to: https://census.specialolympics.org/login You will need to enter your username (valid email address) and password. If you have not received your password

More information

Orion National Air Pistol League 2018 League Program

Orion National Air Pistol League 2018 League Program Orion National Air Pistol League 2018 League Program Sponsored by Shooter s Technology LLC, makers of the Orion Scoring System 10302 Bristow Center Drive, PMB #55 Bristow, VA 20136 league@shooterstech.net

More information

Horse Farm Management s Report Writer. User Guide Version 1.1.xx

Horse Farm Management s Report Writer. User Guide Version 1.1.xx Horse Farm Management s Report Writer User Guide Version 1.1.xx August 30, 2001 Before you start 3 Using the Report Writer 4 General Concepts 4 Running the report writer 6 Creating a new Report 7 Opening

More information

Skater World: Part Two. By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 2009

Skater World: Part Two. By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 2009 Skater World: Part Two By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 2009 1 Overview The story continues: After the conversation, we want skatergirl to get on the

More information

Grade 7/8 Physical Education Basketball Assignment History/Origins & Rules

Grade 7/8 Physical Education Basketball Assignment History/Origins & Rules Grade 7/8 Physical Education Basketball Assignment History/Origins & Rules TEACHER USE ONLY MARK /148 (3 marks neatness) PERCENT % GRADE CLASS AVG % Instructions: 1. All answers must be written in complete

More information

MEMBER TRAINING PLAN. Shadowing a review

MEMBER TRAINING PLAN. Shadowing a review New IRB members, including alternate members, will meet with the IRB Administrator and/or Chair. The orientation session will include: a. Discussion of workload, expectations, and meeting preparation b.

More information

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10 Version 3.1.0: Improved Bluetooth connection on Windows 10 ***Important notice for Mac Users: Upgrading from Shearwater Desktop 3.0.8 to 3.1.0 will not cause issues. Upgrading from any 2.X.X to any 3.X.X

More information

The ICC Duckworth-Lewis-Stern calculator. DLS Edition 2016

The ICC Duckworth-Lewis-Stern calculator. DLS Edition 2016 The ICC Duckworth-Lewis-Stern calculator DLS Edition 2016 (DLS2-2016) Installation and operating instructions Queries about program operation should be sent to: Steven.Stern@qut.edu.au 2016 International

More information

PE 261 COURSE SYLLABUS

PE 261 COURSE SYLLABUS PE 261 COURSE SYLLABUS Section #: 3283 Instructor: Yvette Ybarra Days: Mon &Wed Office: SN Room 100 Office 1 Time: 10:45am-12:10pm Telephone: 818-240-100 ext.3195 Location: Tennis Courts Email: yybarra@glendale.edu

More information

Welcome to the ABGC Basketball House League

Welcome to the ABGC Basketball House League Welcome to the ABGC Basketball House League This is a program for 1st, 2nd and 3rd graders, all of whom are part of ABGC Development League for new basketball players. The idea is to make the sport as

More information

EAST HANOVER BOYS BASKETBALL ASSOCIATION RULES OF PLAY Version 2.4

EAST HANOVER BOYS BASKETBALL ASSOCIATION RULES OF PLAY Version 2.4 2015 2016 RULES OF PLAY VERSION 2.4 EAST HANOVER BOYS BASKETBALL ASSOCIATION 2015-16 RULES OF PLAY Version 2.4 Table of Contents 1) POSSESSION Page 3 2) IN-BOUNDING PASSES. Page 3 3) PERSONAL FOULS. Page

More information

Tournament Manager: Running a VEX IQ Event - Beginner

Tournament Manager: Running a VEX IQ Event - Beginner Tournament Manager: Running a VEX IQ Event - Beginner Indiana IQ Event Partner Workshop Agenda 1. Main Window a. Once i. The Main Window has a standard menu bar. ii. A series of tabbed pages filling the

More information

Ganon Baker. 1) Finishing lay ups

Ganon Baker. 1) Finishing lay ups Ganon Baker The Guelph Phoenix basketball club had Ganon Baker in to do a clinic on Sunday January 7 th. I have seen Ganon before, have numerous DVDs and have exchanged many ideas with him. It was an excellent

More information

University of Pennsylvania Institutional Review Board. Reliance Agreement Guidance: How to Apply for External IRB Review

University of Pennsylvania Institutional Review Board. Reliance Agreement Guidance: How to Apply for External IRB Review Reliance Agreement Guidance: How to Apply for External IRB Review This document provides step by step instructions on how to submit a request for the Penn IRB to rely on an External IRB using the HS-ERA

More information

Nucula. Nucula User Guide to Work Records

Nucula. Nucula User Guide to Work Records Nucula Nucula User Guide to Work Records Table of Contents 1. How to View Your Work Records 2. Types of Work Records 3. How to Create a Work Record 4. Work Records for Referee s Chiefs, and Supervisors

More information

User Guide. Two-Wheeled Add-on. Created By: A-Lab Software Limited. Date Created: Feb Date Modified: Feb Revision: 1.

User Guide. Two-Wheeled Add-on. Created By: A-Lab Software Limited. Date Created: Feb Date Modified: Feb Revision: 1. User Guide Two-Wheeled Add-on Created By: A-Lab Software Limited Date Created: Feb 2011 Date Modified: Feb 2011 Revision: 1.55 Table of Contents Installation... 3 How to use the Rapid Unity Vehicle Editor

More information

CPS 4 Test 1 Oct. 6, 2005

CPS 4 Test 1 Oct. 6, 2005 CPS 4 Test 1 Oct. 6, 2005 Name (print, 1 pt): Honor Ack. (signature): Unless otherwise indicated, circle only one choice for each multiple choice question. This test is 16 pages. The last page is blank

More information

Skate Milwaukee 2015 Announcement Wisconsin Figure Skating Club July 8 12, 2015

Skate Milwaukee 2015 Announcement Wisconsin Figure Skating Club July 8 12, 2015 Skate Milwaukee 2015 Announcement Wisconsin Figure Skating Club July 8 12, 2015 The Skate Milwaukee 2015 will be conducted in accordance with the rules and regulations of U.S. Figure Skating, as set forth

More information

DIGITAL PRODUCT SUITE

DIGITAL PRODUCT SUITE DIGITAL PRODUCT SUITE PADI APP INTRODUCING THE REVAMPED PADI APP The completely revamped PADI App is now available for Apple ios- and Android-based devices and helps improve and increase user engagement,

More information

Fastball Baseball Manager 2.5 for Joomla 2.5x

Fastball Baseball Manager 2.5 for Joomla 2.5x Fastball Baseball Manager 2.5 for Joomla 2.5x Contents Requirements... 1 IMPORTANT NOTES ON UPGRADING... 1 Important Notes on Upgrading from Fastball 1.7... 1 Important Notes on Migrating from Joomla 1.5x

More information

North Star Open. March 23-24, 2018 Hosted by North Star Figure Skating Club Sanctioned by U.S. Figure Skating

North Star Open. March 23-24, 2018 Hosted by North Star Figure Skating Club Sanctioned by U.S. Figure Skating North Star Open March 23-24, 2018 Hosted by North Star Club Sanctioned by U.S. IJS Pre-Juvenile through Senior Well Balanced Program No Test through Preliminary Well Balanced Program 6.0 Competitive Test

More information

N E W J U D G I N G S Y S T E M F O R A R T I S T I C R O L L E R S K A T I N G C O M P E T I T I O N S THE SYSTEM.

N E W J U D G I N G S Y S T E M F O R A R T I S T I C R O L L E R S K A T I N G C O M P E T I T I O N S THE SYSTEM. N E W J U D G I N G S Y S T E M F O R A R T I S T I C R O L L E R S K A T I N G C O M P E T I T I O N S THE SYSTEM By Nicola Genchi INDEX INDEX... 2 1 OWNERSHIP... 3 2 OVERVIEW... 3 3 GLOSSARY... 3 4 NEW

More information

Roster Maintenance. How-to Access Your Club Roster

Roster Maintenance. How-to Access Your Club Roster This guide will give you step-by-step instructions on how to perform. This will cover items such as adding new members, activating/deactivating members, and updating member contact information. How-to

More information

Here are some youth ball-handling drills provided by Mike MacKay, Manager of Coach Education and Development for Canada Basketball.

Here are some youth ball-handling drills provided by Mike MacKay, Manager of Coach Education and Development for Canada Basketball. Here are some youth ball-handling drills provided by Mike MacKay, Manager of Coach Education and Development for Canada Basketball Maravich Drills Maravich drills 1 Maravich drills are excellent for teaching

More information

2nd Annual Harvestfest

2nd Annual Harvestfest 2nd Annual Harvestfest High School Skating Competition Sunday, October 16, 2016, Stoneham Ice Arena hosted by NEICC and the Winchester FSC NEICC High School Competitive Series COMPETITION INFORMATION,

More information

Registering for ICC Competitions

Registering for ICC Competitions What s in this guide 1. Registering on the system 2. Adding athletes 3. Adding teams 4. Entering a competition 5. Liability forms 6. Spectator tickets & coaches passes 7. FAQs 1. Registering on the system

More information

Page 1 GM-FAQ Club Profile FAQs. Page

Page 1 GM-FAQ Club Profile FAQs. Page Page 1 Club Profile FAQs Page How do I see my club's profile?... 2 How do I update my club's profile?... 3 How do I add/change my club's picture?... 5 How do I add Social Media links to my club s profile?...

More information

UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL. Updated 12/2/2016

UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL. Updated 12/2/2016 UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL Updated 12/2/2016 I. GENERAL RULES A. CONDUCT: Rules of conduct will be specified by those separate rules as enforced by the United Church Athletic League

More information

104: USING "STREAM DOWNLOADER" IN "REPLAY MEDIA CATCHER" FOR "MEDIA CAPTURE"

104: USING STREAM DOWNLOADER IN REPLAY MEDIA CATCHER FOR MEDIA CAPTURE 104: USING "STREAM DOWNLOADER" IN "REPLAY MEDIA CATCHER" FOR "MEDIA CAPTURE" Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY The "Stream Downloader" inside the "Replay

More information

Ganon Baker Drills. CB s C oaching Education and Development

Ganon Baker Drills. CB s C oaching Education and Development Ganon Baker Drills CB s C oaching Education and Development The Guelph Phoenix basketball club had Ganon Baker in to do a clinic on Sunday January 7th. I have seen Ganon before, have numerous DVDs and

More information

Investigating Natural Gas Production and Consumption with Web GIS

Investigating Natural Gas Production and Consumption with Web GIS Web GIS Natural Gas Handout Investigating Natural Gas Production and Consumption with Web GIS Natural gas is made up of remains of dead plants and animals that lived millions of years ago. In this activity,

More information

Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions

Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions This programming assignment uses many of the ideas presented in sections 6 and 7 of the course notes. You are advised

More information

A GUIDE TO USING MYNETBALL (CLUBS)

A GUIDE TO USING MYNETBALL (CLUBS) A GUIDE TO USING MYNETBALL (CLUBS) GETTING STARTED A member from each club should have received a Login ID and Password in an email. Go to the following address to log in to the system - http://admin-netball.resultsvault.com/

More information

Using the GHIN Handicap Allocation Utility with GHP Golfer

Using the GHIN Handicap Allocation Utility with GHP Golfer Using the GHIN Handicap Allocation Utility with GHP Golfer In order to gather Hole by Hole (HBH) scores to be used with the GHIN Handicap Allocation Utility, the golf club must have individual tee information

More information

Oracle ebusiness CCTM Supplier: Rate Card

Oracle ebusiness CCTM Supplier: Rate Card S1.2 CREATE A RATE CARD: INTRODUCTION... 1 S1.2.1 Create a Rate Card Online... 2 S1.2.2 Download a Rate Card Template... 16 S1.2.3 Rate Card Template Field Descriptions... 20 S1.2.4 Upload a Rate Card

More information

HOW TO SUBMIT YOUR RACE RESULTS ONLINE?

HOW TO SUBMIT YOUR RACE RESULTS ONLINE? HOW TO SUBMIT YOUR RACE RESULTS ONLINE? 1. Results categories o Race done in «Solo»: - One line for each participant - Men and women combined - All ages Example: Race «Solo» o Race in «Stages»: 1 results

More information

SafeSeaNet Norway PEC Administration Guide

SafeSeaNet Norway PEC Administration Guide SafeSeaNet Norway PEC Administration Guide Kystverket Vest Flathauggata 12 5525 Haugesund Telephone: +47 52 73 32 00 Telefax: +47 52 73 32 01 E-post: vest@kystverket.no Web: http://www.kystverket.no Table

More information

Timberline FSC Schofield, WI March 17, 2019

Timberline FSC Schofield, WI March 17, 2019 2018-2019 WISCONSIN HIGH SCHOOL FIGURE SKATING COMPETITION SERIES Timberline FSC Schofield, WI March 17, 2019 The Wisconsin High School competition series will be conducted in accordance with the rules

More information

Previous Release Notes

Previous Release Notes Release Notes Shearwater Desktop 3.1.5 Support for NERD 2. Previous Release Notes Version 3.1.4 Improved Bluetooth Reliability with the initial connection. Bug Notes: dded software workaround to allow

More information

Procedures for Applying Bonus Points and Falls SINGLES

Procedures for Applying Bonus Points and Falls SINGLES Procedures for Applying Bonus Points and Falls SINGLES Technical Controllers Bonus 1. Bonuses may be called by the technical controller or the technical specialist during the skater s program, if no review

More information

Welcome. Youth Diving: Responsibility and Risks Flipchart. Appendix GENERAL STANDARDS AND PROCEDURES A-45

Welcome. Youth Diving: Responsibility and Risks Flipchart. Appendix GENERAL STANDARDS AND PROCEDURES A-45 A-45 Welcome Exploring the underwater world is both fun and serious. Scuba diving is enjoyed by millions of people all over the world. Scuba Diving requires: Some physical fitness Ability to solve problems

More information

How-to Edit/Delete a Score

How-to Edit/Delete a Score This guide will give you step-by-step instructions on how to edit or delete a score in the USGA s GHIN Handicap System. Edit/Delete an 18-Hole Score 1. Open an internet browser and go to www.gam.org/clubadmin

More information

Air Ball! LabQuest Vernier Gas Pressure Sensor Vernier Motion Detector basketball stopper with needle, stopper stem and tubing attached meter stick

Air Ball! LabQuest Vernier Gas Pressure Sensor Vernier Motion Detector basketball stopper with needle, stopper stem and tubing attached meter stick Air Ball! LabQuest 24 Do you ever wonder how the National Basketball Association (NBA) decides how much air should be in the basketballs used during a game? The NBA measures the pressure inside the ball

More information

(SWI) Swiss Volley. Scoring Service. using. Data Volley 2007 Professional

(SWI) Swiss Volley. Scoring Service. using. Data Volley 2007 Professional (SWI) Swiss Volley Scoring Service using Data Volley 2007 Professional This guide covers the operations you need to carry out to run the Federation/League scoring service when using DATA VOLLEY 2007 Professional.

More information

APB and ATB Setup Guide.

APB and ATB Setup Guide. APB and ATB Setup Guide. Version 0. 1 Prepared by: Corné Coetzee Softcon Software Control Services (Pty) Ltd. 7 March 2017 Revision History Name Date Reason For Changes Version MDH 19-Sep- 2014 Initial

More information

Quintic Automatic Putting Report

Quintic Automatic Putting Report Quintic Automatic Putting Report Tutorial www.quintic.com Introduction The Quintic Automatic Putting Report is designed to work as an add on to our premier Quintic Biomechanics analysis software. Auto

More information

M e y e r m i d d l e s c h o o l

M e y e r m i d d l e s c h o o l M e y e r m i d d l e s c h o o l P a r e n t n e w s l e t t e r F r i d a y, M a r c h 2 2, 2 0 1 8 Words from Wiley Attention aspiring inventors and entrepreneurs! Dive into the exhilarating world of

More information

The Gory Details. How to actually DO the judging

The Gory Details. How to actually DO the judging The Gory Details How to actually DO the judging You will probably get a schedule a few days in advance from the Referee or the competition organizers. It may look something like this. You will find your

More information

UNITED STATES OLYMPIC COMMITTEE. USOC ATHLETE ADVERTISING WAIVER SYSTEM User Guide October 25, 2017

UNITED STATES OLYMPIC COMMITTEE. USOC ATHLETE ADVERTISING WAIVER SYSTEM User Guide October 25, 2017 USOC ATHLETE ADVERTISING WAIVER SYSTEM User Guide October 25, 2017 2 TABLE OF CONTENTS Advertising Guidance 3-4 What You Need to Start Submitting...5 Signing Up..6-9 User Dashboard Overview..10-13 Logging

More information