DCU Home | Our Courses | Loop | Registry | Library | Search DCU
<< Back to Module List

Module Specifications.

Current Academic Year 2024 - 2025

All Module information is indicative, and this portal is an interim interface pending the full upgrade of Coursebuilder and subsequent integration to the new DCU Student Information System (DCU Key).

As such, this is a point in time view of data which will be refreshed periodically. Some fields/data may not yet be available pending the completion of the full Coursebuilder upgrade and integration project. We will post status updates as they become available. Thank you for your patience and understanding.

Date posted: September 2024

Module Title Programming Fundamentals III
Module Code CA278 (ITS) / CSC1035 (Banner)
Faculty Engineering & Computing School Computing
Module Co-ordinatorJennifer Foster
Module TeachersManoj Kesavulu
NFQ level 8 Credit Rating 5
Pre-requisite Not Available
Co-requisite Not Available
Compatibles Not Available
Incompatibles Not Available
Repeat examination
Resits will be available for both the continuous assessment and the written exam.
Description

This is a continuing course on computer programming. Students will consolidate their knowledge of fundamental data structures and algorithms: how and when to use them in computational problem solving. Students will also learn to use the technique of recursion. They will also be introduced to the concepts of object-oriented programming (classes, objects, methods and attributes, etc.), and will learn how to design and write object-oriented programs.

Learning Outcomes

1. Demonstrate an understanding of the properties of fundamental algorithms and data structures
2. Solve computational problems using the technique of recursion
3. Implement fundamental algorithms and data structures in a computer programming language
4. Design algorithms requiring the use of fundamental algorithms and data structures
5. Demonstrate an understanding of the fundamental concepts of object-oriented programming
6. Solve computational problems using object-oriented programming techniques



Workload Full-time hours per semester
Type Hours Description
Lecture24Twice weekly lecture
Laboratory242 hour lab once a week
Assignment Completion30Project work
Independent Study47This reflects the work carried out by students outside the lecture (reading background material, finishing lab assignments)
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

Data structures
How to use basic data structures in a program, and how to choose the appropriate data structure

Recursion
How to write functions which call themselves

Object-oriented Programming
Introductory object-oriented programming. How to write classes, how to create objects of a particular class, how to invoke methods on objects

Assessment Breakdown
Continuous Assessment50% Examination Weight50%
Course Work Breakdown
TypeDescription% of totalAssessment Date
Practical/skills evaluationWeekly Lab Worksheets - During the laboratory sessions, the students will work through a series of practical programming problems10%Every Week
Group project Students will be tasked to design and implement a program on a problem of their choosing20%Once per semester
Practical/skills evaluationLab Exam - Students will take a lab exam at the midpoint of the semester20%Once per semester
Reassessment Requirement Type
Resit arrangements are explained by the following categories:
Resit category 1: A resit is available for both* components of the module.
Resit category 2: No resit is available for a 100% continuous assessment module.
Resit category 3: No resit is available for the continuous assessment component where there is a continuous assessment and examination element.
* ‘Both’ is used in the context of the module having a Continuous Assessment/Examination split; where the module is 100% continuous assessment, there will also be a resit of the assessment
This module is category 1
Indicative Reading List

  • John M. Zelle: 2004, Python Programming, Franklin, Beedle & Associates, Inc., 9781887902991
Other Resources

0, Website, 0, Python 3 Tutorial, https://docs.python.org/3/tutorial/,

<< Back to Module List