Learning Guide ILS3A01 2025 v4
Learning Guide ILS3A01 2025 v4
Version 3.0
Table of Contents
1. INTRODUCTION ........................................................................................................... 3
1.1 Welcome..................................................................................................................... 3
1.2 Lecturer information.................................................................................................. 3
2. MODULE AND PROGRAMME INFORMATION ............................................................ 4
2.1 Learning units forming part of ILS3A01 ................................................................... 4
2.1.1 Theory Component ............................................................................................. 4
2.1.2 Practical Component .......................................................................................... 5
2.1.3 Tutorials ............................................................................................................... 6
3. ADMINISTRATIVE AND ORGANISATIONAL INFORMATION ..................................... 7
3.1 Assessment criteria................................................................................................... 7
3.2 The semester mark calculation ................................................................................ 7
3.3 Supplementary Assessment ..................................................................................... 8
3.4 Sick supplementary assessment.............................................................................. 9
3.5 Moodle access and use ............................................................................................. 9
4. STUDY COMPONENTS ................................................................................................ 9
5. STUDENT CONDUCT ................................................................................................. 13
5.1 Rights and responsibilities of students ................................................................. 13
5.2 Class attendance ..................................................................................................... 13
5.3 Plagiarism ................................................................................................................ 13
6. COMMUNICATION WITH LECTURERS ..................................................................... 14
6.1 Email Etiquette......................................................................................................... 14
6.2 Availability of lecturer and tutors ........................................................................... 14
6.3 Feedback to learners ............................................................................................... 15
6.4 Grievances and appeals .......................................................................................... 15
APPENDIX A – Application to write the sick test ............................................................ 16
2
ILS3A01 Learning Guide 2025
Version 3.0
1. INTRODUCTION
1.1 Welcome
Information Systems 3A introduces you to database design techniques and promotes the
understanding of current database technologies. Database design concepts and procedures
and practical problem-solving are presented in this module so that students can fully develop
real and useful design skills.
This module is part of Information Systems 3, and ILS3B01 will follow in the second semester.
It is at NQF level 7, with 24 credits. One credit equals 10 notional hours, translating to 240
notional hours for this module. ILS3A01 will be presented over a 14-week period.
This module consists of a theory and a practical component. You need to master both. You
will design, draw and optimise database designs in the theory component. In the tutorial
classes, you will receive additional exercises and assistance from the tutors. In the practical
component, you will implement a database in SQL Server and write useful queries to access
the required data in the database.
Your learning guide is designed to assist you through this module and will guide you with
preparation for classes, assignments and tests.
3
ILS3A01 Learning Guide 2025
Version 3.0
Additional resources:
• Additional learning material will be provided on Moodle.
• Note that this module makes extensive use of Moodle, therefore students have a
responsibility to use Moodle and access it frequently from the start.
• Failure to access Moodle is no excuse for not doing what the student is expected to do.
Mid-semester break
4
ILS3A01 Learning Guide 2025
Version 3.0
Mid-semester break
5
ILS3A01 Learning Guide 2025
Version 3.0
2.1.3 Tutorials
The weekly tutorial classes aim to provide extra exercise activities, mainly, but not exclusively,
to the theory component. The tutorial classes will commence in the week of 24/02/2025.
No tutorial. 10/02/2025
No tutorial. 17/02/2025
6
ILS3A01 Learning Guide 2025
Version 3.0
5 May 2025
8:00 – 10:30
Theory:
Learning Unit 5, 8, and 9
APB: CON
(Chapter 6, 9, and 13 of
COWAN
To be textbook)
Semester Test 2 15% COMP LAB
G11, G15 advised Practical:
Learning Unit 6 and 7
(Chapter 7 and 8 of the
APK: E-Les
textbook)
201
Weekly Theory
5% Continuous n/a
Class Activities
Weekly Practical
5% Continuous n/a
Class Activities
Weekly Tutorial
15% Continuous n/a
Activities
7
ILS3A01 Learning Guide 2025
Version 3.0
In terms of the Ethical and Professional Rules of the Medical and Dental Professions Board of
the Health Professions Council of South Africa, the medical profession has introduced the
following rules with respect to medical certificates:
Rule 15.(1) : A practitioner shall only grant a certificate of illness if such certificate contains
the following information, namely:
a. the name, address and qualification of the practitioner.
b. the name of the patient.
c. the employment number of the patient (if applicable).
d. the date and time of the examination.
e. whether the certificate is being issued as a result of personal observations by the
practitioner during an examination, or as the result of information received from the
patient and which is based on acceptable medical grounds.
f. A description of the illness, disorder or malady in layman's terminology with the informed
consent of the patient: Provided that if the patient is not prepared to give such consent,
the medical practitioner or dentist shall merely specify that, in his or her opinion based on
an examination of the patient, the patient is unfit to work.
g. Whether the patient is totally indisposed for duty or whether the patient is able to perform
less strenuous duties in the work situation.
h. the exact period of recommended sick leave.
i. the date of issuing of the certificate of illness.
j. a clear indication of the identity of the practitioner who issued the certificate which shall
be personally and originally signed by him or her next to his or her initials and surname in
printed or block letters.
Rule 15(2): If pre-printed stationery is used, a practitioner shall delete words which are
irrelevant.
Rule 15(3): A practitioner shall issue a brief factual report to a patient where such a patient
requires information concerning himself or herself.
8
ILS3A01 Learning Guide 2025
Version 3.0
4. STUDY COMPONENTS
Learning Unit 1: Chapter 1: Database Systems
Learning Outcomes Assessment Criteria
After completing this learning unit, you You will be assessed as competent if
will learn: you can:
• The difference between data and • Differentiate between data and
information. information.
• What a database is, the various types of • Define a database.
databases, and why they are valuable • Discuss the importance of database
assets for decision-making. design.
• The importance of database design. • Understand flaws in file system data
• How modern databases evolved from management.
file systems. • Discuss the main components of the
• About flaws in file system data database systems.
management. • Discuss functions of DBMS.
• The main components of the database
system.
• The main functions of a database
management system (DBMS).
Learning Unit 2: Chapter 2: Data Models; Chapter 3: The Relational Database Model
Part I
Learning Outcomes Assessment Criteria
After completing this learning unit, you You will be assessed as competent if
will learn: you can:
• About data modelling and why data • Elaborate why data models are
models are important. important.
• About the basic data-modelling building • Discuss the basic data-modelling
blocks. building blocks.
9
ILS3A01 Learning Guide 2025
Version 3.0
• What business rules are and how they • Implement business rules into database
influence database design. design.
• How the major data models evolved. • Understand components of tables and
• About emerging alternative data models design simple tables using SQL.
and the need they fulfil.
• How data models can be classified by
their level of abstraction.
• That the relational database model
offers a logical view of data.
• About the relational model’s basic
component: relations.
• That relations are logical constructs
composed of rows (tuples) and columns
(attributes).
• That relations are implemented as
tables in a relational DBMS.
10
ILS3A01 Learning Guide 2025
Version 3.0
11
ILS3A01 Learning Guide 2025
Version 3.0
12
ILS3A01 Learning Guide 2025
Version 3.0
5. STUDENT CONDUCT
5.1 Rights and responsibilities of students
1. Theory classes are compulsory (students must attend a minimum of 80% of their classes)
2. Practical sessions are compulsory (students must attend a minimum of 80% of their
practical sessions).
3. Learners must consult with their lecturer if they experience any problems (please ensure
that you consult the lecturer timeously and not when the problem becomes a crisis).
4. Students must buy the textbook and not rely on class notes only. Students cannot
photocopy the textbook as this infringes on copyright laws. Should a photocopied textbook
be in a student’s possession, proper action will be taken against that student.
5. If you have difficulties with this subject, please contact your tutor for additional help.
5.3 Plagiarism
Dishonesty and plagiarism will not be tolerated. The University and the Faculty view the issue
of plagiarism in a serious light. Evidence of plagiarism or dishonesty will be dealt with
according to the University’s and/or Faculty’s Regulations. The issue of plagiarism as referred
to in the Faculty Guidelines for Ethics in Research.
Plagiarism is to:
• present the ideas, words or results of another person as your own, without acknowledging
the original author.
• use the ideas or words of another person without giving due credit to that person or source.
• use sentences, paragraphs or parts of articles and books without quotation marks and/or
appropriate acknowledgement.
• download sentences, paragraphs or sections of writings from the Internet and to use them
without quotation marks and/or proper acknowledgement.
• use another person’s direct words without quotation marks, even when you acknowledge
the source.
• use ideas without making them properly your own, even though you might have
acknowledged the original source.
• formulate your words so closely to those of the original author that it is obvious that you
could not have written them without having had the source next to you, i.e. your
paraphrasing of the author’s words is too close to the original author’s use of the words,
even if you did acknowledge your source.
Source: Booth, et al. and Schuklenk
13
ILS3A01 Learning Guide 2025
Version 3.0
• The person (plagiarist) lies about the contribution made to the project.
• The person (plagiarist) cannot give a true account of how the research was carried out.
14
ILS3A01 Learning Guide 2025
Version 3.0
15
ILS3A01 Learning Guide 2025
Version 3.0
DEPARTMENT OF
APPLIED INFORMATION SYSTEMS
Application for Deferred Test
16