Loading
notes intro/old submit AP Problems the dump links
 

Electronics

Show/Hide future schedule

Week12: 4/24/17
day activity assignment
mon (6 classes left)

Kahoot review

2015-q3

 

download

Quiz28b

Read and do mc from review (orange) book p25-47 (quiz tomorrow on it)

tues

Kahoot

quiz25

CS Lab - Elevens game

  • shuffle together
  • Discuss activity 8 - abstract board
  • Write ElevensBoard

Quiz28b

Quiz28c

wed

kahoot3

 

 

HW 2015-4

thur

kahoot

review test4

CS Lab - Elevens game

  • page 23/1,2,3 together
  • p23/4a-d
  • Discuss board together
  • p31/1a,b,c,d

Read and do mc from review (orange) book p48-55 and 61-68

quiz26

fri

kahoot-4

ap2008-1

ap2012-3,4

AP2009 Test6

Week11: 4/10/17
day activity assignment
mon

Recursion week

Towers of Hanoi, video

Intro to recursion - story

Recursion,

Quiz22

quiz27 - 5 submits

6 in total from Javabat from Recursion1 section count as JBATR

Advanced do 1 from Recursion 2 (counts as part of hw)

tues

Half the class taking MEA Science

2016-fr2 use reference sheet

 

 

Due Monday after break

test4 (60 points total) -

free response

wed

recursion questions

last years test

 

 

Quiz28a

 

thur

last years test

CS Lab - Elevens game

  • do activity 6 - questions 1-3
  • do activity1 -exercises 1c,d,2

download

Due Monday after break

test4 (60 points total) -

free response

fri   AP2004-MC counts as a 20 point HW take up to 20 times.

Week10: 4/3/17
day activity assignment
mon

2014-1

CS Lab - Elevens game

  • do activity1 -exercises 1c,d,2
  • do activity2 - exercises 1, 2,
  • do activity 3 together
    • If you are doing this on your own; just write selectionShuffle which takes in an array and shuffles it anyway you can. Disregard instructions - they are confusing and unnecessary.

 

download

Make up work

 

tues

review test3 both parts

Warmup - in BlueJ - in a new project called AnimalSpecies, Create an Animal class tracking age,weight, name, species. Have a toString, eat method (taking in double food //which will be how much food in pounds), talk (that returns "hi"). Have appropriate getters.

Inheritance

Animal practice together.

quiz21, keep working on makeup work, email or give to me by Wed 2pm.
wed SAT day - no class  
thur

Practice AP Questions

Abstract classes

example (open in bluej), q22a

activity

 

hw7

fri

Including today 10.5 days left

2005-2

Polymorphism

Shapes

quiz24

Read AP review book pg 1-23

Quiz tomorrow on pages 1-23 (especially 1-2)

There are 15 AP questions (with answers). Please keep track of how many you get right from each of the 3 sections.

Week9: 3/27/17
day activity assignment
mon

arraylist

quiz17

ArrayList Activity

 

 

submit ArrayList Activity
tues

HOWL Rubric

Self-Reflection - make a copy and share with me at borlaj@portlandschools.org

Used Car lot

HW 6c
wed

2013 - AP FR1

 

javabat - DO 4 ofAP1 - GRADED AS 4 point hw (1 each) -> You can do extra (up to 5 for .75 on test each)

 

thur

Kahoot

2010 FR - 1

Practice FR Questions

Test3 review

Test3fr review - BEST STUDYING

 

Test3fr review

fri

Test3

reference page

Redo Test3 - you have 5 more submits, I will average your first and best.

Extra credit:

Do any free responses form here. Each one count as 1 points on test grade, for max of 7 points.

Week8: 3/20/17
day activity assignment
mon

quiz16b

Search in Arrays

PASSWORD ACTIVITY

HW6b - On paper - p388 AP fr question - a,b
tues

HighSchoolClass -Page 5 -- Questions A,B work together - hand/email this in

 

PASSWORD ACTIVITY - day2

Because Im not here, I would like you to try on your own, but the solutions are here. If you werent here yesterday, look at our classwork here for binary search.

If you finish early, start hw.

2015-q1 due Thursday - bring questions tomorrow
wed

handout ap forms

review 2015q1

sorting

 

quiz16c
thurs

Warmup AP6 /1-5

sat data

 

 

quiz16c (if you didnt do it)

2015-q1 (if you didnt do it)

fri

2004 AP FR CS4

Review Free response -3 (Hiking)

Review 2015-q1

CS Lab - Elevens game

  • do activity 6 - questions 1-3
  • do activity1 -exercises 1c,d,2

download

 

Week7: 3/13/17
day activity assignment
mon

javabat - do 5 array2 (if advanced try array3)

 

array activities

array activities due tomorrow
tues snow day  
wed

test2 analyze

 

 

Free response -3 (Hiking)

Extra credit: do more of javabat - array2 (up to 6 more)

thurs

test2 analyze

2d Arrays,

practiceProblem

Jeopardy

quiz16a

HW6a/p381/SHORT ANSWER 1,3,5,6, p383 - Programming 1,4[extra credit]-(start with this code if you like),

fri

jeopardy

2d array q1

searching unplugged

HW6a/p381/SHORT ANSWER 1,3,5,6, p383 - Programming 1,4[extra credit]-(start with this code if you like),

Week6: 3/6/17
day activity assignment
mon

interface powerpoint, quiz 15,

Interface Activity

HW5

HW5b short answer p309/1,2,3,5,6,7

due Wednesday
tues

recap - Interface Activity

Review Comparable

Quiz 15b

  • add to BankAccount together
  • write Comparable for TwoDice which will the difference between these TwoDice with those its comparing.

Comparable

 
wed

Warmup

Kahoot

review test

TF Review (a few questions we did not cover, but I kept anyway b/c they are interesting answers at the end.

test for homework (due Friday) MC, FR
thurs

too many daves

array notes,quiz16,

array activities

array activities due Monday

fri

APFR2011 - 1Sound

Free response -3 (Hiking)

finish array activities

Redo test2 take as many as 10 times

Week4: 2/27/17
day activity assignment
mon

 

References Activity

quiz13a

 

HW read 5.0, 5.1 quiz both Tuesday

tues

Warmup - Modify the BankAccount class so that it has these new methods:

  1. add a new variable for interestRate
  2. add methods getInterestRate and setInterestRate
  3. add method addInterest that will not return anything but will add the interest to the balance. Interest is calculated as the rate times the balance. Ie. if interestRate was .05 and the balance was 300, than when addInterest was called, the new balance would be 315 (300 + .05*300)
quiz13
wed

Static notes,,

Accounts2

quiz14

AP HW

thurs Accounts2  
fri

AP FR 2010-2 (page 5)

Write in psuedo-code with a partner

 

Week4: 2/13/17
day activity assignment
mon

 

snow day

 

 
tues snow day  
wed

Classes,quiz12

Bank Account

Warmup: do Accounts and dice1

HW3- due tomorrow (best of 3 submits)

HW4 look up any answer you dont know (due Friday)

thurs

test1Analyze

Warmup: do dice1

 

HW4 look up any answer you dont know
fri

finish dice

AP Chpt 4 FR

notes on methods, quiz11

 

quiz11

Quizzes 11a,12a

Week3: 2/6/17
day activity assignment
mon

quiz7a - AP questions

Conditional,

do 8 more logic section (advanced do some from logic 2) from Javabat

Finish javabat

quiz9a, quiz9b

tues

quiz10, Loops, quiz 10a, for assignments

 
wed

for assignments

 

Finish for loops
thurs

snow day

 
fri

Finish for loops

practice questions

kahoot(BAD)

review of Test, more review ANSWERS

TEST1

formula sheet

Free Response

Week2: 1/30/17

day activity assignment
mon

 

Variables and primitive types,

quiz6,

Activity 1 - Primitive Data

 

chpt 2.0,2.1, quiz4 (2 submits)

read chpt2.2 (quiz5 2 submits on this)

quiz6

tues

quiz6b

Variables and primitive types - conversions

quiz6c

Activity 1 - Primitive Data due Wednesday

Activity 1 - Primitive Data due Wednesday

(all students must show a good try for isSelfDivisors - high flyers must do the ap version look here

HW1 (read any missing material) [2 submits]

wed

Strings,

Strings, quiz7

String Activity2

or Javabat

HW2 (this includes a couple of book problems)

thurs

powerpoint on objects

Javabat or String Activity2

share w/deeringcs@gm****om

 

 

frid

AP questions quiz

Student login

Math Class, quiz8,

Math activities

complete AP fr1 (p255) (p1, p2)

next week test on chpts 1-3

 

Week1: 1/23/17

day activity assignment
mon

Course outlines for AP Computer Science, Intro, expectations,academic honesty,survey

Card sorting activity:

1. The cards start face down on the table
2. The instructions must be for only one person.
3. The person moving the cards can only have one card in each hand at any point (i.e. s/he can only look at the values of two cards)
4. The instructions can't require that the person remember the value of a card once they put it down. You can however use the space on the table however you like.

Read Chpt 1.0, 1.1(digital, bits)

Get course requirement sheet signed.

tues snow day  
wed

quiz1,

sample 2009 ap questions , quiz0,

Required labs

review Bases

Practice with Bases

Ascii activity table

quiz1a

Binary quiz1a

redo if you need to Binary quiz1b

read chapter 1.2 and do quiz2

Extra Credit - find the passwords

thurs

 

chpt 1-3, quiz3,

chpt 1-4 quiz3a

playing with eclipse intro

quiz3a

Download Eclipse and finish picture

frid

 

Roleplay activity, objects and classes, playing with blueJ

Roleplay source and questions - submit to borlaj@portlandschoo..... with subject: Roleplay

 

wrapper classes ppt

packages and libraries quiz8a

 

chpt 2.0,2.1, quiz4 (2 submits)

read chpt2.2 (quiz5 on this)