ISY1003 Foundations of Programming Assignment

Assignment Help Programming Languages
Reference no: EM132380502

ISY1003 Foundations of Programming - Practical Programming Assignment -Australian Institute of Higher Education, Australia

Unit Learning Outcome -

  • Describe and discuss the elements of effective programming style.
  • Demonstrate an understanding the software development life cycle and apply sound programming analysis techniques (design, coding, debugging testing and documentation) to justify simple programming problems.

Assessment Description -

In this project, you will work individually to write programs which demonstrate your understanding of IPO and usage of simple functions in Python programs.

Content and Structure: You will have to write a modular program to:

1. Perform a series of transactions

2. This will be a project which students will choose and discuss with the lecturer prior to commencing.

3. Examples could be a scientific calculator, expense management system, online shopping system, banking system etc

Program expectation:

  • The student must be able to explain the working of the program and its logic.
  • Program should be indented, proper comments should be given, modification history should be present, variable names and data types should be chosen appropriately.
  • The program should compile and execute to display the result.
  • The student must use programming constructs available in Python and follow coding standards.

Program 1 -

The program you will be developing will be used by event organizer's staff who are promoting social gatherings. e.g. LAN Parties, Board Game Nights.

The event organizer has a range of events. Customer can book a seat at an event, and if circumstances change they can remove their reservation at a later time, but not when it is less than 1 day before the event. The event organisers want you to make a program that can be used by their staff to store seat reservation information.

Following features need to be implemented in the program:

Basic Tasks

1. Create customer details - Name, Email, Reference Code (5 digit reference code that does not start with zeros (e.g. 10000 is the smallest acceptable value), Adult or Child

2. Reserve seat at an event - restriction is that customer can book only one seat for given event, they may however book seats at a different event

3. Once all seats at an event are booked, user should get a warning message - sorry, event is sold out

4. Customers can cancel their reservation, condition is, it must not be allowed less than 24 hours before an event

5. Show summary information about an event - number of seats booked, number of seats available

6. Information about customers and event bookings must persist

Advance Tasks -

1. Allow user to create a new event.

2. Full validation of all input.

3. Ask user to choose file name and path to save the file (Assumption is that the directory/folder already exists).

4. Report on a customer's reservation.

Program 2 -

Your program will be used by the staff who work for an airline company, e.g. Qantas Airways.

The airline has a range of flights between various cities each day. Customers can book to fly on a flight, and if circumstances change they can cancel their booking at a later time, but not when it is less than 2 hours until the flight. The client want you to make a program that can be used to store the booking information, and the check-in information of the people on a flight.

The program should allow staff to:

1. Create customer details - Name, Address, 3 digit passenger code that does not start with zeros (e.g. 100 is the smallest acceptable value), whether the customer can only eat halal meat (e.g. Muslim passengers)

2. Customers should be able to book seats on a flight, only one seat on a flight per customer. They may however book a seat on a different flight.

3. Cancel a booking - only permitted 2 hours before the flight

4. Summary Information

a. The source and destination places.

b. The number of seats that are booked.

c. The number of seats that are available.

d. The number of passengers booked on the flight that need a halal meal.

5. Customer and flight information must persist

Advanced Tasks

1. Create a new flight.

2. Full validation of all input.

3. Ask user to choose file name and path to save the file (Assumption is that the directory/folder already exists).

4. Report on a customer's booking.

Reference no: EM132380502

Questions Cloud

ACC573 Financial Reporting And Analysis Assignment Problem : ACC573 Financial Reporting And Analysis assignment help and assessment help, Strayer University - Assess the performance of the stock within the first year.
Prepare journal entries to record the transactions : Signed a two-year rental agreement on an office and paid $5,180 cash. Half was for the May 2017 rent and the other half was for the final month's rent.
Describe the components and principles of the coso framework : Write a paper on COSO and how it relates to Sarbanes-Oxley and the auditing of public companies in 700 to 1,050 words. Address the following.
Were management decisions to stay competitive sound : Green Pastures is a 400-acre farm on the outskirts of the Kentucky Bluegrass, specializing in the boarding of broodmares and their foals. A recent economic.
ISY1003 Foundations of Programming Assignment : ISY1003 Foundations of Programming - Practical Programming Assignment Help and Solution, Australian Institute of Higher Education, Australia
Computing the margin of safety ratio for current operations : Mary Willis is the advertising manager for Bargain Shoe Store. She is currently working on a major promotional campaign. Her ideas include the installation.
What is the impact of the tax rate change on income tax : On 1 November 2018, the company rate of income tax was changed from 35% to 30%. What is the impact of the tax rate change on income tax expense?
Identify project by criteria of long term increase in value : Compare the results of the three (3) methods by quality of information for decision making. Using what you have learned about the three (3) methods.
What is roberts qualified business income : What is Robert's qualified business income if you determined that reasonable compensation for someone with Robert's experience and responsibilities is $169,350?

Reviews

len2380502

10/2/2019 3:40:11 AM

Detailed Submission Requirements - Multiple program files may be uploaded. Student will also need to demonstrate the working of the program along with a full explanation of the underlying code. Follow coding standards, naming conventions for variables and functions. Students will be asked to explain the working of their program and the logic they've used. Coding should be modular and program should use all the programming constructs learnt in the course. The assessment will be submitted through Turnitin via your unit page on Moodle.

len2380502

10/2/2019 3:40:05 AM

Late Submission - Any assessment submitted past the specific due date and time will be classified as Late. Any Late submission will be subject to a reduction of the mark allocated for the assessment item by 5% per day (or part thereof) of the total marks available for the assessment item. A ‘day' for this purpose is defined as any day of the week including weekends. Assignments submitted later than one (1) week after the due date will not be accepted, unless special consideration is approved as per the formal process.

len2380502

10/2/2019 3:40:00 AM

Marking Criteria - Program generates output as expected Header section has modification history Naming conventions are followed for variables, functions and other programming units (24 - 30 marks) Program generates output as expected Program follows a modular approach and uses all the programming constructs learnt Functions are used to perform operations (18 -24 marks) Program generates output as expected All coding standards are followed Code is indented (15 - 18 marks) Code compiles Program uses concepts learnt in class to meet the requirements Program implements business logic Program generates correct output (15 marks) Code does not compile Unable to execute code Program does not perform as per functionality and features approved by lecturer (0 - 14).

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd