orientation computer sciences summer camp. organizers dr. phil chan ms. rosalyn bursey; (321)...

26
Orientation Computer Sciences Summer Camp

Upload: aubrey-gallagher

Post on 16-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Orientation

Computer Sciences Summer Camp

Page 2: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Organizers

• Dr. Phil Chan• Ms. Rosalyn Bursey; (321) 674-7777• William Nyffenegger• Tiger Sun

Page 3: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Schedule

• 9am arrival• 11:30am-12:30pm lunch at Panther Dining

Hall (all you care to eat)• 3pm dismissalWe will have breaks every now and then in the afternoon and morning. Restrooms are located in the center of the Olin building.

No food or drink in the computer labs.

Page 4: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

“Oscars”

• We will demonstrate students’ projects• Everyone is invited (friends and family)– 1:30pm, Friday, July 18th– Olin Life Science Auditorium (Room 130)

Page 5: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 6: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Flash Drives

• Please check-in every morning and again at dismissal– we recommend pick-up and drop-off outside the

labs or behind Olin building• Leave the flash drives with the Alice software

and name tags– we’ll distribute them every morning.

• You can have the flash drives at the end of camp

Page 7: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Emergency Contact

• Please verify that we have your emergency contact information correct.

• Please verify that we have all the paperwork.

Page 8: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Goals

• Have fun.• Make simple computer-generated animations. • Introduce computational thinking.

Page 9: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Alice

• 3D animation• Designed to ease students

into computational problem solving• actions of characters in 3D• (vs manipulation of data)

Page 10: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Some objects in Alice

Page 11: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Crafting scenes, instructing movement

Page 12: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Alice Example

• PJ’s Dream– http://www.cs.duke.edu/csed/web/alice09/videos/pjsDream/pjsDream.mov

• Set– http://www.cs.duke.edu/csed/web/alice09/videos/set/set.mov

Page 13: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Computer Science (CS)

• Car drivers vs. car designers

Page 14: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Computer Science (CS)

• Car drivers vs. car designers• CS is not using a computer– design and create software and hardware

• Little CS in Brevard high schools– 1 out of 16 public high schools 3 years ago– Currently 4 out of 16– Available at Florida Virtual School

Page 15: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Brief AnalogyMultiplication

• Compare two ways of multiplying: n^8 = n*n*n*n*n*n*n*n seven multiplications• Or: n*n=m; m*m=p; p*p=n^8. Only three

multiplications required

Page 16: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Reminder: “Oscars”

• We will demonstrate students’ projects• Everyone is invited (friends and family)– 1:30pm, Friday, July 18th– Olin Life Science Auditorium (Room 130)

Page 17: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 18: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 19: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 20: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

Where are we?

• We are on the campus of Florida Tech

Page 21: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

What is Alice?

• Using Alice, one can quickly create an animated movie in which characters move about and interact in an imagined 3D world. Along the way, you learn how to write a simple computer program.

• The results don’t look like Toy Story, but you can experience the satisfaction of getting a computer to do what you want it to do—and of showing off waddling penguins or attacking bugs.

Page 22: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

• In a computer program, each instruction specifies an action. Writing a program to animate 3D objects is all about deciding what actions you want these objects to perform.

• With Alice, students begin by crafting stories. Then, they work out lists of actions that must go into the programs to tell the story. The students learn how to break a large problem into smaller pieces. It’s a bit like doing a word problem in math.

Page 23: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

• Users select characters, such as ice skaters or monsters, and environments, such as a forest or a city. They then create scenes in which the characters talk and move around in these environments.

• Working with Alice, students aren’t faced with the hardest part of writing a computer program—specifying in excruciating detail, and in exactly the right language, every little thing that has to happen

Page 24: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 25: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun
Page 26: Orientation Computer Sciences Summer Camp. Organizers Dr. Phil Chan Ms. Rosalyn Bursey; (321) 674-7777 William Nyffenegger Tiger Sun

All ICPC Winners Since 2000Year University

2013, 2012, 2009, 2008, and 2004

Санкт-Петерб ргский госуд рственный университ т информаци нных у́� а́� е́� о́�технол гий, мех ники и птикио́� а́� о́� (Saint Petersburg State University of Information Technologies, Mechanics and Optics)

2011 浙江大学 (Zhejian Univerisity)2010, 2005, and 2002

上海交通大学 (Shanghai Jiao Tong University)

2007, and 2003

Uniwersytet Warszawski (University of Warsaw)

2006 Саратовский Государственный Университет (Saratov State University)

2001, and 2000

Санкт-Петербургский государственный университет (Saint Petersburg State University)