Monday, February 29, 2016

Week of Feb 29 to March 4

Monday



Math 7 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 8 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 6 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range

English 7 -- Gallery tour -- present diorama, poster, or commercial
English 8 -- Gallery tour -- present diorama, poster, or commercial

LESSON OVERVIEW
Contracts provide a way for students to better understand and discuss functions. Through this lesson, students will look at known functions and come up with the contracts that describe those functions.

LESSON OBJECTIVES
Students will:
  • Describe a function in terms of its name, domain, and range.
  • Create contracts for arithmetic and image-producing functions.
Lesson Overview Slides

What's in a Contract

Activity: Contracts

\Wrap-up

ANCHOR STANDARD
Common Core Math Standards
  • F.IF.1: Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x).

Tuesday

Math 7 -- Game Planning -- Code.org / / Activity -- Defining Variables and Substitution
Math 8 -- Game Planning -- Code.org / / Activity -- Defining Variables and Substitution
Math 6 -- Game Planning -- Code.org / / Activity -- Defining Variables and Substitution

English 7 -- Begin Rhythm & Flow -- Learn Garage Band -- Found Poem
English 8 -- Outsiders Movie -- compare and contrast to novel

Create a timeline of the major points of the movie and novel to compare

Timeline will serve as a tool for comparing and contrasting the movie and the novel as an essay
Rubric for Outsiders Media Comparison


Defining Variables and Substitution


LESSON OVERVIEW

In this activity, students will learn to define variables that can be used to reference values and expressions. Once defined, their variables can be used repeatedly throughout a program as substitutes for the original values or expressions.

LESSON OBJECTIVES
Students will:
  • Define variables by giving them a name and assigning them a value or expression.
  • Use variables within Evaluation Blocks.
  • Describe a situation where using variables as substitutions for values or expressions is more efficient.

What's in a Contract
Vocabulary 
  • Define - associate a descriptive name with a value
  • Variable - a container for a value or expression that can be used repeatedly throughout a program

Activity Link

Common Core Math Standards

  • 6.EE.4: Identify when two expressions are equivalent (i.e., when the two expressions name the same number regardless of which value is substituted into them). For example, the expressions y + y + y and 3y are equivalent because they name the same number regardless of which number y stands for.



Getting Started
Activity: Defining Variables and Substitution


Monday, February 22, 2016

Schedule for Week of February 22







For the week

Monday

Math 7 -- Coordinate Plane Activity  - Lightbot
Math 8 -- Coordinate Plane Activity  - Lightbot
Math 6 -- Coordinate Plane Activity  - Lightbot

English 7 -- Review Packet
English 8 -- Review Packet

Tuesday

Math 7 -- Game Planning -- Code.org / / Evaluation Blocks and Arithmetic Expressions
Math 8 -- Game Planning -- Code.org / / Evaluation Blocks and Arithmetic Expressions
Math 6 -- Game Planning -- Code.org / / Evaluation Blocks and Arithmetic Expressions

English 7 -- Exam on Book / / hand in packet
English 8 -- Exam on Book / / hand in packet

Wednesday

Math 7 -- Game Planning -- Code.org / / Quiz on Arithmetic Expression
Math 8 -- Game Planning -- Code.org / / Quiz on Arithmetic Expression
Math 6 -- Game Planning -- Code.org / / Quiz on Arithmetic Expression

English 7 -- Start Culminating Novel Project --grading Rubric: diorama, poster, or commercial
              Instructions -- how to make a diorama
English 8 -- Start Culminating Novel Project --grading rubric: story board
               Instructions -- how to make a story board

Thursday

Math 7 -- Game Planning -- Code.org / / Strings and Images
Math 8 -- Game Planning -- Code.org / / Strings and Images
Math 6 -- Game Planning -- Code.org / / Strings and Images

English 7 -- Work on culminating Novel Project: diorama, poster, or commercial

Look at these dioramas!

English 8 -- Work on culminating Novel Project: story board

Friday

Math 7 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 8 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 6 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range

English 7 -- Reading Friday 
English 8 -- Reading Friday 

Monday

Math 7 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 8 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range
Math 6 -- Game Planning -- Code.org / / Activity -- Functions, Contracts, Domains, and Range

English 7 -- Gallery tour -- present diorama, poster, or commercial
English 8 -- Gallery tour -- present diorama, poster, or commercial

Wednesday, February 10, 2016

Reading Friday, oh yeah . . .



Fridays are for reading


On Friday, bring a book of your choice. We will read quietly for the class period. 

During our quiet reading, I will visit with students to talk to them about their books. 

The reading conference will include questions such as:

  • How did you choose your book?
  • Would you tell me a little about your book?

We will also talk about reading as a practice, and ask the question:


  • What does good reading look like? Sound like?
To help us frame that question, we will examine a scale for fluent reading (below):


 For reading Friday

total points possible: 15
5 points ....... Brought book of choice/ 3 points ......... Borrowed book
5 points ......  Read quietly without redirection/ -1 point ......... for each redirection
5 points ....... Summary of reading / Summary, connection, literary element included, spelling, 5 sentences

Tuesday, February 9, 2016

Video games and coordinate planes -- Math 6, 7, & 8



Reverse engineer a game:  

Wednesday, Thursday, & Finish Friday


We begin by exploring a simple video game, and then figure out how it works. 

Open this link to play the game, and spend a minute or two exploring it. 

You can use the arrow keys to move the up and down - try to catch the unicorn and avoid the dragon!

This game is made up of characters, each of which has its own behavior. The unicorn moves from the left to the right, while the dragon moves in the opposite direction. The ninja only moves when you hit the arrow keys, and can move up and down. We can figure out how the game works by first understanding how each character works.

Directions:

Students will:

  • Play the example game and use the reverse engineering table (link) 
  • As students demo the game, they will fill in the "Thing in the game..." column with every object they see in the game.
  • List and explain the things they came up with. Characters? Background? Score? 
  • For each of the things in the game, fill in the column describing what changes. Size? Movement? Value?


Coordinate planes:

Computers use numbers to represent a character’s position on screen, using number lines as rulers to measure the distance from the bottom-left corner of the screen. 
For our video game, we will place the number line so that the screen runs from 0 (on the left) to 400 (on the right). 

We can take the image of the Dragon, stick it anywhere on the line, and measure the distance back to the left hand edge. Anyone else who knows about our number line will be able to duplicate the exact position of the Dragon, knowing only the number. What is the coordinate of the Dragon on the right hand side of the screen? The center? What coordinate would place the Dragon beyond the left hand edge of the screen?

By adding a second number line, we can locate a character anywhere on the screen in either dimension. The first line is called the x-axis, which runs from left to right. The second line, which runs up and down, is called the y-axis. A 2-dimensional coordinate consists of both the x- and y-locations on the axes. Suppose we wanted to locate the Ninja’s position on the screen. We can find the x-coordinate by dropping a line down from the Ninja and read the position on the number line. The y-coordinate is found by running a line to the y-axis.

A coordinate represents a single point, and an image is (by definition) many points. Some students will ask whether a character’s coordinate refers to the center of the image, or one of the corners. In this particular program, the center serves as the coordinate - but other programs may use another location. The important point in discussion with students is that there is flexibility here, as long as the convention is used consistently.
When we write down these coordinates, we always put the x before the y (just like in the alphabet!). Most of the time, you’ll see coordinates written like this: (200, 50) meaning that the x-coordinate is 200 and the y-coordinate is 50.

Depending on how a character moves, their position might change only along the x-axis, only along the y-axis, or both. Look back to the table you made. Can the Ninja move up and down in the game? Can he move left and right? So what’s changing: his x-coordinate, his y-coordinate, or both? What about the clouds? Do they move up and down? Left and right? Both?

Students will:

  • Place a character on a large graph and move for stated coordinates. Students will demonstrate which coordinate comes first. Coordinates do not have to be exact but they should be in the correct order. 
  • Extend this to all four quadrants to include negative numbers.
  • Fill in the rest of the reverse-engineering table, identifying what is changing for each of your characters.

Brainstorming a game

Students will:

Use the game planning template to make your own game. Just like we made a list of everything in the Ninja game, we’re going to start with a list of everything in your game. To start, your game will have four things in it:
  • Background, such as a forest, a city, space, etc.
  • Player, who can move when the user hits a key.
  • Target, which flies from the right to the left, and gives the player points for hitting it.
  • An object of danger, which flies from the right to the left, which the player must avoid.


Vocabulary

This lesson has three new and important words:

  • Apply - use a given function on some inputs
  • Reverse Engineer - to extract knowledge or design information from an existing product
  • Sprite - a graphic character on the screen. Sometimes called a bitmap or an image.

Key learning

The key point for students here is precision and objectivity. There are many possible correct answers, but students should understand why any solution should be accurate and unambiguous. This requires students to propose solutions that share a common "zero" (the starting point of their number line) and direction (literally, the direction from which a character’s position is measured).

Scope

Keep it simple. Major games  can take massive teams many years to build. Some of the most fun and enduring games are built on very simple mechanics (think Pacman, Tetris, or even Flappy Bird).


Classnotes:

Link to slideshow


Note making vs. note taking

Standards Alignment:

Common Core Math Standards
  • 5.OA.1 - Use parentheses, brackets, or braces in numerical expressions, and evaluate expressions with these symbols.
  • 5.OA.2 - Write simple expressions that record calculations with numbers, and interpret numerical expressions without evaluating them. For example, express the calculation “add 8 and 7, then multiply by 2” as 2 × (8 + 7). Recognize that 3 × (18932 + 921) is three times as large as 18932 + 921, without having to calculate the indicated sum or product.
  • 6.NS.5 - Understand that positive and negative numbers are used together to describe quantities having opposite directions or values (e.g., temperature above/below zero, elevation above/below sea level, credits/debits, positive/negative electric charge); use positive and negative numbers to represent quantities in real-world contexts, explaining the meaning of 0 in each situation.
  • 6.NS.8 - Solve real-world and mathematical problems by graphing points in all four quadrants of the coordinate plane. Include use of coordinates and absolute value to find distances between points with the same first coordinate or the same second coordinate.

Common Core Math Practices

  • MP.1 - Make sense of problems and persevere in solving them.
  • MP.2 - Reason abstractly and quantitatively.
  • MP.3 - Construct viable arguments and critique the reasoning of others.
  • MP.4 - Model with mathematics.
  • MP.5 - Use appropriate tools strategically.
  • MP.6 - Attend to precision.
  • MP.7 - Look for and make use of structure.
  • MP.8 - Look for and express regularity in repeated reasoning.

CSTA K-12 Computer Science Standards

  • CT.L1:6-01 - Understand and use the basic steps in algorithmic problem-solving (e.g., problem statement and exploration, examination of sample instances, design, implementation and testing).
  • CT.L2:14 - Examine connections between elements of mathematics and computer science including binary numbers, logic, sets and functions.


Monday, February 8, 2016

Tuesday, February 8th

Math 7:  review polling activity

Math 6:  review polling activity

Math 8:  review polling activity

Lit 7

English 7

Assigned: Touching Bear Spirit
Read: pages 1 -33
Write:



English 8

Assigned: The Outsiders
Read: 1-36
Write: