CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What...

7
CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will learn from this class How you can succeed from this class Questions and discussion Homework

Transcript of CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What...

Page 1: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

CS 170 Java ProgrammingIntroduce myselfIntroduce the classTeaching style and requirementsWhat you expect from meWhat I expect from youWhat you will learn from this classHow you can succeed from this classQuestions and discussionHomework

Page 2: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

Introduce Myself

Background information: http://dev2.ohlone.edu/people/ygao Educational background Teaching experience and expertise Office and lab hours

What else?

Page 3: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

Introduce to the Class

http://dev2.ohlone.edu/people/ygao/170.html

Page 4: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

Teaching Style and Requirements

Learn how to learn What, why, and how Flexible Minimum requirement

labs Midterm A project and Final Extra credit (in-class exercises)

Challenge Teamwork Creative thinking Independent study

Page 5: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

How You Can Succeed in The Class

Follow the instructionPlan aheadParticipate discussionHand in homework on-timeCommunicationTeamworkHonestyYou earn the grade, not I give you

Page 6: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

What Do You Expect from Me?

Page 7: CS 170 Java Programming Introduce myself Introduce the class Teaching style and requirements What you expect from me What I expect from you What you will.

Homework Follow the instructions in the last page of your text

and Install Java Windows JDK1.5.0.01 from http://www.java.sun.com and TextPad from http://www.textpad.com to your home computer

Follow the instructions in p.14-15 to setup the path in Environment Variables in the System

To test, type the following command in DOS:

javac

then press the Enter key You may also type

java –version

to verify the Java version you installed