Difference between revisions of "AP Computer Science"

From WLCS
(Tuesday (9/22/15))
(545 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tuesday (9/22/15) ==
+
== EXAM INFORMATION ==
'''Warmup:'''
+
* Friday, May 17th - 12pm - Wrestling Room
* Complete Activity 3 if unfinished
+
* [http://washingtonlee.apsva.us/wp-content/uploads/sites/38/2019/03/AP-IB-Exam-May-2019-schedule-for-POSTERS-3-27-19.pdf Complete AP/IB Exam Calendar]
* Complete Test 3 if unfinished
+
* [https://docs.google.com/document/d/19XmF8sgXBu1hOb4_wcSK1zmEkQ-IwkP4b3MSH_Orzy8/edit?usp=sharing AP/IB Exam Study Strategies]
  
 +
== Monday (4/22/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Booleans
+
* Flash card circle
* Relational Operators
+
*# Number a sheet of paper from 1 through 10
* Comparing Strings
+
*# You will have 60 seconds for each simple statement
* Logical Operators
+
*# Pass the card to your right
* Complete Activity 4: Booleans
+
* Review flash card answers
* Complete Test 4
+
* Topics review
* Arrays!!!
+
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf APCS Java Subset]
* Finish reading Arrays
+
** Make sure you read the notes at the bottom of the subset!
 +
** Class-walk through of every testable language feature
 +
* Compile a list with links of all the eIMACS Quick References (#1-19)
 +
** List the subtopics for each quick reference
 +
** Be sure to paste links
 +
* [https://docs.google.com/document/d/1fFYAfNpJDuQGb4iTZ-wfeaZLyqXSt3PJHtfry25jyUk/edit?usp=sharing Example APCS exam review]
 +
* [https://doodle.com/poll/66uuh5swtfpck4yy AP/IB Exam Doodle (L-day mornings)]
  
 
'''Homework:'''
 
'''Homework:'''
# Complete Activity 4
+
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #3] - 22 mins total
# Complete Test 4
 
# Finish reading Arrays
 
# Complete Test 5
 
  
== Friday (9/18/15) ==
+
== Monday - Friday (4/15/19 - 4/19/19) ==
'''Warmup:'''
+
* Spring Break
* Complete Activity 2.1 - 2.4 (it will count for a grade)
 
  
 +
== Thursday (4/11/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Strings
+
* Flash card circle
** Concatenation (connecting/adding together)
+
*# Number a sheet a paper from 1 through 13
** Methods - length(), substring(), indexOf()
+
*# You will have a True/False flash card and you must answer it within 30 seconds.  Make sure you write True/False in the appropriate number
** Converting to Strings
+
*# Pass the card to your right
* Displaying messages
+
* Review True/False answers
** System.out.print() and System.out.println()
+
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #2] - 22 mins total
* Complete Activity 3
 
* Complete Test 3
 
 
 
'''Homework:'''
 
* Complete Activity 3 if unfinished
 
* Complete Test 3 if unfinished
 
  
== Wednesday (9/16/15) ==
+
== Tuesday (4/9/19) ==
 
'''Warmup:'''
 
'''Warmup:'''
* If you have not taken Test 1, then you must do so NOW
+
* Complete sample questions #1-5 from [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-course-description.pdf AP CS Course Description] on page 19
 +
** You have 11 minutes
  
 
'''Agenda:'''
 
'''Agenda:'''
* Tests and grade curving
+
* [https://www.albert.io/blog/ap-computer-science-tips/ Albert.io Study Tips]
** Grades will be curved to the class average and standard deviation as a whole
+
* AP CS Study Documents (let Mr. Bui know if you want a hard-copy now)
* Types and casting review
+
** https://ap-computer-science-guide.github.io/
* Arithmetic Expressions
+
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf AP CS Java Subset]
* Pitfalls and Surprises 1 2
+
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/explore-ap/ap-computer-science-a-2014-java-quick-reference.pdf AP CS Java Quick Reference]
* Declaring and Assigning Values to Variables
+
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #1] - 22 mins total
* Programming Shortcuts
+
** You may ask Jeff how to approach the problem if you need help
* Complete Activity 1: Rounding
+
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #2] - 22 mins total
 +
** You may ask Jeff how to approach the problem if you need help
  
 
'''Homework:'''
 
'''Homework:'''
# Complete syllabus agreement form online
+
* Complete [https://www.albert.io/assignment/60dbb250-7dc8-4032-afe8-c6c1773e3d31 22Qs Albert.io - Program Implementation - Declaration & Output]
# Take Test 2
 
  
== Monday (9/14/15) ==
+
== Friday (4/5/19) ==
* Lab cleanup & setup
+
'''Agenda:'''
** Wipe down desk areas
+
* Go over HW
** Keyboards, mice
+
* Demo image processing assignments
** Cables: power, network
 
* Introduction to Java
 
** [[Media:IntroJava.ppt]]
 
** [http://www.pythontutor.com http://www.pythontutor.com] - Code Visualizer
 
** [http://en.wikipedia.org/wiki/Hello_world_program Hello world program]
 
* Notetaking
 
*# Use Google Drive
 
*# Title the notes by class and date
 
* eIMACS - Java Basics->Variables and Expressions
 
** int, double, E notation
 
** casting
 
** Take Test 1
 
  
 
'''Homework:'''
 
'''Homework:'''
# Syllabus agreement form online
+
* Complete [https://www.albert.io/assignment/00b78f66-9d56-413c-86ce-0ba51d9bb5df Albert.io Program Construction - Classes]
# Complete casting section
 
# Take Test 1
 
  
== Thursday (9/10/15) ==
+
== Wednesday (4/3/19) ==
* Name cards
+
'''Agenda:'''
* Complete the [https://docs.google.com/spreadsheet/viewform?key=0ApPgoX5sTp-_cDZfazFTTWJTMnp2TUhKTkpCQmtGUEE Student Survey]
+
* Demo Image Processing assignments
* Misc logistics
 
** 20/10 no pass policy
 
** Location of bathrooms
 
** Sign in/out sheets
 
** Mr. Bui has C Lunch (3rd Lunch)
 
* [[AP Computer Science Syllabus]]
 
** Complete online syllabus agreement form by the end of next week (9/18/15)
 
* [http://classroom.google.com Google Classroom]
 
** Sign into your APS Google accounts
 
** Class code: 9tr0sv0
 
* [http://www.eimacs.com www.eimacs.com]
 
** Sign up for accounts (via Mr. Bui)
 
** Login!
 
* What is computer science?
 
* Introduction to Java
 
** [[Media:IntroJava.ppt]]
 
** [http://www.pythontutor.com http://www.pythontutor.com] - Code Visualizer
 
** [http://en.wikipedia.org/wiki/Hello_world_program Hello world program]
 
  
 
'''Homework:'''
 
'''Homework:'''
# Go to Syllabus (on the left)
+
* Complete the [https://www.albert.io/assignment/dcc0878d-76c6-42fe-aa1e-5463573cf05f Albert.io Program & Class Design (part 1) assignment]
# Read it
+
** Spend no more than 2 minutes per question
# Complete the agreement form with your parent (you will need your APS Google login)
 
 
 
== Tuesday (9/8/15) ==
 
* Introductions
 
* Name cards
 
  
'''Homework:'''
+
== Archives ==
# Go to Syllabus (on the left)
+
* [[APCS - 1819 - March]]
# Read it
+
* [[APCS - 1819 - February]]
# Complete the agreement form with your parent (you will need your APS Google login)
+
* [[APCS - 1819 - January]]
 +
* [[APCS - 1819 - December]]
 +
* [[APCS - 1819 - November]]
 +
* [[APCS - 1819 - October]]
 +
* [[APCS - 1819 - September]]
 +
* [[APCS - 1718]]
 +
* [[APCS - 1516]]

Revision as of 10:26, 22 April 2019

EXAM INFORMATION

Monday (4/22/19)

Agenda:

  • Flash card circle
    1. Number a sheet of paper from 1 through 10
    2. You will have 60 seconds for each simple statement
    3. Pass the card to your right
  • Review flash card answers
  • Topics review
    • APCS Java Subset
    • Make sure you read the notes at the bottom of the subset!
    • Class-walk through of every testable language feature
  • Compile a list with links of all the eIMACS Quick References (#1-19)
    • List the subtopics for each quick reference
    • Be sure to paste links
  • Example APCS exam review
  • AP/IB Exam Doodle (L-day mornings)

Homework:

Monday - Friday (4/15/19 - 4/19/19)

  • Spring Break

Thursday (4/11/19)

Agenda:

  • Flash card circle
    1. Number a sheet a paper from 1 through 13
    2. You will have a True/False flash card and you must answer it within 30 seconds. Make sure you write True/False in the appropriate number
    3. Pass the card to your right
  • Review True/False answers
  • 2016 Practice FRQ #2 - 22 mins total

Tuesday (4/9/19)

Warmup:

Agenda:

Homework:

Friday (4/5/19)

Agenda:

  • Go over HW
  • Demo image processing assignments

Homework:

Wednesday (4/3/19)

Agenda:

  • Demo Image Processing assignments

Homework:

Archives