cs 200 - programming i · liand, daniel y. introduction to java programming, brief version, 11th...

49
CS 200 - Programming I Marc Renault Department of Computer Sciences University of Wisconsin – Madison Fall 2017 TopHat Sec 3 (PM) Join Code: 719946 TopHat Sec 4 (AM) Join Code: 891624

Upload: others

Post on 25-Jun-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I

Marc Renault

Department of Computer SciencesUniversity of Wisconsin – Madison

Fall 2017TopHat Sec 3 (PM) Join Code: 719946TopHat Sec 4 (AM) Join Code: 891624

Page 2: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

CS 200 - Programming I:Fall 2017

Page 3: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Computer Science and Programming

Computer Science

Broad discipline that explores any and all areas ofcomputation.Includes: theory of computation, algorithms, computergraphics, language theory, systems, and human-computerinteraction.

Programming

Providing a set of instructions to a computer to automate aspecific task or solve a given problem.An application of computer science.Implementing algorithms.

1/14

Page 4: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Computer Science and Programming

Computer ScienceBroad discipline that explores any and all areas ofcomputation.Includes: theory of computation, algorithms, computergraphics, language theory, systems, and human-computerinteraction.

Programming

Providing a set of instructions to a computer to automate aspecific task or solve a given problem.An application of computer science.Implementing algorithms.

1/14

Page 5: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Computer Science and Programming

Computer ScienceBroad discipline that explores any and all areas ofcomputation.Includes: theory of computation, algorithms, computergraphics, language theory, systems, and human-computerinteraction.

ProgrammingProviding a set of instructions to a computer to automate aspecific task or solve a given problem.

An application of computer science.Implementing algorithms.

1/14

Page 6: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Computer Science and Programming

Computer ScienceBroad discipline that explores any and all areas ofcomputation.Includes: theory of computation, algorithms, computergraphics, language theory, systems, and human-computerinteraction.

ProgrammingProviding a set of instructions to a computer to automate aspecific task or solve a given problem.An application of computer science.

Implementing algorithms.

1/14

Page 7: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Computer Science and Programming

Computer ScienceBroad discipline that explores any and all areas ofcomputation.Includes: theory of computation, algorithms, computergraphics, language theory, systems, and human-computerinteraction.

ProgrammingProviding a set of instructions to a computer to automate aspecific task or solve a given problem.An application of computer science.Implementing algorithms.

1/14

Page 8: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

About You

My current year in school is:a. Freshmanb. Sophomorec. Juniord. Seniore. Graduate Studentf. Other

2/14

Page 9: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

About You

My primary reason for taking CS 200:a. I am very interested in the subject.b. I am curious to learn more about the subject.c. It fulfils a requirement for my CS major or certificate.d. It fulfils a requirement outside of the CS major or certificate.e. It fits my schedule.f. I’ve heard good things about the course.

2/14

Page 10: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

About You

I have daily access (outside of university labs) tocomputers with the following operating systems:a. Windowsb. Macc. Linuxd. Othere. None

2/14

Page 11: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

CS 200 Programming IFall 2017 Teamhttps://cs200-www.cs.wisc.edu/wp/contact/

Instructors

Jim Williamsjimw @cs.wisc.eduLectures 001 and 002Office: 6384 CSHours: T 10am - noon, W9am - 11am, or by appt.

Marc Renaultmrenault @cs.wisc.eduLectures 003 and 004Office: 6382 CSHours: T 1pm - 3pm, Th10am - noon, or by appt.

3/14

Page 12: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

CS 200 Programming IFall 2017 Teamhttps://cs200-www.cs.wisc.edu/wp/contact/

Consultants (Teaching and Lab Assistants)

3/14

Page 13: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

CS 200 Programming IFall 2017 Teamhttps://cs200-www.cs.wisc.edu/wp/contact/

Consultants (Teaching and Lab Assistants)

3/14

Page 14: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

CS 200 Programming IFall 2017 Teamhttps://cs200-www.cs.wisc.edu/wp/contact/

Consultants (Teaching and Lab Assistants)

3/14

Page 15: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

OverallIntended for students who have no prior programmingexperience.Teach the process of incrementally developing smallprograms along with fundamental CS topics.Key topics: problem abstraction, edit-compile-run cycle,data types, control structures, basic testing and debugging,and good programming practices.

4/14

Page 16: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

Specific Learning OutcomesDesign and implement a standalone program that caninteract with the user via prompts and or menus, accessand edit data stored in an array or list structure, and useand further process the data found in those structures.

Able to trace code to determine output or results.Able to implement a given program design and choosecorrect control structures for implementing algorithmsexpressed in pseudocode.

4/14

Page 17: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

Specific Learning OutcomesDesign and implement a standalone program that caninteract with the user via prompts and or menus, accessand edit data stored in an array or list structure, and useand further process the data found in those structures.Able to trace code to determine output or results.

Able to implement a given program design and choosecorrect control structures for implementing algorithmsexpressed in pseudocode.

4/14

Page 18: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

Specific Learning OutcomesDesign and implement a standalone program that caninteract with the user via prompts and or menus, accessand edit data stored in an array or list structure, and useand further process the data found in those structures.Able to trace code to determine output or results.Able to implement a given program design and choosecorrect control structures for implementing algorithmsexpressed in pseudocode.

4/14

Page 19: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

Specific Learning OutcomesAble to interpret a variety of diagram types used toexpress programming concepts and results: truth tables,memory model diagrams, control flow charts, classdiagrams, object diagrams, and use-case diagrams.

List, describe, use the basic I/O operations for reading andwriting text files to and from the computer’s hard drive.

4/14

Page 20: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Course Aimhttps://cs200-www.cs.wisc.edu/wp/syllabus/

Specific Learning OutcomesAble to interpret a variety of diagram types used toexpress programming concepts and results: truth tables,memory model diagrams, control flow charts, classdiagrams, object diagrams, and use-case diagrams.List, describe, use the basic I/O operations for reading andwriting text files to and from the computer’s hard drive.

4/14

Page 21: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Getting Started

Page 22: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Getting Startedhttps://cs200-www.cs.wisc.edu/wp/

Checklist1 zyBook Registration2 TopHat Registration3 Activate Piazza account4 Activate CS Account5 Find Team Lab6 Review the Syllabus7 By week 3: Exam conflicts and accommodations8 By week 3: Install Java 8 and Eclipse on your computer

5/14

Page 23: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

1. zyBook Registration

Required:

COMP SCI 200: Programming IzyBooks.com, 2015.zyBook code:WISCCOMPSCI200Fall2017

6/14

Page 24: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

1. zyBook Registration

Required:

COMP SCI 200: Programming IzyBooks.com, 2015.zyBook code:WISCCOMPSCI200Fall2017

Use zyBooks forText bookParticipation marks (Before lecture - 5%)Challenge activities (After lecture - 5%)Programming Assignments

6/14

Page 25: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

1. zyBook RegistrationRequired:

COMP SCI 200: Programming IzyBooks.com, 2015.zyBook code:WISCCOMPSCI200Fall2017

Additional reference:

Liand, Daniel Y. Introduction to JavaProgramming, Brief Version, 11thEdition. Pearson, 2018.

6/14

Page 26: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

2. TopHat Registration

Join Codes:Lecture003 MWF (PM): 719946Lecture004 MWF (AM): 891624

In-class participationFacility classroom participation.Participation grade (5%)

7/14

Page 27: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

2. TopHat Registration

Join Codes:Lecture003 MWF (PM): 719946Lecture004 MWF (AM): 891624

In-class participationFacility classroom participation.Participation grade (5%)

7/14

Page 28: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

3. Activate Piazza Account

Online question resourceOne discussion area for all sections.Interaction of students, consultants and instructors.First stop for getting questions answered.

RulesBe courteous.Don’t post code!Read Piazza Expectations post.

8/14

Page 29: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

3. Activate Piazza Account

Online question resourceOne discussion area for all sections.Interaction of students, consultants and instructors.First stop for getting questions answered.

RulesBe courteous.Don’t post code!Read Piazza Expectations post.

8/14

Page 30: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

4. Activate your CS Account

CS Account Key PointsAll registered CS 200 students are provided an account forthe CS lab.The username and password can differ from your UWNetID.Some accounts may not be available until after the first dayof classes.1 day delay in activation.Needed to log into lab computers.

9/14

Page 31: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

5. Prepare for Team Labs

Team LabsReview the previous week zyBooks chapter.Broken up into labs of 50 students with (ideally) 1consultant per 10 students.Pair programming.Labs are designed to be interactive.

Marks are participation based:Arrive on time (within 5 minutes): 1 pointLeave on time (within 5 minutes): 1 pointParticipation: 3 points

10/14

Page 32: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

5. Prepare for Team Labs

Team LabsReview the previous week zyBooks chapter.Broken up into labs of 50 students with (ideally) 1consultant per 10 students.Pair programming.Labs are designed to be interactive.Marks are participation based:

Arrive on time (within 5 minutes): 1 pointLeave on time (within 5 minutes): 1 pointParticipation: 3 points

10/14

Page 33: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

GradingParticipation (20%)

zyBooks Participation Activities (5%)zyBooks Challenge Activities (5%)Team Labs (5%)TopHat Questions (5%)

80% rule: 80% of the possible points in a category receivesfull credit.

Exams (45%)Midterm 1 (10%) – Thursday, Oct 12 (5pm to 7pm)Midterm 2 (15%) – Thursday, Nov 16 (5pm to 7pm)Final Exam (20%) – Monday, Dec 18 (5:05pm to 7:05pm)

Programs (35%)5 week long programming assignments (P1 - P5)2 multi-week assignments (BP1 & BP2)

11/14

Page 34: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

GradingParticipation (20%)

zyBooks Participation Activities (5%)zyBooks Challenge Activities (5%)Team Labs (5%)TopHat Questions (5%)80% rule: 80% of the possible points in a category receivesfull credit.

Exams (45%)Midterm 1 (10%) – Thursday, Oct 12 (5pm to 7pm)Midterm 2 (15%) – Thursday, Nov 16 (5pm to 7pm)Final Exam (20%) – Monday, Dec 18 (5:05pm to 7:05pm)

Programs (35%)5 week long programming assignments (P1 - P5)2 multi-week assignments (BP1 & BP2)

11/14

Page 35: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

GradingParticipation (20%)

zyBooks Participation Activities (5%)zyBooks Challenge Activities (5%)Team Labs (5%)TopHat Questions (5%)80% rule: 80% of the possible points in a category receivesfull credit.

Exams (45%)Midterm 1 (10%) – Thursday, Oct 12 (5pm to 7pm)Midterm 2 (15%) – Thursday, Nov 16 (5pm to 7pm)Final Exam (20%) – Monday, Dec 18 (5:05pm to 7:05pm)

Programs (35%)5 week long programming assignments (P1 - P5)2 multi-week assignments (BP1 & BP2)

11/14

Page 36: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

GradingParticipation (20%)

zyBooks Participation Activities (5%)zyBooks Challenge Activities (5%)Team Labs (5%)TopHat Questions (5%)80% rule: 80% of the possible points in a category receivesfull credit.

Exams (45%)Midterm 1 (10%) – Thursday, Oct 12 (5pm to 7pm)Midterm 2 (15%) – Thursday, Nov 16 (5pm to 7pm)Final Exam (20%) – Monday, Dec 18 (5:05pm to 7:05pm)

Programs (35%)5 week long programming assignments (P1 - P5)2 multi-week assignments (BP1 & BP2)

11/14

Page 37: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

No Late Assignments Accepted80% rule for Participation items.In extreme circumstances, contact me ASAP and submitwhat has been done.

Academic IntegrityAcademic dishonesty or misconduct is taken very seriouslyby the university (see UW–Madison Academic Integritypolicy).It is academic misconduct to submit someone else’s workas your own.It is academic misconduct to help another student commitacademic misconduct.

11/14

Page 38: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

6. Review the Syllabus

No Late Assignments Accepted80% rule for Participation items.In extreme circumstances, contact me ASAP and submitwhat has been done.

Academic IntegrityAcademic dishonesty or misconduct is taken very seriouslyby the university (see UW–Madison Academic Integritypolicy).It is academic misconduct to submit someone else’s workas your own.It is academic misconduct to help another student commitacademic misconduct.

11/14

Page 39: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

The Rest (by week 3)

7. Determine exam conflicts and other accommodationsrequests.

Midterm 1 – Thursday, Oct 12 (5pm to 7pm)Midterm 2 – Thursday, Nov 16 (5pm to 7pm)Final Exam – Monday, Dec 18 (5:05pm to 7:05pm)

8. Install Java 8 and Eclipse on your computer.https://cs200-www.cs.wisc.edu/wp/install-eclipse/

Consultants can help if you are having trouble with theinstallation.

12/14

Page 40: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

The Rest (by week 3)

7. Determine exam conflicts and other accommodationsrequests.

Midterm 1 – Thursday, Oct 12 (5pm to 7pm)Midterm 2 – Thursday, Nov 16 (5pm to 7pm)Final Exam – Monday, Dec 18 (5:05pm to 7:05pm)

8. Install Java 8 and Eclipse on your computer.https://cs200-www.cs.wisc.edu/wp/install-eclipse/

Consultants can help if you are having trouble with theinstallation.

12/14

Page 41: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Getting Help

Page 42: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

Getting Helphttps://cs200-www.cs.wisc.edu/wp/help/

Help!Tips for Solving Programming ProblemsPiazza Online DiscussionConsultants

2:00pm to 5:30pm – 1358 CS5:30pm to 8:00pm – 1350 CS or 1370 CS

Instructor Office HoursCS Learning CenterDrop-in Tutoring (College of Engineering)

13/14

Page 43: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

A couple more questions.

Which of the following is the best estimate for the amountof computer code that you have written prior to this class?a. 0 lines (I have never written any code)b. 1 – 200 lines (I have written some code, but not a lot)c. 201 – 2,000 lines (I have written several small programs)d. 2,000 – 20,000 linese. > 20,000 (I have done a substantial amount of programming)

14/14

Page 44: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

CS 200 - Programming I: Fall 2017 Getting Started Getting Help

A couple more questions.

I am expecting to spend approximately this many hoursper week on this class:a. Less than 4 hours/weekb. 4 – 8 hours/weekc. 8 – 12 hours/weekd. 12 – 16 hours/weeke. More than 16 hours/week

14/14

Page 45: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

Appendix References

Appendix

Page 46: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

Appendix References

References

Page 48: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

Appendix References

Image Sources II

https://piazza.com/

https://cs200-www.cs.wisc.edu/wp/

https://cs200-www.cs.wisc.edu/wp/

https://cs200-www.cs.wisc.edu/wp/

https://brand.wisc.edu/web/logos/

http://www.zybooks.com/

16/14

Page 49: CS 200 - Programming I · Liand, Daniel Y. Introduction to Java Programming, Brief Version, 11th Edition. Pearson, 2018. 6/14. CS 200 - Programming I: Fall 2017Getting StartedGetting

Appendix References

Image Sources III

http://bigpicture.typepad.com/comments/images/2008/07/14/dont_panic.png

17/14