Assignment Cover Sheet: Faculty of Science and Technology
Assignment Cover Sheet: Faculty of Science and Technology
PLAGIARISM
Plagiarism is the presentation of the expressed thought or work of another person as though it is one's own without
properly acknowledging that person. You must not allow other students to copy your work and must take care to
safeguard against this happening.
Plagiarism is a serious offence. As set out in University Regulation 6.1.1., students who are caught plagiarising
will, for a first offence, be given a zero mark for that task. A second offence will result in a failing grade for the
Course(s) involved and any subsequent offence will be referred to the Student Discipline Committee.
Declaration
Except where appropriately acknowledged, this assignment is my own work, has been expressed in my
own words and has not previously been submitted for assessment. I have also retained a copy of this
assessment piece for my own records.
Signature:_________________________________________ Date:_______________________
Feedback / Assessment:
LECTURER’S SIGNATURE: DATE:
This assignment consists of the pseudo code for the app and general
description off some elements and components.
pseudo code
Step 1
Firstly creating a menu screen That includes the following, add diary
entries, View previous entries
and edit profile
Step 2
Typing your first name , last name, email a Tiny DB1 can also
update the profile
Step 3
type in your diary entry in the textbox and saving it using the tiny
DB1. Saving the entry or else so that something has to be written.
Step 4
password is entered Two view previous diary entries. If the
password isn't correct then you cannot View the list
Step 5
if there is nothing entered in the diary entry Then the list view
shows empty record else the previous entries it's stored in the file
COMPONENTS
Notifier
- It displays the alert messages and can be used in this app to make
user know about the entry of the diary entries .
Check Box
The checkbox is used for selecting a particular option .
Labels
The several representation like first name, last name are written in the
labels . The labels helps the user to develop the app significantly as the
label shows more about the app .
Text Boxes
The textboxes are where the user enters the text . In my app design I
have kept several textboxes for mentioning their first name, last names,
E-mail and Address.
Buttons
= The button is a visual components which allows the user to perform
the actions. During the development of the app , button is used multiple
times to save or to cancel , and also to enter the other screen from the
menu screen .
.
Procedures that you have defined using the ‘to do’ or ‘to do … result’
blocks
= Used here to update the profile.