CITS2002 Systems Programming  
 

Unit home

Final exam

help2002

Lecture & Workshop
recordings on LMS

Schedule

FAQ

C textbooks

OS textbooks

Information resources


Extra reading

Past projects

Recent feedback


Working effectively

Look after yourself!

Welcome to CITS2002 Systems Programming in 2023

All teaching materials and resources for the unit, with the exception of lecture and workshop recordings, will be published here. You'll need to navigate through UWA's LMS to reach the recordings.

Understanding the relationship between a programming language and the contemporary operating systems on which it executes is central to developing many skills in Computer Science. This unit introduces the standard C programming language, on which many other programming languages are based and with which significant systems are built, through a study of core operating system services including process execution, input and output, memory management, and file systems.

The C language is introduced through discussions on topics like data types, variables, expressions, control structures, scoping rules, functions and parameter passing. More advanced topics - C's run-time environment, system calls, dynamic memory allocation, and pointers - are presented in the context of operating system services. The importance of process scheduling, memory management, and interprocess communication in modern operating systems is discussed in the context of operating system support for multiprogramming.

Laboratory and workshop exercises place a strong focus on the practical application of fundamental programming concepts, with examples designed to compare and contrast many key features of contemporary operating systems.

Unit coordinator: Chris McDonald, Rm 2.20 of the CSSE building

Consultation hours - email [email protected] for an appointment (please include 'CITS2002' in your email's Subject line). There's no single fixed time each week (which often limits students' access). Consultation is reserved for discussing your enrolment, or personal circumstances affecting your progress in CITS2002 (not for debugging practical work).

Who's helping you in CITS2002?


Dr Chris McDonald

Dr Anwarul Patwary
    
James Arcus

Lauren Gee

Jamir Khan

Jasper Paterson

Weekly teaching sessions

  • From Week-1 - Two 45-minute lectures will be presented each week, in the Social Science Lecture Theatre. Lecture sessions are face-to-face, and recorded and their recordings will be available via LMS. You are strongly encouraged to keep up with the lecture material (by attending, viewing the recordings, and reading the prepared notes), and to never get more than a week behind.

  • From Week-1 - Each Friday we'll hold a 45-minute workshop session, in the Social Science Lecture Theatre. Workshop sessions are face-to-face, and recorded and their recordings will be available via LMS. Each week's workshop will focus on, and extend material, from the previous and current week's lecture material. Each workshop will have an exercise sheet, available about a week before the workshop, providing a single programming task. The workshop tasks will not be too difficult, maybe requiring an hour of your time to plan, develop, and test your ideas. Some students view them as review exercises. During the workshop session, we'll complete the task 'from scratch' in the time available, and you're encouraged to discuss why the design decisions have been chosen.

  • From Week-2 - Weekly laboratory sessions are a very important component of this unit, that reinforce lecture material, and prepare you for the assessed programming projects. All face-to-face laboratory sessions will be held in CSSE Lab 2.03. Laboratory sessions are not recorded.

    The laboratory sessions are run as "drop-in-sessions" - times when there's guaranteed to be someone there to help - rather than "everyone gets a seat at their nominated lab session". Students should attend at least one laboratory session per week, and are welcome to attend more if requiring extra assistance. Most students will need to undertake 4-6 hours of practical/laboratory work each week.

  • From Week-2 - Weekly catch-up sessions are being trialled this year. Students in recent years have requested the opportunity to discuss sections of the unit other than the practical lab and project work. Bring along your questions about operating systems and systems' software in general, or about any aspects of the unit you're unsure about.

  • Participation is not compulsory in any weekly CITS2002 activity (even attendance at the final exam is optional!).

Learning Outcomes

By undertaking this unit, students will be able to:
  1. identify and appreciate the fundamentals of the imperative programming paradigm, using the standard C programming language as an example.
  2. decide when to choose the C programming language and its standard library for their systems programming requirements.
  3. apply the most appropriate techniques to successfully develop robust systems programs in the C language.
  4. understand the role of an operating system in the wider computing context.
  5. understand the relationship and interactions between an operating system's critical components and their affect on performance.
  6. develop an understanding of the relationship between contemporary operating systems, programming languages and systems-level application programming interfaces

Assessment

Two past mid-semester tests are provided as items of formative assessment.
Answers will be released at the end of Week-6, and you can mark your own paper!

The summative assessment for CITS2002 comprises two practical programming projects and a final written examination. Project work is submitted using cssubmit, and your marks and feedback will appear in csmarks.

Assessment % of final mark Assessment dates Outcomes assessed
formative assessment 0% answers released 5pm Friday 1st Sept (week 6) All
1st programming project 25% due 5pm Friday 15th Sept (week 7) 1,2,3,5
2nd programming project 25% due 5pm Friday 20th Oct (week 12) 1,2,3,5
Final written exam 50% 2 hours in late October All

University policies

Before undertaking this unit, students are strongly encouraged to read the relevant university policies:

  • UWA's University Charter of Student Rights and Responsibilities,
  • UWA's Policy on Assessment - particularly §5.3 Principles of submission and penalty for late submission,
  • UWA's Policy on Academic Conduct, including:
    In accordance with the University Policy on Academic Integrity, the use of Artificial Intelligence (AI) is permitted as an educational/study tool. It may only be used in any assessment within a unit where approval has been granted by the unit coordinator. Improper use of AI-generated material, as set out in the Academic Integrity policy, in assessments may lead to the occurrence of academic misconduct.
  • CSSE's assessment deadlines.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Presented by [email protected]