GR 11 IT PAT 2024 Eng
GR 11 IT PAT 2024 Eng
GUIDELINES FOR
PRACTICAL ASSESSMENT TASK (PAT)
Grade 11
2024
Contents
Contents 2
What is the PAT? 3
Mark allocation 5
Topic 6
What you need to be able to do the PAT 8
Malpractice 8
Non-compliance 8
PAT requirements 9
Instructions 10
Annexure A: Assessment tools 18
Annexure B 31
Learner declaration – Task/ ____ 31
Annexure C 32
Declaration of authenticity 32
2
Information Technology Grade 11 PAT 2024
• Arrays
• Text files
3
Information Technology Grade 11 PAT 2024
4
Information Technology Grade 11 PAT 2024
Mark allocation
The PAT counts 20% of your final examination mark for Information Technology. It is therefore crucial
that you strive to produce work of a high standard.
Maximum Grouping
Phases Tasks Task description
Mark
NOTE:
• The PAT mark is a compulsory component of the final certification mark for all candidates
registered for Information Technology.
• Your PAT will be moderated at district and provincial level by subject experts.
5
Information Technology Grade 11 PAT 2024
Topic
H EALTHY L IVING P ROGRAM
Healthy living means making choices that result in a healthy body and mind. A person can maintain
a healthy lifestyle by eating a healthy diet and being physically active. For the body to function
properly, it needs nutrients. For this year, learners are expected to design and develop a Delphi
program for an interactive “Healthy Living Program”.
Projects in this scenario could include the following topics related to healthy living:
• Exercise program
• Diet program
• Improving sales of healthier products
• Provide a program to people living with medical conditions
• Develop an obesity prevention program
• Healthy living loyalty program
• Personal health data manager
• Recipes for healthy dishes
Choose an application related to ways for healthy living and do research on the information
system requirements.
You are not limited to the list of ideas above, but you need to keep within the overall theme of
healthy living. Note that you need to choose data and functionalities (services) in such a way as
to develop a well-rounded application related to the topic.
This healthy living software program is targeted at someone who would like to improve or
support a healthy lifestyle.
NOTE: Your final program must comprise one single program with logically related parts.
Resources:
Here is a list of some resources that can be used to determine your PAT topic:
➢ MyPlate – free tools and resources to meet your unique needs
o MyPlate
➢ BetterHealth Channel – provides health and medical information to improve the health and
wellbeing of people and communities they live in.
o BetterHealth
➢ Eat Better South Africa NPC is dedicated to supporting our local public healthcare systems and
fostering sustainable food systems.
o Eat Better SA
➢ A Cash-Back Rebate Program for Healthy Food Purchases in South Africa
o National Institute of Health
➢ The National Heart, Lung, and Blood Institute
o Health Education
➢ Cooking from the heart
o My dynamics
6
Information Technology Grade 11 PAT 2024
7
Information Technology Grade 11 PAT 2024
Malpractice
As the PAT is an individual project that is part of your final promotion mark, you may NOT:
• Get help from others without acknowledgement.
• Allow others to do programming code for you.
• Submit work which is not your own.
• Share your work with other learners.
• Include work directly copied from books, the Internet, or other sources without
acknowledgement.
The above actions constitute malpractice, for which a penalty will be applied, depending on the
seriousness of the offence.
Non-compliance
You will be given up to a part of term four to submit outstanding work or present yourself for the
PAT. Should you fail to fulfil the Practical Assessment Task requirements, you will be awarded a
zero ('0') for the PAT component of IT. This will result in an incomplete promotion mark, and it may
result in you not passing your grade.
8
Information Technology Grade 11 PAT 2024
PAT requirements
The project must include the following:
• A database connection and database manipulation that entail performing different CRUD
(Create, Read, Update and Delete) operations.
• A multi-form GUI with good functionality and usability, based on sound HCI principles
• The use of a text file for input/output purposes, for example to populate data structures and to
provide reports.
• Other data structures e.g. Arrays and user-defined methods that will be relevant to your
program
Database
The database must:
• have at least TWO tables
• contains sufficient data volumes and uses a variety of field types
• be accessed and manipulated by the program using code constructs
GUI
The graphical user interface (GUI) must
• have at least TWO forms/screens that allows for navigation between forms depending on the
user choices
• interact with the database and other data structures to provide the necessary input,
processing and output
• comply with relevant HCI principles
Text files
Your application needs to make use of a text file(s) for input and/or output.
Arrays
The appropriate use of array(s).
NOTE: The mark obtained for your project will be greatly influenced by the quality of the
programming code that manipulates the data successfully to adhere to the user
requirements in the best possible way. Quantity cannot replace variety, effectiveness, and
quality.
9
Information Technology Grade 11 PAT 2024
Instructions
During these tasks you must show that you have done a proper and thorough user requirement
analysis and design. This needs to be done to determine who the users are and what the users of
the program would require it to do.
TASK 0: Research
Task 0 is a discussion and preparation task that does not carry any marks and has no deliverables.
• Topic is Healthy Living Program.
• Purpose of program
Describe the purpose of your program – why does the organiser need your program.
Research a few different Healthy Living programs and write down the positives of each.
• Possible solution
What will the program do to meet these needs above. Describe how your program will
work. Include a description of the program and how the user will interact with your
program.
• Scope
Explain what your program can do AND what your programs limitations are.
INTRODUCTION: TASK 1 - 5
During the following tasks you need to show that you have done a proper and thorough user
requirement analysis. This needs to be done to determine who the users are and what the users of
the program would require it to do. The following can be used as a guideline:
10
Information Technology Grade 11 PAT 2024
For example:
As a learner I want to register on a fitness program so that I can improve my health
and wellbeing.
WHO WHAT WHY
As a … I want to … So that …
User/Actor/role Goal/program feature Value or benefit
required
Acceptance test:
An acceptance test – use the user stories to identify the goals that represent a functionality
(functional requirement) that can be used or performed in isolation. For example, how does the
programmer know that the user stories have been satisfied.
From the example user story listed above, when does the programmer know the following:
• A learner registered.
• A learner can see their fitness and wellbeing programs progress.
• A learner can improve their fitness.
Note: A total of FIVE acceptance tests need to be identified from the TWO user stories.
11
Information Technology Grade 11 PAT 2024
Note: Your application must make use of a database. Task 3 will focus on the database aspects.
12
Information Technology Grade 11 PAT 2024
13
Information Technology Grade 11 PAT 2024
Use HCI design principles and design a GUI that considers the following:
The user, type of user and context of user.
User requirements, usability.
Dialogues – must be relevant, simple, and clear.
Icon usage and presentation – well selected and relevant, well placed and purposely used.
Colour – appropriate use of and combination of colours.
Feedback – neat, clear and well presented.
Helpful error messages.
Exits – clearly marked, placed correctly.
Shortcuts.
Flow of information on the screen – top to bottom and left to right.
Sensible use of space on the screen.
Provide examples of planned data capture and data entry designs (screenshots) and of planned
output design.
Show the GUI design following HCI principles of interface(s), excluding introductory screens.
NOTE: Screenshots may be used from a prototype of the project but must be annotated.
14
Information Technology Grade 11 PAT 2024
TASK 8: Coding
Write code to develop the program according to the planning document that was developed during
Task 1-7. Note the following:
• Use good programming techniques and structures.
• Implement effective algorithms and sound defensive programming techniques to produce a
robust program.
• Use appropriate structures to satisfy the requirements of the algorithms.
• Use nested loops and conditional structures.
• The following data structures / methods are compulsory and in addition to the database:
o Text file - reading OR writing OR appending
o Array(s)
o User defined methods
• The use of any other data structures not already tested / advanced programming construct /
dynamic component.
• Use relevant validation procedures and components.
• Develop a well-designed and user-friendly GUI.
• Rename relevant components to add to readability of your code.
• Input data using the most effective method, for example a text file, database, keyboard,
components etc.
• Process the data using the most appropriate methods.
• Generate output of data using the correct components and structures, with formatting where
needed.
• Ensure smooth interaction between forms/tabs.
• Correctly manipulate the data in the database (CRUD).
15
Information Technology Grade 11 PAT 2024
“Why? To ensure the user entered all the data that the program requires
When? On completion of the Registration unit /When the submit button is clicked”
Interview
Demonstrate your program and answer questions about the program and the code during an
interview session.
Guidelines for the demonstration of the project:
The teacher will schedule dates and times for demonstrations. About 15 minutes per project
will be allowed.
You should hand in all the documentation before the demonstration takes place – at least one
week in advance.
The demonstrations must be done electronically on the computer.
You must execute your computer program and show all the features of the program to the
teacher for evaluation.
The teacher can require you to execute test procedures to make sure that the entire program
is working correctly.
16
Information Technology Grade 11 PAT 2024
As part of the demonstration, the teacher will identify random pieces of programming code in
the project and ask you to explain the purpose and working thereof. This is done to ensure that
you did the coding yourself. A similar type of procedure will be followed during moderation. If
you cannot explain the code used in the project, no marks can be awarded for the project.
You must hand in the electronic copy of the project that was demonstrated. The teacher will
use this copy to allocate any outstanding marks to finalise the mark.
Hand In
Hand in:
The completed Delphi project (Delphi code, text files, database and any other resources
required to execute the program successfully) and project notes.
The declaration of help received (Annexure B).
The declaration of authenticity (Annexure C).
17
Information Technology Grade 11 PAT 2024
18
Information Technology Grade 11 PAT 2024
Learner Name:
Task 2: Data Dictionary 4 3 2 1 0
Variables and components Excellent – All FOUR Good – THREE aspects Satisfactory – TWO Limited – ONE aspect Totally inappropriate or
• Correct planning for the variety / aspects applied correctly applied correctly aspects applied correctly applied correctly incorrectly applied
appropriate components
• Correct planning for the variety /
appropriate variable types 4
• Correct planning for the use of local
and global variables
• Proper naming convention of variables
and components
Data Structures (Excl. Database) 4 3 2 1 0
Excellent and relevant Good planning for the use Limited planning for the An attempt to plan for the Not done or irrelevant.
Text files(s) planning for the use of a of a text file use of a text file. use of a text file with 4
text file short comings.
Excellent and relevant Good planning for the use Limited planning for the An attempt to plan for the Not done or irrelevant.
Array(s) planning for the use of an of an array use of an array with minor use of an array with many 4
array shortcomings short comings.
Excellent and relevant Good planning for the use Limited planning for the An attempt to plan for the Not done or irrelevant
planning for the use of of User Defined Methods use of User Defined use of User Defined
User defined methods User Defined Methods Methods with minor Methods. Shows potential 4
shortcomings but is not planned
correctly.
16
Comments and feedback:
19
Information Technology Grade 11 PAT 2024
Learner Name:
Task 3: Data Dictionary - 3 2 1 0
Database
Role of DB Manipulation and interaction well Manipulation and interaction not Manipulation and interaction not well No database or incorrect or
(How DB will be manipulated, described and well-motivated. clearly described or substantiated in described or motivated in two irrelevant or no interaction
e.g. within a dataset, access Most appropriate to meet one instance. instances.
fields and records, navigate requirements Adequate to meet requirements Mostly not meeting requirements
records, modify individual fields 3
and records and apply changes,
etc.)
Role of manipulation in program
described/motivated
Well-chosen fields. All fields One field does not contribute to the More than one field do not contribute No database or incorrect or
contribute to the solution solution to the solution irrelevant
Choice of fields AND OR OR 3
Contains no field that could be One field that could be calculated More than one field that could be
calculated from other data calculated
All fields well-chosen in terms of One field not well-chosen in terms of More than one field not well chosen No database
Field types and size 3
type and field size type or field size in terms of type or size
Appropriateness – Tables Excellent – All THREE aspects Good – TWO aspects clearly Satisfactory – Only ONE aspect No database.
• At least 2 tables clearly covered covered clearly covered
• Tables have fields that are
3
correctly related.
• Primary key correctly
assigned
12
Comments and feedback:
20
Information Technology Grade 11 PAT 2024
Learner name
Task 4: Navigation / flow between screens & GUI design
4 3 2 1 0
A diagrammatical An excellent attempt to show A good attempt to show the A satisfactory attempt to show A poor attempt to show the No diagram
representation of the the sequence of all steps and sequence of all steps and the sequence of steps and flow sequence of steps and flow OR
design and flow of flow of events when the flow of events when the of events when the program is of events when the program Incorrect, irrelevant or 4
events when the program is executed with no program is executed with executed with significant is executed with major unsuitable for the
program is used shortcomings minor shortcomings shortcomings shortcomings application
4
Comments and feedback:
Learner Name:
Task 5: IPO – Software design tool
4 3 2 1 0
INPUT: Interfaces (at least TWO) Clearly describes all inputs Minor shortcomings in Clear description Poor attempt to describe No inputs described
• Source of input, such as from the according to all FOUR describing all inputs according to THREE points input values OR
keyboard, text file, array or points listed according to all FOUR listed Incorrectly described
database points listed OR
4
• Data type Major shortcomings in
• Format of input, e.g. date, gender describing all inputs
(M/F) according to all FOUR
• GUI component used points listed
INPUT: Validation Clearly describes all points Clearly describes TWO Clearly describes ONE Poor attempt to describe No validation described
• At least FOUR different data types listed points listed point listed validation OR
validated OR OR Incorrectly described 4
• At least FOUR inputs validated Minor shortcomings in Major shortcomings in
• Associated error messages describing all points listed describing all points listed
PROCESSING List at least EIGHT List SIX to SEVEN List THREE to FIVE Only ONE or TWO No processes listed
What processing will need to be processes processes processes processes listed 4
done
21
Information Technology Grade 11 PAT 2024
Learner Name:
Task 5: IPO – Software design tool
4 3 2 1 0
PROCESSING Clearly describes how at Clearly describes how Clearly describes how Clearly describes how Processes not described
How processing will be done – least FOUR processes will THREE processes will be TWO processes will be ONE process will be done or incorrect or irrelevant
supply algorithms, formulas, etc. be done done done OR An attempt to OR A poor attempt to 4
describe how FOUR describe TWO or THREE
processes will be done processes
OUTPUT: Interfaces (at least TWO) Clearly describes all Minor shortcomings in Clear description of all Poor attempt to describe No output described
• Data to output outputs by addressing all describing all outputs by outputs by addressing outputs OR
• Format of the output, e.g. THREE points listed addressing all THREE TWO points listed Incorrectly described
4
currency, date points listed OR
• Output component, such as Limited outputs described
dbGrid, rich edit, label, etc.
20
Comments and feedback:
22
Information Technology Grade 11 PAT 2024
Learner Name:
Task 6 3 2 1 0
HCI principles Good GUI design, considering Satisfactory GUI design, Limited GUI design, considering Poor GUI design considering less
(How GUI will meet the users’ almost all (at least FIVE) of the considering most (at least FOUR) of only 50% (at least THREE) of the than 50% (less than TWO) of the
needs). Does it consider: principles for at least TWO of the principles for at least TWO of principles for at least two of the principles considered.
• Purpose of program and user the main interfaces, excluding the main interfaces, excluding the main interfaces, excluding the
• Standard GUI design principles the introductory screen. introductory screens. introductory screens. 3
• Ease of use, logic flow
• Clearly marked navigation
• Friendly dialogue
• Helpful error messages
Components Appropriate components used In ONE or TWO cases another In THREE or FOUR cases another Inappropriate components used in
in all cases component would have been more component would have been more more than FOUR cases. 3
appropriate appropriate
6
Comments and feedback:
23
Information Technology Grade 11 PAT 2024
Learner Name:
Task 7 3 2 1 0
Construct the database Excellent – All THREE aspects Good – TWO aspects clearly covered Satisfactory – Only ONE aspect No database.
• Appropriate naming convention of clearly covered clearly covered
tables, fields. 3
• Appropriate field sizes
• Appropriate data types for fields
Connecting the database Excellent – All THREE aspects Good – TWO aspects clearly covered Satisfactory – Only ONE aspect No database.
• Connect DB with ADO/similar clearly covered clearly covered
connection/code
• Connect tables with appropriate 3
component/code
• Connect data source with
appropriate component/code
6
Comments and feedback:
24
Information Technology Grade 11 PAT 2024
Learner name:
Task 8 4 3 2 1 0
Variables and components Excellent – all FOUR Good – ONE aspect Satisfactory – TWO aspects Limited – more than TWO Totally inappropriate
• Variety of appropriate variable aspects applied correctly omitted or not used well omitted or not used well aspects omitted or not used or incorrectly
types in all instances well applied
• Correct use of local and global
variables 4
• Proper naming convention of
variables, e.g., iNumber, sName
• Correct prefix for components,
e.g., edt, red, cmb
Text files(s) Effective, excellent and Good use of a text file(s) Limited use of a text file An attempt to use a text file Not done
4
relevant use of a text file(s) with shortcomings
Arrays Effective, excellent and Good use of array(s) OR Limited use of array(s) with An attempt to use an array. Not done
relevant use of arrays OR parallel arrays minor shortcomings Shows potential but not used
4
parallel arrays for a suitable purpose or
does not work correctly.
User defined methods Effective, excellent and Good use of User Defined Limited use of User Defined An attempt to use User Not done
relevant use of User Methods Methods with minor Defined Methods. Shows
Defined Methods shortcomings potential but not used for a 4
suitable purpose or does not
work correctly
Input data Excellent application of all Minor shortcomings in the Approximately 50% of the Limited application of the No application of the
• Variety of sources of input, e.g. FOUR aspects listed application of all aspects listed correctly aspects listed aspects listed
from the keyboard, text file, array FOUR aspects listed applied
or the database
4
• Correct data types
• Appropriate format used, e.g.
date, gender (M/F)
• Correct GUI component used
PROCESSING All algorithms used are Appropriate algorithms that 50% of the algorithms used Algorithms are mostly Totally inadequate or
Algorithm correctness/ appropriate, work correctly work correctly but ONE are appropriate, work inadequate/not working not working correctly
Processing and meet all processing processing requirement not correctly and meets most correctly, processing
requirements met processing requirements requirements not all met
25
Information Technology Grade 11 PAT 2024
Learner name:
Task 8 4 3 2 1 0
PROCESSING All algorithms provide the Most algorithms provide the Limited efficiency of Poor efficiency of algorithms Totally inadequate or
Algorithm efficiency most efficient solution. most efficient solution. algorithms used. used. not working correctly
Good programming Acceptable programming Few algorithms use good Algorithms do not use good
techniques used. techniques used. programming techniques. programming techniques. 4
Effective modular design Limited modular design with Poor modularity with limited Attempted use of own
with correct use of own correct use of own functions use of own functions and functions and procedures.
functions and procedures and procedures. procedures.
PROCESSING Excellent use of complex Works correctly. Works correctly with minor An attempt has been made No attempt has
Relevant and appropriate code that works correctly. Adds value to the system shortcomings. with major shortcomings. been made.
4
use of complex code, e.g. Adds value to the system
Dynamic component
OUTPUT Excellent application of all Minor shortcomings in the Approximately 50% of the Limited number of aspects None of the
• Layout FOUR aspects listed application of all FOUR aspects listed applied listed applied correctly aspects listed
• Readability/Clarity, e.g., columns, aspects listed correctly applied correctly
headings 4
• Formatted, e.g., currency
• Most appropriate component/
data structure used for output
Database manipulation 2 1 0
Delete record(s) and apply changes 2
Insert record(s) and apply changes Mostly meaningful, 2
Not done or
Edit/Update records/selected fields in record(s) and apply changes Meaningfully, appropriately appropriate and correctly 2
totally
Validate field(s) (when record is inserted/modified) and correctly done done 2
inappropriate or
Read/View selected fields and records Contributes to solution Mostly contributes to 2
not meaningful
Navigate through records in a dataset (first, next, previous, etc.) using methods solution 2
At least 1 report (output displayed/text file) as a result of processing/data transformation 2
50
Comments and feedback:
26
Information Technology Grade 11 PAT 2024
Learner Name:
Task 9 4 3 2 1 0
Data validation A variety of validation/error limited validation/error Limited validation/error Validation/error catching No effort at
catching for relevant input. catching for relevant input catching poorly done or validation/error catching
Clear and appropriate error Mostly clear and appropriate Error messages and inappropriate/not
4
messages and exception error messages and exception handling meaningful
handling mechanisms exception handling sometimes inappropriate/
mechanisms not meaningful
Testing (verified during interview) Excellent – all THREE Good – mostly meaningful Satisfactory – TWO aspects Limited – more than TWO Totally inappropriate or
• Test for valid data aspects applied correctly in for all THREE aspects with omitted or not used well aspects omitted or not used incorrectly applied
4
• Test for extreme data all instances minor shortcomings well
• Test for invalid data
8
Comments and feedback:
27
Information Technology Grade 11 PAT 2024
Learner name
Task 10 4 3 2 1 0
Comments/Notes Code clearly annotated to Code clearly annotated to Code annotated to explain Code annotated to explain No comments or no
fully explain all necessary explain all necessary parts. most necessary parts. certain parts. project notes
parts. Project notes present and of Project notes present and of Inadequate project notes
Extensive project notes a very good quality a moderate standard present 4
present and of an excellent
standard. Clearly explains
working of the program
Does the program meet the Exceeds requirements Meets the requirements Meets most of the Only meets some Does not meet the
requirements? stated in Phase 1. stated in Phase 1. requirements, but some requirements, and some requirements.
Comprehensive program. Less comprehensive. don't function well don't function well. Less than basic.
All elements function as All elements function as Only some program Basic program. Limited scope.
4
specified. specified. elements function as Basic scope.
Shows insight in all aspects. Shows insight in most specified in Phase 1. Very limited insight.
aspects. Shows insight in one or two
aspects.
Interview 8 6 4 2 0
Explained all selected code Explained selected code Unable to explain some of Unable to explain most of Unable to explain any
clearly and with confidence. with minor shortcomings. the selected code the selected code, limited selected code, no insight.
Explain selected code 8
Shows excellent insight. Shows insight adequately. insight.
Shows some insight
16
Comments and feedback:
28
Information Technology Grade 11 PAT 2024
Assessment Summary
Phase Tasks Task description Maximum Mark Mark Obtained Moderated Mark
Phase 1 Task 1 Task definition and user story and acceptance test 12
Task 2 Data dictionary: Arrays, Text files and User defined methods 16
Task 3 Data dictionary: Database design 12
Task 4 Navigation / flow between screens and GUI design 4
Task 5 IPO table and data validation 20
Phase 2 Task 6 Create GUI application 6
Task 7 Create a Database and connect to application 6
Task 8 Coding 50
Task 9 Testing and data validation 8
Phase 3 Task 10 Documentation and Interview 16
Final mark 150
I hereby declare that the work assessed is solely that of the learner (except where there is clear acknowledgement and record of any substantive advice/assistance given
to the learner) concerned and was conducted under supervised/controlled conditions to ensure that the work has not been plagiarised, copied from someone else or
previously submitted for assessment by anyone.
Comment:
___________________________________________________________________________________________________________________________________________________________________
___________________________________________________________________________________________________________________________________________________________________
29
Information Technology Grade 11 PAT 2024
Comment/feedback:
30
Information Technology Grade 11 PAT 2024
Annexure B
Learner declaration – Task/ ____
I understand that work submitted for assessment must be my own.
Have you received help/information from anyone to produce this work?
31
Information Technology Grade 11 PAT 2024
Annexure C
Declaration of authenticity
I hereby declare that the contents of this assessment task are my own original work
(except where there is clear acknowledgement and appropriate reference to the work of
others) and have not been plagiarised, copied from someone else or previously submitted
for assessment by anyone.
32