Show summary information about an event

Assignment Help Python Programming
Reference no: EM132312032

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 anevent 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

Attachment:- Assignment.rar

Verified Expert

This is qanta's airline reservation system which is implemented using python programming language. It supports the customers to reserve and cancel flights. A new fight can be added at any time. A customer is allowed to book at most 1 ticket per flight. A customer is allowed to cancel any booked ticket.

Reference no: EM132312032

Questions Cloud

How will you make sure the process is standardized : Review of applications is a TEST. What criteria will you use to screen candidates? How will you make sure this process is standardized, job-related.
Discuss the issue of measurement and provide examples : HA3011: Advanced Financial Accounting-Holmes Institute Australia-As fundament qualitative characteristics state your understanding of relevance.
Transformational leader switches from good to bad : When the transformational leader switches from good to bad characteristics, what is the role of HR and the organization to keep them from negatively impacting
Research issues in strategic human resource development : Develop competitive compensation and benefits packages that align with HRM strategy. Use technology and information resources to research issues in strategic.
Show summary information about an event : Developing will be used by event organizers staff who are promoting social gatherings. e.g. LAN Parties, Board - Create customer details - Name, Email
Calculate the cost of capital of the company : Calculate the cost of capital of the company assuming the $45 million dollar bond issue with a 4.5% coupon is approved
What crisis intervention services are available for clients : Do some research and find three local crisis centers or agencies that serve victims of personal violence, i.e. shelter for battered women.
Use of electronic communication at work has risen : As the use of electronic communication at work has risen, new ethical issues involving worker privacy have emerged. Discuss at least two reasons why or why not?
Write a summary of the violent act : Provide a summary/background of the survey. Write a summary of the violent act, the population it impacts, and how this affects the victim.

Reviews

len2312032

5/26/2019 10:44:43 PM

Design the program as per the document.But the coding should not contain heavy coding 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.

len2312032

5/26/2019 10:44:08 PM

HD D ULO 3: Describe and discuss the elements of effective programming style ULO 4: Demonstrate an understanding of the software development life cycle and apply sound programming analysis techniques (design, coding, debugging, testing and documentation) to justify simple programming problems 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)

len2312032

5/26/2019 10:43:55 PM

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.

len2312032

5/26/2019 10:43:37 PM

Alignment with Unit and Course Unit Learning Outcome Graduate Attributes Assessed ULO 3: Describe and discuss the elements of effective programming style ULO 4: Demonstrate an understanding of the software development life cycle and apply sound programming analysis techniques (design, coding, debugging, testing and documentation) to justify simple programming problems GA 1: Communication GA 2: Collaboration GA 4: Critical Thinking

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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