Deliverable 2 Bryce Kingston Comparison Matrix

I have to create a Groceries Management System in Python.  I only need it for 3 users for this system, 1. Admin 2. New Customer 3. Registered Customer. I also need the flowchart and pseudocode

Course Learning Outcomes

 

Upon completion of this assignment you should be able to:

 

CLO1 Translate simple problem statements into programmable solutions using flow chart/pseudo code (C3, PLO2).
CLO2 Comprehend knowledge of basic and advanced programming concepts (C2, PLO1).
CLO3 Show the ability to write computer programs for a given problem statement (P4, PLO3).

 

  • INDIVIDUAL ASSIGNMENT DESCRIPTION

 

Computer Science / Software Engineering / IT / Computer Games Development and Multimedia Technology programmes

 

Title: Groceries Management System (OGMS)

Section A:       Program Specification

Due to busy schedule most of us prefer online shopping even to buy groceries and household items, In this situation FRESHCO Sdn Bhd hire you as a programmer to develop Online Groceries Management System (OGMS) which will be used by “FRESHCO Sdn Bhd” a Malaysian leading company to manage groceries functionalities.

A good System allows you to effectively manage all transactions of customers easily.

 

Functionality of OGMS

There are 3 users for this system, 1. Admin 2. New Customer 3. Registered Customer.

The following characteristics are important to be included in your system:

Admin

  1. Can login to access system.
  2. Can upload Groceries detail in system. (Medicine name, exp date, price, specification, etc…)
  3. Can view all uploaded Groceries
  4. Can update/modify Groceries information if required.
  5. Can delete Groceries information.
  6. Can search specific Groceries detail.
  7. Can view all orders of customers.
  8. Can search order of specific customer.
  9. Exit

New Customer

  1. Can view Groceries detail.
  2. Can do registration by providing their detail like Name, Address, Email ID, Contact Number, Gender, Date_Of_Birth, User ID, Password, Rewrite Password, etc…
  3. Exit

 

Registered Customer

  1. Can login to the system.
  2. View all Groceries detail.
  3. Place order of Groceries and do payment.
  4. Can view own order.
  5. Can view personal information.
  6. Exit

 

The application has to be developed using python programming language. Data may be stored in lists, files, etc.

 

 

 

 

  • REQUIREMENTS
  1. You are required to carry out extra research for your system and document any logical assumptions you made after the research.

 

  1. Your program should use symbolic constants where appropriate. Validations need to be included to ensure the accuracy of the system. State any assumptions that you make under each function.

 

  • You are required to store all data in text files. There is no limit on the number of text files that can be used but they should be kept minimum.

 

  1. You are expected to use list and functions in your program. Your program must embrace modular programming technique and should be menu-driven.

 

  1. You may include any extra features which you may feel relevant and that add value to the system.

 

  1. There should be no need for graphics in your program, as what is being assessed, is your programming skill not the interface design. The marking scheme for the assignment has been provided so that you clearly know how the assessment for this assignment would be done.

 

  • You should include the good programming practice such as comments, variable naming conventions and indentation.

 

  • In a situation where a student:
    • Failed to attempt the assignment demonstration, overall marks awarded for the assignment will be adjusted to 50% of the overall existing marks.
    • Found to be involved plagiarism, the offence and will be dealt in accordance to APU regulations on plagiarism.

 

  1. You are required to use Python programming language to implement the solution. Use of any other language like C/C++/Java is not allowed.

 

  1. Global variables, build in functions like min, max, sort, etc… are not allowed.
  • DELIVERABLES

 

You are required to submit a softcopy of:

 

  1. Program coded in Python – submitted as .py file.
  • Name the file under your name and TP number (e.g. KATHY_SIERRA_TP123456.py)
  • Start the first two lines in your program by typing your name and TP number (e.g. as follows):

#KATHY SIERRA

#TP123456

  1. Text files created through test data – submitted as .txt files.
  • A documentation of the system – submitted as NAME_TPNUMBER.pdf file – that incorporates basic documentation standards such as header and footer, page numbering and includes:
  • Cover page
  • Table of contents
  • Introduction and assumptions
  • Design of the program – using pseudocode and flowcharts – which adheres to the requirements provided above
  • Program source code and explanation
  • Screenshots of sample input/output and explanation
  • Conclusion
  • References (if any) using Harvard Name Referencing
  • ASSESSMENT CRITERIA

 

  1. Design (Pseudocode and Flowchart) 30%

Detailed, logical and accurate design of programmable solution.                             

 

  1. Coding / Implementation (Python code) 30%

Application of Python programming techniques (from basic to advance); good programming practices in implementing the solution as per design; and adequate validation meeting all system requirements with all possible additional features.

 

  • Documentation 25%

Adherence to document standard format and structure; screen captures of input/output with explanation; and inclusion of generated text files.

 

  1. Demonstration 15%

Ability to run, trace code, explain work done and answer questions.

 

 

  • PERFORMANCE CRITERIA

 

Distinction (80% and above)

This grade will be assigned to work which meets all of the requirements stated in the question. The program runs smoothly when executed. There is clear evidence and application of Python concepts up to advanced level. The program solution is unique with excellent coding styles and validation. The program implemented maps completely against the design (pseudocode and flowchart) as seen in the documentation. The design of the solution varies in styles and has unique logic with hardly any errors / omissions. The documentation does not have any missing components. Sample inputs/outputs documented have clear explanation.  Student must be able to provide excellent explanation of the codes and work done, show additional concepts / new ideas used in the solution, able to answer all questions posed with accurate / logical answers / explanation provided with sound arguments and clear discussion.  Overall an excellent piece of work submitted.

 

 

 

 

Credit (65%-74%)

This grade will be assigned to work which is considered to be of good standard and meets most of the requirements stated in the question. The program runs smoothly when executed. There is clear evidence and application of Python concepts up to at least intermediate level. The program solution is unique with good coding styles and validation. The program implemented maps well against the design (pseudocode and flowchart) as seen in the documentation. The design of the solution varies in styles and has unique logic with minor errors / omissions. The documentation does not have any missing components. Sample inputs/outputs documented with some explanation. Student must be able to provide good explanation of the codes and work done, answer most questions posed with mostly accurate / logical answers / explanation.  Overall a good assignment submitted.

 

Pass (50%-64%)

This grade will be assigned to work which meets at least half of the basic requirements (approximately 50%) stated in the questions.  The program runs smoothly when executed. There is clear evidence and application of Python concepts at basic level. The program solution is common with basic coding styles and validation. The program implemented somewhat maps with the design (pseudocode and flowchart) as seen in the documentation. The design of the solution is average in terms of logic and style with some errors / omissions. The documentation has some missing components. Sample inputs/outputs documented but without any explanation. Student must be able to explain some codes and work done and able to answer some questions posed with some accurate / logical answers / explanation.  Overall an average piece of work submitted.

 

Fail (Below 50%)

This grade will be assigned to work which achieved less than half of the requirements stated in the question. The program is able to compile but not able to execute or with major errors. The program solution has only basic coding styles with no validation. The program solution has little or no mapping with the design. The design of the solution has major / obvious errors / omissions. The documentation has some missing essential components. Student is barely able to explain the codes / work done and answer given on the questions posed but with mostly inaccurate / illogical answers / explanation. Overall a poor piece of work submitted

Fountain Writers
Calculate your paper price
Pages (550 words)
Approximate price: -

Why Work with Us

Top Quality and Well-Researched Papers

We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.

Professional and Experienced Academic Writers

We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.

Free Unlimited Revisions

If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.

Prompt Delivery and 100% Money-Back-Guarantee

All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.

Original & Confidential

We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.

24/7 Customer Support

Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

Our Services

No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.

Essays

Essay Writing Service

No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.

Admissions

Admission Essays & Business Writing Help

An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.

Reviews

Editing Support

Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.

Reviews

Revision Support

If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.