1. Homepage
  2. Programming
  3. CPT109 C Programming and Software Engineering 1 – ASSESSMENT 3: Vehicle Rental Service Information System

CPT109 C Programming and Software Engineering 1 – ASSESSMENT 3: Vehicle Rental Service Information System

Engage in a Conversation
XJTLUCPT109C Programming and Software EngineeringVehicle Rental Service Information SystemPizza Ordering SystemCinema Management Information SystemC

CPT109 C Programming and Software Engineering 1 – ASSESSMENT 3 CourseNana.COM

Assessment Number Contribution to Overall Marks Issue Date
CourseNana.COM


CourseNana.COM

Submission Deadline CourseNana.COM

This assessment aims to evaluate students’ ability to develop a significant software solution to a real- world problem by working as a member of a team. Your team will be given a vague specification and is expected to deliver a software product in the C programming language, which meets the specifications before the due date. This size and type of the project is suitable for development in a modular format, and so teams are encouraged to devise program structures that allow various parts of the code to be developed independently by each team member. Being a team player means you are expected not only to apply the knowledge gained during the lectures, laboratory classes and assignments to specify, design, implement, test and document your own code, but also to cooperate with your teammates so that the whole project will be delivered on time with good quality. CourseNana.COM

Grouping CourseNana.COM

There are 362 students enrolled in this module, and you will be divided into groups consisting of 5 students (i.e. 73 groups). Groups will be formed in two stages: Firstly, students will be given the option to choose their own group members. Students failing to form a group will then be randomly assigned to a group. Randomly formed groups will contain students with a range of abilities based on their performance in previous assignments. Each group will then be randomly assigned one of 3 projects. Students wishing to form their own group should submit a group formation form provided with all details filled in and having been signed by all group members. CourseNana.COM

Final Deliverables CourseNana.COM

Each group should submit the following (only 1 submission per group):
1. A report (PDF file), based on the Software Development Process applied throughout this semester:
CourseNana.COM

a)  Problem Statement (Specification: formulate the problem generally) (10%). CourseNana.COM

b)  Analysis: interpret the vague software requirements provided by your design brief and determine a very clear specification for your software design. (10%) CourseNana.COM

c)  Design: explain how your program is structured in terms of functional blocks and describe what each block does. A flow diagram may be useful here, showing how functions interconnect and what data is passed between them. (10%) CourseNana.COM

d)  Testing: explain how the program has been tested and verified. Ensure any usernames or passwords required to test the program are listed in a table. (10%) CourseNana.COM

All C source code (.c files) and the final executable demonstration file (.exe). The source code must be appropriately commented. Include any data files needed for execution. (50%) CourseNana.COM

  1. Group formation form (The form is part of the Assessment 3 download package). The group

form should be signed by all members. CourseNana.COM

  1. Contribution form (The form is part of the Assessment 3 download package). The group should agree on the percentage of contribution of each member to each section and submit one copy of the form signed by all members.

NOTE: This may lead to different marks for different members of the same group. If necessary, the module leader may call group members for a short oral test. CourseNana.COM

Submission Procedure CourseNana.COM

All the above-mentioned files/deliverables (report, source code, executable, manual, contribution form), must be compressed into a single file (.rar, .zip or .7z). The group leader (identified on the group formation form) must submit this single compressed file on Learning Mall using his/her account. CourseNana.COM

NOTE: Each group should only submit ONE copy on Learning Mall. Make sure your report has a title page and ensure ALL group members’ names and ID numbers are on it. CourseNana.COM

General Guidelines CourseNana.COM

The project descriptions are deliberately given in the form of simple customer specifications, which (as in the real world) are incomplete and often ambiguous, rather than a set of exact functional specifications. The group members should work methodically together (as the developers in a real world software project would) to: CourseNana.COM

  1. Analyse and formalise the customer specifications (at this stage, the various design choices and the software features can be subject to the group’s creativity).
  2. Design and decompose the functional and programmatic aspects of the problem and allocate constituent tasks to each group member. You are expected to use a top-down design which can then be modularised so that the tasks for each member can be clearly determined.
  3. Implement the product with frequent meetings to report progress and decisions to each other and re-evaluate the agreed courses of action.
  4. Implement test procedures, debug and correct the program. Each program module should be independently testable. Testing of each module and the program as a whole should be performed.
  5. Finalise the deliverables.

The specifications are only basic, and most of the design choices should be made in your group meetings. The systems described within the different projects have a variety of different features, and the disambiguation of the customer specifications can be based on the student’s logic and real-life experience. CourseNana.COM

Assessment will be based on whether the product/program offers reasonable functionality and features (for the group size, allocated time and project difficulty), its design quality, flexibility, robustness, software bugs and other stated deliverables. CourseNana.COM

If the group cannot implement all of the system features mentioned, it is better to have a few features fully working without run-time crashes than none of the required features working properly due to bugs or disrupting ripple effects between modules in the project. However, the corresponding marks deduction will be applied depending on the missing features. CourseNana.COM

If any group issues arise during the project, it is important to raise these with the module leader as soon as they do so that resolutions can be found quickly. It is important to work with your group and to share the work accordingly. All group members should be responsible for some of the coding. Individuals may not produce their own work for submission independent of the group. CourseNana.COM

Project A: Vehicle Rental Service Information System CourseNana.COM

Overall description:
A vehicle rental company needs a new electronic rental system, and your team is employed to build it.
Customer specifications:
The implemented system should be able to handle the basic operations of the vehicle rental service, including the following features: CourseNana.COM

·  Provide rental service for the walk-in customer. CourseNana.COM

·  Catalogue the vehicle; they should be stored in an indexed order, e.g. by vehicle brand, vehicle type or price range. CourseNana.COM

·  The information about each vehicle should include: brand, type, number of seats, number of doors, luggage capacity, fuel type, transmission type, etc. CourseNana.COM

·  Provide search functionality so that any user can find a vehicle CourseNana.COM

System Users CourseNana.COM

The system should be able to provide functionality for different users listed below: CourseNana.COM

· An administrator who should be able to: CourseNana.COM

o Add and edit vehicle information. CourseNana.COM

o Provide statistics related to business (e.g. sales by vehicle type, etc). · A sales representative who should be able to: CourseNana.COM

o Register a new customer, including name, driving license information, phone number, etc. o Edit customer information.
o Record the rental of a vehicle.
o Record the return of a vehicle from a customer and calculate charges. CourseNana.COM

Project B: Pizza Ordering System CourseNana.COM

Overall description:
Your team is employed by a new pizza shop to develop the software for an in-store terminal where customers can order their pizza.
Customer specifications:
The implemented ordering system should be able to provide facilities to: CourseNana.COM

·  Allow the various types of pizza on the menu (e.g. Thin and Crispy Crust, and Hand Tossed) to be ordered where each pizza can be customised by different size (e.g. 10”, 12”, 14”, and 16”) and topping (e.g. Supreme, Hawaiian, Margherita, and BBQ Chicken). CourseNana.COM

·  Determine the cost of the pizza ordered based on the type, size, and topping. CourseNana.COM

·  Register and edit customer accounts, identifiable by a unique account number, which can be precharged with money. Customer information should include name, telephone, order history, and available balance. CourseNana.COM

System Users CourseNana.COM

The system should be able to provide the functionality for different users listed below: CourseNana.COM

· Shop manager who will be able to: CourseNana.COM

o Edit the pizza menus.
o Set/alter charges for the pizza.
o Add/remove/editcustomerinformation. o Provide statistics related to pizza sales. CourseNana.COM

· Customer Self Service will be able to:
o Login to your account and place an order. o Revieworderhistory.
o Deposit money into the account. CourseNana.COM

Project C: Cinema Management Information System CourseNana.COM

Overall description:
Your team is employed by the cinema to implement a software system responsible for the overall management of seat booking and customer records.
Customer specifications:
The implemented cinema systems should be able to provide facilities to: CourseNana.COM

·  Manage movies to be released in the cinema. Each movie plays multiple sessions in the cinema. CourseNana.COM

The movie includes information such as title, language, length, etc. CourseNana.COM

·  Manage bookings for 180 seats per movie session. Each seat for each movie session has a uniquely identifiable number. Each seat for each movie session has a price. CourseNana.COM

·  Manage customer accounts. Customer accounts are identifiable by a unique account number. CourseNana.COM

Customers can accumulate points when they go for the movies. CourseNana.COM

·  Offer cinema business statistics, e.g. numbers of cinema guests. CourseNana.COM

System Users CourseNana.COM

The system should be able to provide functionality for different users listed below: CourseNana.COM

· The manager who will be able to: CourseNana.COM

o Add/edit new movie and movie sessions
o Set/amendthepriceforthemoviesessions
o Manage a customer database (add/edit/remove customers)
o View movie business statistics, e.g. the number of seats booked, total income, etc. CourseNana.COM

· A receptionist who will be able to:
o Register a booking, customer points, and calculate the total price. o Check available seats.
o Check the customer’s total point. CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
XJTLU代写,CPT109代写,C Programming and Software Engineering代写,Vehicle Rental Service Information System代写,Pizza Ordering System代写,Cinema Management Information System代写,C代写,XJTLU代编,CPT109代编,C Programming and Software Engineering代编,Vehicle Rental Service Information System代编,Pizza Ordering System代编,Cinema Management Information System代编,C代编,XJTLU代考,CPT109代考,C Programming and Software Engineering代考,Vehicle Rental Service Information System代考,Pizza Ordering System代考,Cinema Management Information System代考,C代考,XJTLUhelp,CPT109help,C Programming and Software Engineeringhelp,Vehicle Rental Service Information Systemhelp,Pizza Ordering Systemhelp,Cinema Management Information Systemhelp,Chelp,XJTLU作业代写,CPT109作业代写,C Programming and Software Engineering作业代写,Vehicle Rental Service Information System作业代写,Pizza Ordering System作业代写,Cinema Management Information System作业代写,C作业代写,XJTLU编程代写,CPT109编程代写,C Programming and Software Engineering编程代写,Vehicle Rental Service Information System编程代写,Pizza Ordering System编程代写,Cinema Management Information System编程代写,C编程代写,XJTLUprogramming help,CPT109programming help,C Programming and Software Engineeringprogramming help,Vehicle Rental Service Information Systemprogramming help,Pizza Ordering Systemprogramming help,Cinema Management Information Systemprogramming help,Cprogramming help,XJTLUassignment help,CPT109assignment help,C Programming and Software Engineeringassignment help,Vehicle Rental Service Information Systemassignment help,Pizza Ordering Systemassignment help,Cinema Management Information Systemassignment help,Cassignment help,XJTLUsolution,CPT109solution,C Programming and Software Engineeringsolution,Vehicle Rental Service Information Systemsolution,Pizza Ordering Systemsolution,Cinema Management Information Systemsolution,Csolution,