cs 161 computer science i andrew scholer

6
CS 161 Computer Science I Andrew Scholer [email protected]

Upload: ashley-goodwin

Post on 17-Jan-2018

217 views

Category:

Documents


0 download

DESCRIPTION

Web Resources Elearn: – Discussion boards – Turn in assignments and check grades My website: – Course content – Lab documents

TRANSCRIPT

Page 1: CS 161 Computer Science I Andrew Scholer

CS 161Computer Science I

Andrew [email protected]

Page 2: CS 161 Computer Science I Andrew Scholer

The big picture

• Part 1 of 3 of core CS curriculum– CS161/162/260

• Writing algorithms to solve problems• Expressing algorithms as computer programs– Language : C/C++

Page 3: CS 161 Computer Science I Andrew Scholer

Web Resources• Elearn:

http://elearn.chemeketa.edu– Discussion boards– Turn in assignments and check grades

• My website:http://faculty.chemeketa.edu/ascholer/– Course content– Lab documents

Page 4: CS 161 Computer Science I Andrew Scholer

Syllabus

• Guide to the class– Not a contract

• Schedule is rough guide– Work load will not be increased but content it

covers may change

Page 5: CS 161 Computer Science I Andrew Scholer

Tips

• Find/form a study group– Work – May do labs with a partner : must indicate in your

submission

• Do more work than is assigned– Do checkpoint exercises – answers on author website– Do even numbered exercises – solutions available on

author website– Write code. Lots of it.

Page 6: CS 161 Computer Science I Andrew Scholer

Difficulty• Programming can be challenging to learn– Thought patterns– Hierarchical

• Can’t skip topics!!– Big ideas and concrete details

• Remember why you are here– Lay the foundation for success