Tuesday, November 30, 2010

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!

Wednesday, November 17, 2010

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

Friday, November 12, 2010

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

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.