1 AP Computer Science Workshop Joe Kmoch Washington HS, Milwaukee, WI July 18, 2003.

Post on 18-Jan-2018

215 views 0 download

description

3 Introductions Name, School, Location. Experience with CS, AP, Java. Some questions you want answers to.

Transcript of 1 AP Computer Science Workshop Joe Kmoch Washington HS, Milwaukee, WI July 18, 2003.

1

AP Computer Science Workshop

Joe Kmoch

Washington HS, Milwaukee, WIkmoch@whs.edu

www.whs.edu/~kmochJuly 18, 2003

2

Computer Science

Computer Science is the study of computers and computational processes (known as algorithms) including their principles, their hardware and software designs, their applications, and their impact on society.Tucker, Allen, et. al. ACM Model Curriculum for K-12 CS, November, 2002

3

Introductions

Name, School, Location.Experience with CS, AP, Java.Some questions you want answers to.

4

Workshop Overview

IntroductionsObject-Oriented ParadigmDesigning an OO SolutionJava – Intro, AP Subset, GotchasJava Marine Biology SimulationModifying and Creating Simple ClassesJava Free Response – Solving & GradingThe finish line

5

“Ground Rules”

I do intend for this to be an interactive session, not a time to pontificate.

Please ask questions anytime.There will be a 15 minute break and an

hour lunch.Bathroom break anytime you need it!Ends at 3:30pm

6

OO Concepts

AbstractionEncapsulationInheritancePolymorphism

7

Let’sGet

Started