5A Technology '19-20-Purple Group Assignments

Upcoming Assignments RSS Feed

No upcoming assignments.

Past Assignments

Due:

Lesson 15: Behaviors in Sprite Lab & Lesson 16: Virtual Pet in Google Classroom

Lesson 15: Behaviors in Sprite Lab & Lesson 16: Virtual Pet

We're back in Sprite Lab. In Lesson 15 we learn how to edit our green behavior blocks. Then in Lesson 16, we create and care for a virtual pet!

Google Meet on Wednesdays at 9:15 -10:00 am for anyone who needs help with their code or who has questions.

Due:

Lesson 12 or 13: For Loops w/ Bee or Artist in Google Classroom

Lesson 12 or 13: For Loops w/ Bee or Artist

This week we will learn about for loops. For loops combine the concepts of the repeat block and the use of a variable that changes values within the loop. The for loop comes with built in variable called counter. When we set up our for loop, we specify the starting value for our counter and our ending value. We also specify how much we are increasing our decreasing our counter variable by each time we run the loop.

Please review the slides and my 2 videos for a better understanding of how For Loops work.

This week you only need to complete 1 of the following lessons: ( your choice)
Lesson 12 For Loops with Bee or
Lesson 13 For Loops with Artist

Google Meet on Wednesday for anyone who needs help with their coding 9:15 - 10:00 am

Due:

Lesson 9: Changing Variables with Artist in Google Classroom

Lesson 9: Changing Variables with Artist

This week we will have more practice with using variables in loops and changing the value of the variable each time the loop repeats. This will allow us to create more complex drawings. Please watch the attached video prior to starting the lesson.

The drawings for #3, #4 & #5 should all be different. You will not get full credit if you don't change the drawing.

Google Meet on Wednesday at 9:15 for help with debugging.

Due:

Lesson 8: Changing Variables in Bee in Google Classroom

Lesson 8: Changing Variables in Bee

This week we continue to use variables, but functions have also returned. We need to read through the code to see what it is trying to do and then we need to make sure that all the empty slots in our repeat blocks are filled in with the appropriate variable or value. See my 1st video below for an explanation of levels 1 and 2.

In level 3, let's look at our puzzle carefully. This time, the first flower is 3 spaces from the bee and we have to collect 3 nectar and then make 3 honey. The 2nd flower is only 2 spaces away and has 2 nectar. The last flower is 1 space from the honeycomb and only has 1 nectar to collect. So it looks like each time we call our function "collect row", we want the variable "gather" to hold a different value. It looks like we want to decrease the value by 1 each time we call the function.

How can we do this? After our function call, we can use code to update the value in our gather variable. Let's use a "set gather to" block found under Variables to do this. When we decrease by one, we are subtracting 1 from the value of our variable each time, so we can use a math function to update the value of your variable within the code. In your Math set of blocks, you will find a block that is 1 + 1. In this block you can type in a number or plug in a variable into either number slot. You can also change the operator in your expression. If I click on the arrow by the operator, I can change the + to -, * (multiplication) or division. In this puzzle, our value needs to decrease, so we should use subtraction. How much do we want the value to change by? 1 As we need to decrease the value of our variable by one each time, our code should look like this:
set gather to: gather - 1. I walk you through how to do this in the 2nd video.

Remember: Google Meet on Wednesday at 9:15 am - 10:00 am for those that need help debugging.

Due:

Lesson 7 Variables in Artist in Google Classroom

Lesson 7 Variables in Artist

Today we have a new vocabulary word: variable

A variable is a place holder for a piece of information that can change within our program.
I walk you through an example in the video below. Today you will be using variables to determine the length of your shapes in artist.

I will schedule a Google Meet on Wednesday, April 22 at 9:15 (normal Technology class time) to help anyone having trouble with this lesson or any previous lesson. Please join the call if you have any questions. I recommend starting the assignment before Wednesday. I will update the assignment with the Google Meet link.
You can also post a private comment to the assignment if you have any questions.

Due:

Lesson 5 Nested Loops in Maze in Google Classroom

Lesson 5 Nested Loops in Maze

A nested loop is a loop inside of another loop.
You may be using a repeat block around one or more repeat blocks
Remember, read the directions carefully, they give you clues as to how to write your code. Make sure you give your repeat loops a number. The code will not run with ???. Use the Step button to help you debug.

All previous lessons should be completed by now. You need to make sure you are keeping up with your assignments.
I will have a debugging call on Wednesday for those that need help with this lesson or previous lessons.

Due:

Lesson 4 - Drawing w/ Loops & Conference Call 9:15 Monday in Google Classroom

Lesson 4 - Drawing w/ Loops & Conference Call 9:15 Monday

It looks like several of you struggled with the assignment last week. I will hold a Google Meet on Monday during class time at 9:15 - 10:00 to help you with debugging. The key is to read the directions very carefully and only do what they ask you to do and do it exactly as they ask you to. If you add anything extra, it will not let you pass. You can always click the version history button to restart that level.


Due:

Lessons 2 & 3 in code.org  in Google Classroom

Lessons 2 & 3 in code.org

This week you will learn about sprites!

Please read through the slides and add your vocabulary word to your notebook, if you have it.
New vocabulary word:
Sprite: A sprite is an animated character in a game or animation.
You will learn how to create sprites and make them move.

Complete
Lesson 2: Swimming Fish in Sprite Lab
Lesson 3: Alien Dance Party

Please note, Sprite Lab seems to be very sensitive. You will not pass your level if you do not do exactly what they ask you. If you add extra code or click on the wrong character, it may not let you pass the level.

If anyone is interested I can set up a Google Meet conference call on Wednesday during Tech class time to help you with debugging. Please send me an email or a class comment if you'd like me to set one up. If there is interest, I will send an email with the join code and post it in classroom.

Due:

Lesson 1 Functions in Minecraft in Google Classroom

Lesson 1 Functions in Minecraft

We will be starting our Programming and Robotics unit.

Go Lesson 1: Functions in Minecraft in code.org. Use the login card handed out on Friday.
Complete all 12 activities.

Write In your notebooks:
Function - A section of your code that performs a specific task and can be given a name. This named section of code can be called over and over again within your program. (Remember our songwriting activity from last year OR when we created a function called Draw A Square, which we called multiple times when we added windows to a drawing of a house.)
Functions are reusable abstractions that reduce the complexity of writing and maintaining programs.

Due:

Create a Movie Poster in Google Classroom

Create a Movie Poster

Design a movie poster using Google Drawings:
1. Set Page Size to 8.5 x 11
2. Pick a book that has not already been made into a movie or create a new sequel to an existing movie
3. Posters must include: title, lead actors, release date, studio/production company and a tag line/hook to get people interested in seeing your movie. It should give us a hint about what the movie is about.

Be sure to attach the file before clicking Turn In.
Posters are due by 9:15 am Wednesday (normal start of class time).

Below are 2 articles with reviews of different movie posters as well as my slides of top movie posters

Due:

Shapegrams with Google Drawings in Google Classroom

Shapegrams with Google Drawings

Complete 2 of the 3 shapegrams using Google Drawings.
You wil create pictures by creating and layering various shapes.

Due:

Collaboration - Work in a team of three to write a story within your selected genre in Google Classroom

Collaboration - Work in a team of three to write a story within your selected genre

You will work in groups of 3 or 4 to write an original short story within your selected genre

Team Roles:
Group Lead: Owner of the document. Responsible for team meeting all milestones and deadlines. Ensures all parts of the story come together and are coherent.
Character Lead: Responsible for developing (describing the characters) and making them come to life
Setting Lead: Responsible for setting the scene in the story. Uses descriptive words to make the reader envision the location, timeframe, and overall mood of the story.
Plot Lead: Responsible for ensuring the story has a beginning, middle and end. What is the problem the characters are facing and how do they overcome it or resolve it?

Genres:
- Adventure
- Fairy Tale
- Fantasy
- Mystery
- Science Fiction
- Realistic Fiction

2/10 Day 1 - select group, genre and submit story outline in Classroom
2/12 Day 2 - Create story maps and add to outline: characters, setting, plot & resolution (see link)
2/19 Day 3 - Write, edit and revise story
2/24 Day 4 - Write, edit and revise story
2/26 Day 5 - Story due at the start of class

Due:

Peer Editing and Collaboration  in Google Classroom

Peer Editing and Collaboration

1. Share your "What is a Perfect Location for a Classroom?" document with Mrs. Wiseman and the 2 students selected.
2. Go to Google Drive
3. Click on Shared with Me and open the shared files.
4. For each file shared with you:
a. Change the Editing Mode to Suggesting.
b. Read the essay and thoughtfully, constructively and politely respond to their statements. Points will be deducted from your grade if you are overly critical or too harsh.
c. Also suggest edits if you notice errors in spelling, grammar, punctuation, spacing, etc.

Due:

What is the perfect location for a classroom? in Google Classroom

What is the perfect location for a classroom?

Put your thinking cap on and get out your thesaurus! We're going to do some writing/typing today!

1. Create a new Google Doc with the SFS Header
2. Write a 200 word response to the question: "What is the perfect location for a classroom". Use 1st person narrative form.
3. Use proper paragraph form: complete sentences, punctuation, capitalization ,indentation, spacing (1 space after each sentence and key punctuation
4 Spell check
5. Use Arial font, 12 pt
6. Insert one picture to illustrate your perfect location.

Due:

Camping Gear Shopping List & Budget Spreadsheet in Google Classroom

Camping Gear Shopping List & Budget Spreadsheet

You are going on a camping trip with your friends. You’ve pooled your resources together and have a budget of $300 for gear. You will shop using the price list attached in Google Sheets. You will need to calculate sales tax on your order. Purchase as much as you can for your trip without going over the $300.00 budget. Assume this is your first trip and you do not have any camping supplies, so you must purchase a tent.

1. Enter your chosen camping gear and prices into a new spreadsheet and label your columns.
2. Add a title to your data chart - Center it over your data table, merge the cells, as needed.
3. Use the Format as Currency format button to show your prices in the correct format ($xx.xx).
4. Use a function to calculate total expenses from a column of values (camping gear expenses) & add a label.
5. Create a formula to determine the amount of sales tax (subtotal * 7%) & add a label
6. Create a formula to add the subtotal and the sales tax (subtotal + sales tax) & add a label.
7. Use a simple formula to calculate money left over (allowance - total expenses) & add a label.
8. Inset a pie graph showing the expenses only. (do not include your totals)

Extra Credit (2 points):
Add a conditional formatting rule to the cell containing the value of the amount of budget left over. If the amount is < $0, color the cell light red.

If needed, detailed directions are attached.

Due:

Create an Inventory of Technology Devices in Google Classroom

Create an Inventory of Technology Devices

Using Google Sheets, create a data table with 2 columns to hold the inventory of the devices in the school.
1. Give the spreadsheet a Title: Technology Inventory
2. Label the two columns: Device, Number.
3. Type in all of the devices and their associated quantities. Make sure all quantities are in column B.
4. Sort your data by device name. Be sure to select both columns so the data stays lined up correctly.
5. Insert a bar chart of your inventory.
6. Use data validation to color code your data table, so all entries with more than 50 devices are colored yellow.
7. Use the SUM function to total the number of devices the school owns.
8. Customize your data chart using the Chart editor.
- make it 3D
- color each bar a different color using the Customize -> Series option. Click Add next to Format Data Point for each bar.

See the attached document for more detailed directions.

Due:

Create a Data Table to Organize and Categorize Data in Google Classroom

Create a Data Table to Organize and Categorize Data

You received a lot of gifts for your Birthday. Create a data table in Google Sheets to organize and categorize your gifts using the details in the attached image.
Your data table must have:
- a Title
- Column Headings/Labels
- the categories must be color coded (see image)
- sort the data in your table using the Data-> Sort Range option so the categories are in alphabetical order

Please see the detailed directions attached below in Google Docs. You may print a copy of the Google Doc only.

Due:

Christmas Pixel Art in Google Classroom

Christmas Pixel Art

Use the attached directions to create the Christmas Pixel Art.
You will have today and Wednesday to work on it. It is due before break.

Due:

Virtual Field Trip to Plimoth Plantation - Create a slide presentation on what you learned in Google Classroom

Virtual Field Trip to Plimoth Plantation - Create a slide presentation on what you learned

Take a virtual field trip to Plimoth Plantation.

Choose one of the 4 topics: Mayflower, Wampanoag Villiage, Plimoth Plantation and the Pilgrim Village.
Watch the video and take notes.

Pick 3 things you learned about your chosen topic and create a Google Slide Presentation.
1. Title Slide - name and topic
2. 1 slide per item you learned.
3. In your own words, explain what you learned
4. Include only 1 picture on each slide
5. Add Transitions and Animations for each slide.

Remember the items we discussed regarding areas for improvement:
- readability (font choice, font color, font size)
- background colors
- background images
- etc

Due:

Create a Presentation Using Google Slides in Google Classroom

Create a Presentation Using Google Slides

Create a presentation using Google Slides on an approved topic (favorite animal, favorite place to visit, favorite hobby/sport, favorite books, favorite subject, etc).
1. Add a title slide
2. Add at least 4 content slides (at least 3 bullets per slide)
3. Add 1 picture per slide. (ONLY ONE)
4. Add theme
5. Add transitions and animations
6. Spell check before turning in

Due:

Vocabulary Word Unscramble in Google Classroom

Vocabulary Word Unscramble

Unscramble the technology vocabulary words.
When finished review your Input and Output devices.
Then Find the Technology devices.

Due:

You Won't Believe This! in Google Classroom

You Won't Believe This!

These activities go along with the You Won't Believe This! digital citizenship lesson.
1. Complete the What is the Curiosity Gap? activity with your assigned partner.

2. Complete the Avoiding Clickbait Student Handout

3. Complete the Clickbait Slide.
- Type in definitions for the 3 vocabulary words we learned.
- Answer the Essential Questions
- Create your own clickbait headline.

4. Click the last link for the Lesson Summary.

Due:

Create your avatar for your account in Google Classroom

Create your avatar for your account

Use the website link below to create an avatar of yourself. It must be school appropriate

Due:

Read and Sign Expectations Sheet & Responsible Use Policy in Google Classroom

Read and Sign Expectations Sheet & Responsible Use Policy

Welcome back!
Please read and sign the expectation sheet. Have your parents read and sign the sheet as well.
I've attached another copy in case you lost it. It is due by next Monday, August 26th.

A copy of the Responsible Use Policy can also be found on the school website.