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

7
1 AP Computer Science Workshop Joe Kmoch Washington HS, Milwaukee, WI [email protected] www.whs.edu/~kmoch July 18, 2003

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.

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

1

AP Computer Science Workshop

Joe Kmoch

Washington HS, Milwaukee, [email protected]

www.whs.edu/~kmochJuly 18, 2003

Page 2: 1 AP Computer Science Workshop Joe Kmoch Washington HS, Milwaukee, WI  July 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

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

3

Introductions

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

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

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

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

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

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

6

OO Concepts

AbstractionEncapsulationInheritancePolymorphism

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

7

Let’sGet

Started