Tuesday, November 30, 2010

Algebra 2 Assignment 11/30

Algebra 2
  • Homework (due 12/1):  Pg. 241, Ex: 13, 14, 45-48.  Pg. 250, Ex: 33-36.   Use your calculators!

Algebra 2 Assignment 11/29

Algebra 2
  • Homework (due 11/30):  Read 246-248, Ex: 1-13

Monday, November 29, 2010

APCS Assignment 11/29

AP Computer Science


Objectives: prepare for test on strings and loops Wednesday.
Homework (due  12/1):
From codingbat:



Java > String-1
do 10 or more of the 33 examples.

Java > Warmup-2
  • stringTimes
  • frontTimes
  • stringBits
  • stringSplosion
  • last2
  • stringMatch
  • stringX
  • altPairs
Java > String-2
do 10 or more of the 20 examples.


BE SURE TO LOG IN SO THAT YOU ARE CREDITED!

Tuesday, November 23, 2010

Algebra 2 Assignment 11/23

Algebra 2
  • Homework (due 11/29):  Read 236-240, Ex: 1-11.  Bring calculators Monday!

Algebra 2 Assignment 11/22

Algebra 2
  • Homework (due 11/23):  Read 216-219, Ex: 1-7

Wednesday, November 17, 2010

Algebra 2 Assignment 11/17

Algebra 2
  • Homework (due 11/18): P. 205 Ex. 7, 8;  P. 212 Ex. 9,10, 13-16

Tuesday, November 16, 2010

Algebra 2 Assignment 11/16

Algebra 2
  • Objectives: Identity matrices, inverse matrices
  • Homework (due 11/17): Read 208-212, Ex. 1-7

Monday, November 15, 2010

Algebra 2 Assignment 11/15

Algebra 2
  • Objectives: Cramer's Rule
  • Homework (due 11/16): Read 201-203, Ex. 1-4, 15, 16

Friday, November 12, 2010

Algebra 2 Assignment 11/12

Algebra 2
  • Homework (due 11/15): Read 194-197.   Ex. p. 198: 1, 2, 5-8, 38-40.

Tuesday, November 9, 2010

Assignment for 11/9

AP Computer Science

  • Objectives: Use methods of String class in Codingbat problems.
  • Class assignment: Read the slides for Chapter 10, from 1 to 16.  Start homework.
  • Homework (due 11/10):  Read Chapter 10.1 to 10.4.  Codingbat Java/warmup-1 problems:
    • startHi
    • delDel
    • mixStart
    • stringE
Algebra 2
  • Objectives: understand more matrix transformations
  • Assignment: worksheet for chapter 4.4

Monday, November 8, 2010

Assignment for 11/8

AP Computer Science

  • Assignment 11/8:  Only 33/42 have set their "Share To" to mike@huben.us, so please make sure everybody has.  Complete the 9 assigned for the weekend.  In Java/Warmup-1, do:
    • icyHot
    • in1020
    • close10
    • lastDigit
    If you are done, assist the others to catch up.
Algebra 2

  • Homework (due 11/9): Complete worksheet.

Friday, November 5, 2010

Assignment for 11/5

Algebra 2 
  • Classwork: The worksheet.  Work quietly on this in class, complete it over the weekend, and hand it in on Monday.  Show your work: attach any scrap paper you use for the problems.  Answers without work will not be credited.
AP Computer Science
      Classwork:
  • Go to http://codingbat.com/ and click on "create account".
  • Fill out the form with your full name (so I know whose work I'm seeing.)
  • Click on "prefs", write "mike@huben.us" in the "Share To" field and click "Share".  That lets me see your work.
  • Go back to the CodingBat main page, and click "Warmup-1" in the Java column.
  • Solve the following problems:
    • sleepin
    • monkeyTrouble
    • sumDouble
    • diff21
    • parrotTrouble
    • makes10
    • nearHundred
    • posNeg
    • intMax
  • These are due to be completed by Monday.

Thursday, November 4, 2010

Algebra 2 Assignment 11/4

Algebra 2
  • Homework (due 11/5): Read p. 185-7, Ex.: 1-3, 15, 4

Tuesday, November 2, 2010

APCS Assignment 11/2

AP Computer Science
  • Objectives: for and while loops!
  • Homework (due 11/3): finish today's programming classwork.  Problems 1 and 5 from chapter 8.  And the third problem is to write a program that asks for the size of an identity matrix and prints the matrix.  Use nested loops.