+ All Categories
Home > Documents > SCPP CS Project

SCPP CS Project

Date post: 04-Jan-2016
Category:
Upload: neylan
View: 47 times
Download: 0 times
Share this document with a friend
Description:
SCPP CS Project. 6/30/2013. Lecture 1 Administrivia Course Expectations Penguin Points Computer Science Hand out Finches Processing IDE Setup Finch library Run Finch Example Make a new sketch Introduction to objects. Role Facebook group Course website. Lecture 1 Administrivia - PowerPoint PPT Presentation
Popular Tags:
9
Transcript
Page 1: SCPP CS Project
Page 2: SCPP CS Project

2

6/30/2013SCPP CS Project

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Page 3: SCPP CS Project

3

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Role

Facebook group

Course website

Page 4: SCPP CS Project

4

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Workload

Daily quizzesOne examOne projectNo Homework

Page 5: SCPP CS Project

5

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Page 6: SCPP CS Project

6

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

What is Computer Science?

Page 7: SCPP CS Project

7

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Page 8: SCPP CS Project

8

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

import edu.cmu.ri.createlab.terk.robot.finch.*;

Page 9: SCPP CS Project

9

Lecture 1

AdministriviaCourse ExpectationsPenguin PointsComputer ScienceHand out FinchesProcessing IDESetup Finch libraryRun Finch ExampleMake a new sketchIntroduction to objects

Finch abraham = new Finch();


Recommended