Help ss. While
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...
Related questions
Question
Help ss. While.
![Converting a Program Design to Python Code [10 marks]
This exercise should be done in the "Exercise 1" 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 I'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.
Ask the user for a number; store this in
variable 'num2'
Add variables num1 and num2 and
store the result in variable 'total'
Display "The total is:"
Display variable 'total'
Code:
num1 = 4
num2= int(input("Enter a number:"))
total num1 + num2
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:
sdistuspeed. time + 7/213
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](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F0f4f9e01-3526-475d-bf62-b0836f996e40%2Ff631aa6c-973d-40ab-887d-c09d79a8ca36%2Fhzn4dhm_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Converting a Program Design to Python Code [10 marks]
This exercise should be done in the "Exercise 1" 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 I'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.
Ask the user for a number; store this in
variable 'num2'
Add variables num1 and num2 and
store the result in variable 'total'
Display "The total is:"
Display variable 'total'
Code:
num1 = 4
num2= int(input("Enter a number:"))
total num1 + num2
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:
sdistuspeed. time + 7/213
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

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

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY