0% found this document useful (0 votes)
150 views5 pages

Itpc - A

This document outlines an assignment for an Information Technology and Programming Concepts course. Students are asked to create a C++ application for an ice cream company to manage product flavors, sales, and other processes. The application must allow users to view flavors, add/update/delete flavors, manage sales, log in/out, and view company details. The assignment is divided into four parts worth a total of 100 marks - basic program structure and functionality (30 marks), sophistication through improved design and validations (30 marks), quality through efficient functions and testing (20 marks), and a final report with source code, flowcharts, and pseudocode (20 marks).

Uploaded by

Ravi Gajenthran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views5 pages

Itpc - A

This document outlines an assignment for an Information Technology and Programming Concepts course. Students are asked to create a C++ application for an ice cream company to manage product flavors, sales, and other processes. The application must allow users to view flavors, add/update/delete flavors, manage sales, log in/out, and view company details. The assignment is divided into four parts worth a total of 100 marks - basic program structure and functionality (30 marks), sophistication through improved design and validations (30 marks), quality through efficient functions and testing (20 marks), and a final report with source code, flowcharts, and pseudocode (20 marks).

Uploaded by

Ravi Gajenthran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Unit / Module

Information Technology and Programming Concepts

Assessment

Assignment : Construct code using C++, Flowcharts, Pseudo Code

Lecturer
Student Name

ID

Date Handed Over

04th July 2016

Date Due

20th August 2016

Submission Date
Learning
Out come

Grading
Opportunity

LO3

Q1(A)

Marks

Q1(B)
LO4

Q1(C)

LO2

Q1(D)

Assessed
By
(Name):
Signature:

Date:

Assessor Feedback

Important Information for Students

The criteria each task relates to are shown against that task where possible.

Please note that plagiarism is treated as a serious offence and therefore the work you produce
must be individual and original although may work in groups in some instances (Please refer to
Student Handbook on Plagiarism & Cheating).

All sources of information must be referenced using Harvard referencing where a reference
list/Bibliography should be included at the end of the assignment.

Please note that the submission date given for this assignment is the final date that you
can hand over the assignment. A one week grace period maybe extended with prior
approval from the Program Manager Undergraduate.

Assignments returned to students for re-working must be re-submitted within 10 days


(Please refer to Student Handbook on Assignments Re-submission).

Failure to re-submit the previously marked assignment with the re-submitted assignment will
mean that results cannot be released for the respective unit.

Please read, follow and reference both the contents of the unit outline and the grading criteria
of the assignment before completing this assignment.

Plagiarism:

While research and discussion are an essential part of an assignment, the deliberate copying of
someone elses work or unacknowledged copying from printed or electronic sources is NOT
permitted. You may be subject to disciplinary procedure if you do this. You should sign this
sheet to show that you comply with these regulations.
Students Signature: ..

Date:.

Students Comments:

....
.
.

Internal Verifier Name :


Signature :

Date Verified :

HND in Electrical and Electronic Engineering

TASK 1

ICE WORLD is a famous ice-cream seller company and the company management wants to
create an application to manage their main processes.
Create an error free, effective one with user friendly interfaces, appropriate messages, outputs
and menu driven/windows application using C++ programming language.
Main requirements are.

View available Ice-Cream Flavours.


Add/Update/Delete Flavour details.
Manage sales details.

Other requirements are.


User login.
Logout.
Exit.
View Company Details.

Part A Basic Program 30 Marks


1. Declare the variables and data types needed to implement the program.
2. Allow User to input necessary values.
3. Implement functions/methods to process main requirements.
4. Display the result on the screen using appropriate formatting.
Part B Sophistication 30 Marks
1. Improve the program in Part A, such as good design, appropriate validations error and
information messages.
2. Use appropriate data structures to store information, improve functions including algorithms
and display appropriate results

HND in Electrical and Electronic Engineering


Part C Quality 20 Marks
1. The program must effectively use functions to improve the program efficiency and the
structure. Implement test plan to evaluate all necessary functions.
2. Write readable and indented code. Use comments to describe the logic of the program.
Part D Report 20 Marks
1. Provide a report that consist of following content:
a. Cover page
b. Introduction
c. Flow charts and pseudo code
d. C++ source code

----------------------------------------------------END---------------------------------------------------------------------

You might also like