
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:Create a new Python file in this folder called task3.py.
• Design a program that determines the award a person competing in a
triathlon will receive.
• Your program should read in the times in minutes for all three events of a
triathlon, namely swimming, cycling and running and then calculate and
display the total time taken to complete the triathlon.
The award a participant receives is based on the total time taken to
complete the triathlon. The qualifying time for awards is 100 minutes.
Display the award the participant will receive based on the following
criteria:
Total time
Within qualifying time.
Within 5 minutes of qualifying time.
Within 10 minutes of qualifying time.
More than 10 minutes of qualifying time.
Award
Provincial Colours
Provincial Half Colours
Provincial Scroll
No award
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 2 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Hi, I need to solve this problem with C++ programming language using Visual Studio. Thank you.arrow_forwardDesign a modular program in Python to process payroll for all hourly paid employees, save all the data into a text file and make a backup file as well. The program should allow user enter each employee's ID, name, hours worked, and hourly pay rate. And then calculate gross pay with overtime hours(hours beyond 40) paid 50% more. And then the program should display pay statement for each employee and store them into a same text file. The program should display total number of employees, total number of hours worked by all employees, and total gross pay and save them at the end of the same text file as well. The program should contain the following functions: main(), get_employee_info(), calc_gross_pay(hours, rate), display_pay_statement(emp_id, emp_name, hours_horked, hourly_pay_rate, gross_pay), save_pay_statement_to_file(file_object, emp_id, emp_name, hours_worked, hourly_pay_rate, gross_pay), save_summary_to_file(file_object, number_of_employees, total_hours_worked, total_gross_pay).…arrow_forwardYou are tasked with creating a program to manage monthly household expenses. The program should collect input on various expenses incurred during the month and provide a summary of the financial situation. Here are the specific program details: • The program should request the user to input the amounts spent on groceries, utilities, rent/mortgage, transportation, and other expenses. • Calculate the total amount spent and the percentage of each expense category relative to the total spending. •Display the total spending and the percentage breakdown of expenses to the user. • Provide a financial overview based on the following criteria: -If the total spending exceeds the monthly budget, display a message indicating overspending and the amount exceeded. -If the total spending is within the budget but any individual expense category exceeds 30% of the total spending, recommend reviewing and adjusting that category. - Otherwise, display a message indicating good financial management. Please…arrow_forward
- Create a program in Python that asks the user to enter: - The names of 5 students and their corresponding quiz scores - The total of the quizzes will be calculated - The average of the quizzes will be calculated - Print a report of the quizzes which consists of output statements to print: - A comumn heading report (centered) - Student name and quiz column heading - All 5 of the student names and corresponding quizzes in two columns as shown on the next page: - The total of all the quizzes - An average of all the quizzesarrow_forwardDevelop a Python function named "display_bookstore_info" to convey details about "Bookworm Haven." The function should include the following information: 1. A warm welcome message and the precise location of the bookstore. 2. An overview of the book categories available, highlighting bestsellers, fiction, non- fiction, science fiction, and children's books. 3. Any ongoing promotions or loyalty programs, such as "Buy 3 books, get a 10% discount with our Bookworm Rewards Card!" 4. Operational hours specified for each day of the week. 5. Contact details, including a customer support email (support@bookwormhaven.com) and a customer service hotline (1-800-READNOW). Ensure to call the function to present the provided information.arrow_forwardD Page view A Read aloud O Add text V Draw V Highlight 3. Write a program that simulates the normal operation of a modern elevator with 25 floors (levels) and that has two buttons: UP and DOWN, except on the lower floor (level), that there is only a call button to UP and the last floor (level) that only exists DOWN button. Write a program that selects the arithmetic operation to be executed between two numbers depending on the value of a variable called selectionOp. 4. 5. Write an algorithm that displays the next double message: Enter a month (1 for January, 2 for February,.....) Enter a day of the month Copyright 2022 Post University, ALL RIGHTS RESERVEDarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education