Differences between revisions 2 and 13 (spanning 11 versions)
Revision 2 as of 2007-01-29 09:42:50
Size: 1584
Editor: 203
Comment: extended information about unit content, unit-coord interaction
Revision 13 as of 2010-04-17 12:56:42
Size: 1798
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
New first-year unit for 2006. Lecture attendance is recommended by some (although not all) students, even if you have a strong C background, if only for administrative information about the unit. Content covered is All The Usual Programming Stuff (see the [http://handbooks.uwa.edu.au/units/cits/cits1210 handbook entry] for specifics), plus you learn how to write makefiles and a few simple POSIX functions. Quite comprehensive look at the language if you put the time in. New first-year unit for 2006. Lecture attendance is recommended by some (although not all) students, even if you have a strong C background, if only for administrative information about the unit. Content covered is All The Usual Programming Stuff (see the [[http://handbooks.uwa.edu.au/units/cits/cits1210|handbook entry]] for specifics), plus you learn how to write makefiles and a few simple POSIX functions. Quite comprehensive look at the language if you put the time in.
Line 3: Line 3:
ChrisMcDonald was ludicorously active on the help1210 forum in 2006, having posted > 1000 entries attempting to help students. The forum occasionally got over 100 messages a day close to assessments, with a surprising amount focused on actual unit content. ChrisMcDonald has been very active on the help1210 forum in the past two years, having posted > 1000 entries in 2006 and around 200 entries in 2007. You can expect a reply within a day if you post there on a week day. The forum occasionally got over 100 messages a day close to assessment due dates, with a surprising amount focused on actual unit content. Beware, however, the older UCC members who enjoy trolling the forum, particularly around assignment due dates.
Line 5: Line 5:
You can quite easily fail the entire unit by messing up the first project or test - not because they are weighted heavily, but because it's in the unit rules that you must get an average of 50% across the two projects, and 50% across the two examination components. Watch out for this. As with other language specific units in CSSE, tests and assessments also expect use of the language to solve simple CS problems (e.g. permutation searching, the UbiquitousPalendromicQuestion etc.) rather than just requiring technical accuracy of the language. As with other language specific units in CSSE, tests and assessments also expect use of the language to solve simple CS problems (e.g. permutation searching, the UbiquitousPalendromicQuestion etc.) rather than just requiring technical accuracy of the language.

In 2007, labs occurred in a Mac lab and the preferred editor was Vim in a terminal. You will have a lot of difficulty getting used to this strange (lack of) development environment if you have limited experience with Macs and terminals.
Line 9: Line 11:
Taken by LuigiBarone and ChrisMcDonald Unit taken by ChrisMcDonald, has also been taken by LuigiBarone in the past.
Line 11: Line 13:
[http://undergraduate.csse.uwa.edu.au/units/CITS1210/ Unit website] [[http://undergraduate.csse.uwa.edu.au/units/CITS1210/|Unit website]]
Line 13: Line 15:
[http://handbooks.uwa.edu.au/units/cits/cits1210 Handbook entry] [[http://handbooks.uwa.edu.au/units/cits/cits1210|Handbook entry]]
Line 15: Line 18:
CategoryUnits  . CategoryUnits

New first-year unit for 2006. Lecture attendance is recommended by some (although not all) students, even if you have a strong C background, if only for administrative information about the unit. Content covered is All The Usual Programming Stuff (see the handbook entry for specifics), plus you learn how to write makefiles and a few simple POSIX functions. Quite comprehensive look at the language if you put the time in.

ChrisMcDonald has been very active on the help1210 forum in the past two years, having posted > 1000 entries in 2006 and around 200 entries in 2007. You can expect a reply within a day if you post there on a week day. The forum occasionally got over 100 messages a day close to assessment due dates, with a surprising amount focused on actual unit content. Beware, however, the older UCC members who enjoy trolling the forum, particularly around assignment due dates.

As with other language specific units in CSSE, tests and assessments also expect use of the language to solve simple CS problems (e.g. permutation searching, the UbiquitousPalendromicQuestion etc.) rather than just requiring technical accuracy of the language.

In 2007, labs occurred in a Mac lab and the preferred editor was Vim in a terminal. You will have a lot of difficulty getting used to this strange (lack of) development environment if you have limited experience with Macs and terminals.

Overall a well taught unit, although will be pretty full-on if you don't know any C already.

Unit taken by ChrisMcDonald, has also been taken by LuigiBarone in the past.

Unit website

Handbook entry