Learning Targets Career: Discover strengths/experiences

Slides:



Advertisements
Similar presentations
Career Unit RESUMES. Questions to think about… What is a resume? Why would you want to have one? Is there more than one type of resume? How do I make.
Advertisements

Perfect R é sum é By Michael Liu. What employers look for in a r é sum é /CV evidence of achievement in the four key skill areas : Education Work experience.
Mrs. Chapman. Tabs (Block Categories) Commands Available to use Script Area where you type your code Sprite Stage All sprites in this project.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
Mentorship What’s the point?. Introduce Yourself What kind of animal would you be if you were, indeed, other than human?
Lindsey Velez, Director of Instructional Technology Single Sign-On One Click.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
GRAMMAR. What is real Bootcamp ? A program that a person goes through to become a soldier in the U.S. military. It is designed to be highly intense and.
A tutorial dealing with the construction of minor scales Qiana Lamb March 15, 2012.
ITGS2 Writing Assignment You need to express your opinion on what ITGS2 class items you would like to keep, change, add or get rid of Spring semester.
WELCOME TO HEALTH MRS. HOCKLANDER. Agenda 1.Seating chart – nicknames? 2.iPad intro 3.Get iPads 4.Introduce Seesaw 5.Put iPads away.
Mental and Emotional Health
More Knowledgeable Others (MKOs)
Unit 1 Days 1-2: Standard 1 Objective 1
Unit 2 – Data Collection & Problem Solving
Games Programming in Scratch
Scratch for Interactivity
Mission: design a Virtual interactive tour guide with scratch
Games Programming in Scratch
Unit 2 – Data Collection & Problem Solving
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Randomising the behaviour of Sprites
Data Collection and Problem Solving
The Need for Algorithms 2 days
Looked After Chn Conference
Mr. Haduch’s Guide to Angle Fluency
Unit 2 – Data Collection & Problem Solving
Introduction to Weebly
U.b.c. personal profile Produced by Ms D. Rose Queen Elizabeth Secondary Career Centre 2016/2017.
MS PowerPoint 2010 Week 2.
Learning Java with Alice 3.0 Game Design Kathy Bierscheid
Introduction to Computer Basics Part 2
Introduction to Object-Oriented Programming
Exploring Computer Science Lesson 6-2
Module 5 Lesson 3 Extreme Scratch Cards
Getting Started with Scratch
I’m so confident - I could explain this to someone else!
Alice: Beyond the Basics
UC Personal Insight Questions
I Can’t Hear You! Sound Get out your notes.
Interviewing & Brainstorming
Bell-ringer: 3 minutes How would you generate a plan to conduct an experiment and write your own report? Copy CCSS/MS, Objectives, HW If missing a grade…
Mastering Interview Questions
Achieving Mental and Emotional Health
Who Am I? Monday September 10th 2012
WELCOME TO NCA! TEACHERS ORIENTATION.
Test the Towers of Hanoi Algorithm
Learning Objectives Explain how selection is used to change a program output Decompose a problem with inputs to help design a program Describe the use.
Test the Towers of Hanoi Algorithm
ICT Gaming Lesson 3.
Great News! You got an interview!
Module 10 – Scratch Project
Building a Game in Scratch
Game Over Module 4 Lesson 2.
Module 10 – Scratch Project
Module 10 – Scratch Project
Module 10 – Scratch Project
Getting Started with Scratch
I-reflect pocketbook JYHS Cluster Collaboration.
I’m so confident - I could explain this to someone else!
Module 10 – Scratch Project
Who Am I? Monday September 10th 2012
Creating a Simple Game in Scratch
Training Session 7 Outreach Events Warm Up -Story Time
I’m so confident - I could explain this to someone else!
I Can’t Hear You! Sound Get out your notes.
Formative Assessments
Your Interests and Values
Problem Solving And visualization.
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Presentation transcript:

Learning Targets Career: Discover strengths/experiences Algorithm: Evaluate algorithms to solve Towers of Hanoi Coding: Be able to use keyboard input to control movement and incorporate sounds into your projects.

Career Options: Finding your Strengths Open a Word Document Header Your Name (First and Last Name) Class (Intro to Programming Today’s Date The goal of this activity is to help you find strengths that can help direct your career path

Question #1 Good friends count on each other for lots of things. What do YOUR friends count on YOU for?

Question #2 What does your FAMILY count on you for?  

Question #3 IF one of your closest friends were to BRAG about you, what would they say?

Question #4 IF YOU felt totally comfortable bragging about yourself, what would you brag about? What are you most PROUD of?

Question #5 What GOOD QUALITIES did you inherit from your family? What have you done that shows you have that quality?

Question #6 Do you have any volunteer or community service experience that you're proud of? (For example, PTA, church, neighborhood organization.)

Question #7 What COURAGEOUS things have you done that you feel good about?

Question #8 What DIFFICULTIES or barriers have you overcome, to get where you are now?

Question #9 What CREATIVE things have you done that you feel good about?

Question #10 Describe something you DESIGNED, CREATED, built, made, or fixed up, that gave you a strong sense of satisfaction. Tell why you feel good about it.

Question #11 Which subjects were you best at in school. Why did you enjoy those particular studies?

Question #12 What PRAISE or acknowledgment did you get from your teachers or trainers?

Question #13 What do you KNOW so well--or DO so well--that you could teach it to others? What's the MAIN TIP you'd tell people about how to do that LIKE A PRO?

Question #14 Name about TEN QUALITIES or characteristics of OTHER PEOPLE that you most respect or admire.

Question #15 Think of a PROBLEM that came up that had other people stumped, but that YOU were able to do something about, to improve the situation. What did YOU do? What does that say about your abilities?

Question #16 If you suddenly disappeared for 3 months (say the US government sent you on a SPY MISSION!) what would your friends and family MISS most about you? How would their lives be more difficult, or less fun, if you weren't there to help?

Question #17 Which of the qualities you named in Question #14 above are ALSO true about YOU? For each quality that's true of YOU, tell what you DO that gives people the impression that you have that quality

So for your assignment Turn in your answers to the 17 questions Make sure to include a header with Your Name (First and Last Name) Class (Intro to Programming Today’s Date

Test the Towers of Hanoi Algorithm Scratch Test the Towers of Hanoi Algorithm Module 1 Lesson 5 Keyboard input Playing with Music

Checking your Algorithm Go to the following link (Same on as on the PowerPoint from Monday) Use this website to test your algorithm If it works have your neighbor test it, sign it off and turn it in.

Learning Objectives To learn about Event Handlers by programming scripts that are triggered by input from the computer keyboard. To allow students to create a sequence of commands to play a musical scale Apply these skills for the Battle of the Bands challenge.

Responding to Triggers ‘When’ commands are the main way a script detects an event when user input is received.

Right Arrow Moving Forward Your Turn. Make the Cat move up, down, left, and right. Extensions Have it turn when it goes another direction. Experiment with the change x by, change y by, move …

The notes are one half step differences. Your turn #2, using the playnote command, write a program that will play a scale when the space bar is hit. Hint: The notes are one half step differences. A major scale goes 2 half steps, 2 half steps, 1 half step, 2 half steps, 2 half steps, 2 half steps, one half step.

Sounds 1) Select the ‘Sounds’ tab. Upload – One of your recorded sounds Surprise – Scratch picks a sound Record – If there was a mic Choose – Use this today to pick from Scratch’s library of sounds 2) Open Sounds menu

Add the sound to your project Add the ‘play sound’ command to bring the sounds into your project

How can you use these triggers to make your keyboard into a piano, … Battle of the Bands Challenge Who can get Scratch to put on the best show? Requirements: 1) Use the play sound command. Create an original song/combination of sounds No meow!! 2) Include at least two useful comments 3) Include movements or sounds triggered by keyboard input 4) Have a theme Background Demonstrations in class tomorrow. Save it as YourNameBattleLesson5 Making Music