harmonycomputer.net
Contact Mr. Gregory
6th grade
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
4th quarter
Intro to CPU
>
Computer Parts
Fundamentals
Hardware
Software
Internet
Internet pt. 2
Typing Practice
Online Safety
>
Share with Care
Google Presentation
Word Processing
>
MLK Jr Formatting
Poster
Presentations
>
Things that Make Me Feel...
Spreadsheets
Graphic Design
>
About Me Poster
Black History Month
>
Civil Rights
Martin Luther King Jr.
3d printing
Programming
>
Hour of Code
Scratch
Intro to CPU Science
Republic
Code.org
HTML
Game Development
Independent Study
Substitute
>
Lesson 1: Code Monkey
Lesson 2: Google logo
7th grade
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
4th quarter
Online Safety & Digital Citizenship
>
Digital Footprint
Cyberbullying
Copyright
Privacy & Security
Touch Typing
Computer Fundamentals
>
Hardware
Software
Internet
Internet pt. 2
Word Processing
>
MLK Jr Formatting
Poster
Presentations
>
Things that Make Me Feel...
About Me
Spreadsheets
Graphic Design
>
Infographic
Martin Luther King Jr.
Hour of Code
Independent Study
8th grade
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
4th quarter
Touch Typing
Computer Fundamentals
>
Hardware
Software
Internet
Internet pt. 2
Online Safety & Digital Citizenship
>
Digital Footprint
Copyright
Word Processing
>
MLK Jr Formatting
Formatting
Poster
Presentations
>
About Me Jeopardy
About Me Prezi
Google Slides
Texas Revolution
Spreadsheets
Graphic Design
>
Brochure
Martin Luther King Jr.
Hour of Code
Independent Study
High School CS
Fundamentals of CS
>
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
4th quarter
Why CPU Science?
GMetrix
EarSketch
What is a Computer?
Web Design
>
My Summer Webpage
Hispanic Heritage Bio Project
My Winter Break
MLK Timeline
Advocacy Website
Code.org
>
Intellectual Property
Internet Searches
CodeCombat
Code HS
Republic
PBL project
Independent Study
Substitute
>
Lesson 1: HTML & CSS
Lesson 2: HTML & CSS
Lesson 3: Javascript
Principles of IT
>
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
Technology @ Work
Web Design
>
My Winter Break
Internet Dilemmas
Digital Citizenship & Cyber Hygeine
>
Digial Footprint
Safeguarding Passwords
Republic
GMetrix
Independent Study
>
HTML & CSS
Robots
BOOT UP
>
1st quarter
2nd quarter
3rd quarter
4th quarter
EV3
Spike
Sphero
Drones
AutoAuto
Independent Study
Resources
Microsoft enrollment
Harmony Portal
Class Dojo
Pixect
Codepen
Typing Resources
>
Fun to Type
Free Typing Game
Typing Club
RefMe
Flocabulary
Chrome Music Lab
P.A.T.
Code Ninjas
After School
>
ESports
activity 1: maze
Directions
:
Save the maze backdrop to your home folder by right clicking on it and selecting "Save Image As".
Navigate to your home folder and name it "maze."
Open Scratch.
Play the tutorial video on the right and follow along to create the project.
Turn in your project below.
turn in maze
Type in your first and last name.
Choose your class by clicking on the upside down triangle.
Click the "Choose File" button and navigate to your student folder. Then double click on your file.
Click "Turn in."
*
Indicates required field
Name
*
First
Last
Type in your first and last name.
Choose your class section.
*
5a
5b
5c
5d
Click on the circle next to your class.
Turn in
activity 2: add an enemy
Directions
:
Create an enemy that your sprite must avoid in order to finish the maze. (ex. pacman ghosts)
If the enemy touches the explorer, the explorer should automatically go back to the start.
Hint:
turn in activity 2
Type in your first and last name.
Choose your class by clicking on the upside down triangle.
Click the "Choose File" button and navigate to your student folder. Then double click on your file.
Click "Turn in."
*
Indicates required field
Name
*
First
Last
Type in your first and last name.
Choose your class section.
*
5a
5b
5c
5d
Click on the circle next to your class.
Turn in
activity 3: quiz
*
Indicates required field
Name
*
First
Last
1. A programmer creates a maze game like the one you’ve just created. Unfortunately, her character doesn’t move as expected. What mistake has she made?
*
Left and right arrow both point right (90). Left arrow should point left (-90).
Nothing is wrong. This is a trick question!
She forgot to program each arrow key.
2. Look at the example program on the right to tell a joke. Aside from being a terrible joke, what is wrong with this program?
*
There's nothing wrong. It's perfect.
The dude shouldn't be laughing at such a bad joke.
Both scripts/sides of the joke are stored in the same sprite (Girl).
Both scripts/sides of the joke are stored in the same sprite (Boy).
3. The program on the right shows the scripts for two sprites to tell a joke to each other. Why would this program not work?
*
Submit