YOUR TASK: Convert the following code design into Python code. Don't change any of the variable names or the structure of the program in any way. Design: • Display "Welcome. This program computes the distance travelled and final speed of an object, given its initial speed and acceleration, and the time travelled." • Store a value for initial speed into variable 'uspeed" Store a value for acceleration into variable 'acc' • Store a value for travelling time into variable 'time' • Compute the distance travelled and store the result in variable 'sdist' as follows: sdist + uspeed · time +; acc · time? • Compute the final speed and store the result in variable 'vspeed' as follows: • vspeed = (uspeed² +2·acc-sdist ) • Display "The distance travelled is as follows:" • Display sdist • Display "The final speed is as follows:" • Display vspeed

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Converting a Program Design to Python Code [10 marks]
This exercise should be done in the "Exercise1" file provided to you. In class, we've been drawing
up designs in English for programs we want to write. We've then used these code designs to create
programs in Python code. For now, I've given you a code design and your job is to convert the
design into Python code.
Below l'll first provide an example for you. On the left is a code design and on the right is the
associated Python code. You need not type it in if you don't want to; it's just an example of a code
design and its corresponding code.
Design:
Create a variable 'num1' and store the
number 4 in it
Code:
num1 = 4
Ask the user for a number; store this in
variable 'num2'
num2 = int(input("Enter a number:")
Add variables num1 and num2 and
total = num1 + num2
store the result in variable 'total'
Display "The total is:"
Display variable 'total'
print("The total is:")
print(total)
YOUR TASK: Convert the following code design into Python code. Don't change any of the
variable names or the structure of the program in any way.
Design:
Display "Welcome. This program computes the distance travelled and final speed of
an object, given its initial speed and acceleration, and the time travelled.'
Store a value for initial speed into variable 'uspeed
Store a value for acceleration into variable 'acc'
Store a value for travelling time into variable 'time'
Compute the distance travelled and store the result in variable 'sdist' as follows:
sdist + uspeed time +
1
acc · time?
• Compute the final speed and store the result in variable 'vspeed' as follows:
vspeed = (uspeed²+2·acc-sdist )
Display "The distance travelled is as follows:"
Display sdist
Display "The final speed is as follows:"
Display vspeed
Transcribed Image Text:Converting a Program Design to Python Code [10 marks] This exercise should be done in the "Exercise1" file provided to you. In class, we've been drawing up designs in English for programs we want to write. We've then used these code designs to create programs in Python code. For now, I've given you a code design and your job is to convert the design into Python code. Below l'll first provide an example for you. On the left is a code design and on the right is the associated Python code. You need not type it in if you don't want to; it's just an example of a code design and its corresponding code. Design: Create a variable 'num1' and store the number 4 in it Code: num1 = 4 Ask the user for a number; store this in variable 'num2' num2 = int(input("Enter a number:") Add variables num1 and num2 and total = num1 + num2 store the result in variable 'total' Display "The total is:" Display variable 'total' print("The total is:") print(total) YOUR TASK: Convert the following code design into Python code. Don't change any of the variable names or the structure of the program in any way. Design: Display "Welcome. This program computes the distance travelled and final speed of an object, given its initial speed and acceleration, and the time travelled.' Store a value for initial speed into variable 'uspeed Store a value for acceleration into variable 'acc' Store a value for travelling time into variable 'time' Compute the distance travelled and store the result in variable 'sdist' as follows: sdist + uspeed time + 1 acc · time? • Compute the final speed and store the result in variable 'vspeed' as follows: vspeed = (uspeed²+2·acc-sdist ) Display "The distance travelled is as follows:" Display sdist Display "The final speed is as follows:" Display vspeed
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY