COMP SCI 2009MELB - Programming for IT Specialists

Melbourne Campus - Semester 2 - 2023

Programming for IT Specialists builds on the programming knowledge developed in COMP SCI 1015 Introduction to Programming for IT Specialists to provide students with a solid coding foundation to undertake Information Technology work at the professional level. Students are introduced to other languages that are heavily used for systems works, including compiled, interpreted, and scripting languages, as well as the data structures and concepts vital to working in the systems area. Students will be introduced to key programming paradigms, such as object-oriented programming, event driven programming, and network programming. Students will develop working systems across a variety of platforms and will be assessed through programming assignments, weekly quizzes, project work, and a final examination. The course uses current technology and real examples to provide an authentic and useful development environment. While the majority of the course is assessed at the individual level, there are a number of group activities to build on the non-technical skills introduced in earlier courses.

  • General Course Information
    Course Details
    Course Code COMP SCI 2009MELB
    Course Programming for IT Specialists
    Coordinating Unit Computer Science
    Term Semester 2
    Level Undergraduate
    Location/s Melbourne Campus
    Units 3
    Available for Study Abroad and Exchange
    Prerequisites COMP SCI 1015
    Incompatible COMP SCI 1102, COMP SCI 1202, COMP SCI 2202, COMP SCI 2202B
    Restrictions Available only to University of Adelaide College Melbourne Campus students
    Course Staff

    Course Coordinator: Mr Arie Bennett

    Course Timetable

    The full timetable of all activities for this course can be accessed from Course Planner.

  • Learning Outcomes
    Course Learning Outcomes

    On successful completion of this course students will be able to:
    1 Use Unix-based tools and BASH scripts to carry out system tasks
    2 Explain the benefits of object oriented design and understand when it is an appropriate methodology to use
    3 Design object oriented solutions for small systems involving multiple objects
    4 Implement, test and debug solutions in Python and C++
    5 Manage memory usage in C/C++ programs
    6 Explain fundamental computing algorithms
    7 Analyse algorithms and identify key algorithmic strategies, and
    8 Explain and apply regular expressions for common system tasks
    University Graduate Attributes

    This course will provide students with an opportunity to develop the Graduate Attribute(s) specified below:

    University Graduate Attribute Course Learning Outcome(s)

    Attribute 1: Deep discipline knowledge and intellectual breadth

    Graduates have comprehensive knowledge and understanding of their subject area, the ability to engage with different traditions of thought, and the ability to apply their knowledge in practice including in multi-disciplinary or multi-professional contexts.

    1-8

    Attribute 2: Creative and critical thinking, and problem solving

    Graduates are effective problems-solvers, able to apply critical, creative and evidence-based thinking to conceive innovative responses to future challenges.

    2-5

    Attribute 3: Teamwork and communication skills

    Graduates convey ideas and information effectively to a range of audiences for a variety of purposes and contribute in a positive and collaborative manner to achieving common goals.

    2,6

    Attribute 4: Professionalism and leadership readiness

    Graduates engage in professional behaviour and have the potential to be entrepreneurial and take leadership roles in their chosen occupations or careers and communities.

    7
  • Learning Resources
    Required Resources
    The only required text for this course is Grokking Algorithms by Aditya Y. Bhargava. All other materials will be provided through the University's Learning Management System, MyUni.
    Recommended Resources
    The University provides computers on campus for students but remote students may find it useful to have access to a Linux computing environment, whether directly on their machine, via virtualisation, or using the Windows Subsystem for Linux v2. While there are many excellent online resources, students may also find it useful to consult any of the following books as a reference: 

    • Bash Guide for Beginners. (By Machtelt Garrels)
    • Advanced Bash Scripting Guide. (By Mendel Cooper)
    • Tutorial: programming in C, UNIX system calls and subroutines using C. (By A. D. Marshall)
    Don't forget that we have an excellent library!
  • Learning & Teaching Activities
    Learning & Teaching Modes
    This course has three contact activities: lectures, workshops and practicals. Each of these activities is used to support and build on each other.

    Lectures: Weekly delivery of new material. Lectures are paired with an associated quiz. Remote options are provided as all lectures are livestreamed and recorded through Echo360.

    Workshop sessions: Interactive sessions with your tutor and peers where you will be presented with new material and/or exercises that you will complete and submit in the session. Depending on the week, workshops give you an opportunity to practice the theory or practical skills relavant to that week's material.

    Practical sessions: Weekly practical assignments are provided most weeks. Students are expected to attempt these before coming to their practical session. Tutors are also available for support in this time.
    Workload

    The information below is provided as a guide to assist students in engaging appropriately with the course requirements.

    Students are expected to spend approximately 10 hours per week on this course. A typical week will involve 5 contact hours for learning and teaching activities and 5 hours of independant study. Independant study includes, reading the required reading, completing assessments, content revision and self-driven programming practise.
    Learning Activities Summary
    Week Topic
    1 Introduction to algorithms
    2 Divide & conquer
    3 Hash tables
    4 Graphs
    5 Dynamic programming and greedy algorithms
    6 Review and exam week
    7 Introduction to C++
    8 Pointers
    9 Memory Model
    10 OOP
    11 Inheritance & Polymorphism
    12 Other Programming languages and exam week

  • Assessment

    The University's policy on Assessment for Coursework Programs is based on the following four principles:

    1. Assessment must encourage and reinforce learning.
    2. Assessment must enable robust and fair judgements about student performance.
    3. Assessment practices must be fair and equitable to students and give them the opportunity to demonstrate what they have learned.
    4. Assessment must maintain academic standards.

    Assessment Summary
    Assessment Task Task Type Due Weighting Learning Outcome
    Weekly Quizzes Summative

    Weekly

    5% 1,2,3,6,7,8
    Workshop Exercises Summative Weekly 15% 2,3,4,5,6,7
    Practical Exercises Summative Weekly 30% 3,4,5
    Individual coding assignments Summative Week 13 10% 3,4,5
    Practical exams Summative Weeks 6, 12 40% 3,4,5

    Assessment Detail
    Quizzes: There will be weekly quizzes on the MyUni system. Lecture quizzes are designed to check that you have understood the basics of the week's materials presented in the lecture before you attend your workshop. There are 10 lecture quizzes during the course, with no quiz taking place during weeks 6 and 12.

    Workshop Assignments: During your workshop session, you will complete a series of workshop activities. These activities are designed to be practise the material introduced in the lecture.

    In the Algorithms & Data Structures block, workshops cover and extend on the theory taught in lectures. These are completed in small groups in the session before each student submits their individual answers on MyUni.

    In the Object Orientated Programming block, workshops are an opportunity to practice C++ with some opportunities to discuss theory with your classmates and tutor. While you can discuss with your class mates, all work should be your own. You will submit the required files to Gradescope before you leave your session.

    Practical Assignments: Practical exercises are your opportunity to demonstrate your understanding over that week's material. Some questions are purposely designed as a step-up from the workshop material to give you an opportunity to demonstrate mastery over
    the material. You must work individually on practicals.

    Coding Project: You will have 1 individual coding project to assess your ability to use OOP to design a program from scratch.

    Practical Examinations: During weeks 6 and 12, you have your practical exams. These will take place during your regularly scheduled practical session. You must attend these sessions. Failure to do so will earn you a zero.
    Submission
    Students will submit their code to Gradescope where it will be marked by their tutor and/or automatically using an auto-grader depending on the assessment (students are taught how to use this system in the course). Quizzes will be automatically marked in MyUni.

    Late Penalties
    Failure to submit an assessment item on time or by the agreed extension deadline will result in penalties. For each day or part-day that a programming assignment is late, the maximum mark that can be awarded is reduced by 25%.

    Extensions
    Any request for an extension of time for the submission of an assessment item should be made well before the due date to the Course Coordinator. Normally, extensions will only be granted for a maximum of two weeks from the original assignment submission date. Extensions will only be granted in cases of genuine extenuating circumstances and evidence, such as a medical certificate, must be provided.
    Course Grading

    Grades for your performance in this course will be awarded in accordance with the following scheme:

    M10 (Coursework Mark Scheme)
    Grade Mark Description
    FNS   Fail No Submission
    F 1-49 Fail
    P 50-64 Pass
    C 65-74 Credit
    D 75-84 Distinction
    HD 85-100 High Distinction
    CN   Continuing
    NFE   No Formal Examination
    RP   Result Pending

    Further details of the grades/results can be obtained from Examinations.

    Grade Descriptors are available which provide a general guide to the standard of work that is expected at each grade level. More information at Assessment for Coursework Programs.

    Final results for this course will be made available through Access Adelaide.

  • Student Feedback

    The University places a high priority on approaches to learning and teaching that enhance the student experience. Feedback is sought from students in a variety of ways including on-going engagement with staff, the use of online discussion boards and the use of Student Experience of Learning and Teaching (SELT) surveys as well as GOS surveys and Program reviews.

    SELTs are an important source of information to inform individual teaching practice, decisions about teaching duties, and course and program curriculum design. They enable the University to assess how effectively its learning environments and teaching practices facilitate student engagement and learning outcomes. Under the current SELT Policy (http://www.adelaide.edu.au/policies/101/) course SELTs are mandated and must be conducted at the conclusion of each term/semester/trimester for every course offering. Feedback on issues raised through course SELT surveys is made available to enrolled students through various resources (e.g. MyUni). In addition aggregated course SELT data is available.

    This course is running for the first time in 2021. There are no previous SELT results to display.
  • Student Support
  • Policies & Guidelines
  • Fraud Awareness

    Students are reminded that in order to maintain the academic integrity of all programs and courses, the university has a zero-tolerance approach to students offering money or significant value goods or services to any staff member who is involved in their teaching or assessment. Students offering lecturers or tutors or professional staff anything more than a small token of appreciation is totally unacceptable, in any circumstances. Staff members are obliged to report all such incidents to their supervisor/manager, who will refer them for action under the university's student’s disciplinary procedures.

The University of Adelaide is committed to regular reviews of the courses and programs it offers to students. The University of Adelaide therefore reserves the right to discontinue or vary programs and courses without notice. Please read the important information contained in the disclaimer.