DCU Home | Our Courses | Loop | Registry | Library | Search DCU

Module Specifications..

Current Academic Year 2023 - 2024

Please note that this information is subject to change.

Module Title Systems Programming
Module Code CA284
School School of Computing
Module Co-ordinatorSemester 1: Tai Tan Mai
Semester 2: Tai Tan Mai
Autumn: Tai Tan Mai
Module TeachersDenise Freir
Martin Crane
Tai Tan Mai
NFQ level 8 Credit Rating 5
Pre-requisite None
Co-requisite None
Compatibles None
Incompatibles None
None
Description

This course provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability and robustness. It also serves as a foundation for courses on compilers, networks, operating systems, and computer architecture, where a deeper understanding of systems-level issues is required.

Learning Outcomes

1. Apply problem-solving tecniques to writing well-structured programs in the C programming language.
2. Recognise the relationship between programs expressed in C and in assembly code, including the implementation of expressions, control, procedures, and data structures.
3. Demonstrate ability to understand basic intention of a program through its binary representation and apply these skills to debugging programs.
4. Investigate the programmer’s interaction with the underlying system through the different APIs and abstractions.
5. Analyse the consequences of imperfect system usage, such as poor memory and CPU performance, crashes, and security vulnerabilities.
6. Apply analytical abilities to create reliable and efficient programs exercising the different components of a modern computing system.



Workload Full-time hours per semester
Type Hours Description
Lecture24No Description
Laboratory22Practical programming session
Assignment Completion25Programming assignment
Independent Study54Students to practice skills acquired in lectures and labs and to carry out research and reading around the topic.
Total Workload: 125

All module information is indicative and subject to change. For further information,students are advised to refer to the University's Marks and Standards and Programme Specific Regulations at: http://www.dcu.ie/registry/examinations/index.shtml

Indicative Content and Learning Activities

Introduction to C Language Syntax
Variable Declarations. Numeric Representations. Iteration and Control Flow. Functions (including parameters and return types. Arrays.

Machine-Level Representation of Programs
A historical perspective. Program Encodings. Data Formats. Arithmetic and Logic Operations. Control Procedures. Representation of Arrays. Representation of other datastructures.

Memory Management
Memory Models. Basic Arrays Pointers (near and far ) dynamic Memory Allocation Garbage Collection.

Input and Output
Basic I/O in the Unix Operating System File I/O. Opening and closing files. Reading and writing files. Reading file metadata. Reading directory contents. Sharing files. I/O redirection.

Assessment Breakdown
Continuous Assessment100% Examination Weight0%
Course Work Breakdown
TypeDescription% of totalAssessment Date
In Class TestPractical examination.10%Week 3
In Class TestPractical examination20%Week 6
In Class TestPractical examination20%Week 8
AssignmentProgramming assignment30%Week 12
AssignmentA series of programming exercises will be provided to students at the commencement of the semester. Students must complete these over the course of the semester.15%n/a
In Class TestA simple activity performed in labs, or online equivalent.5%Week 2
Reassessment Requirement Type
Resit arrangements are explained by the following categories;
1 = A resit is available for all components of the module
2 = No resit is available for 100% continuous assessment module
3 = No resit is available for the continuous assessment component
This module is category 1
Indicative Reading List

  • Bryant & O’Hallaron: 2015, Computer Systems A Programmer’s Perspective, 3rd, 978-0-13-4092
  • Dennis Ritchie: 1988, The C Programming Language,
Other Resources

None
Programme or List of Programmes
CASEBSc in Computer Applications (Sft.Eng.)
COMSCIBSc in Computer Science
Archives:

My DCU | Loop | Disclaimer | Privacy Statement