Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

first session the time each member takes to run 400m is noted. At the end of the six weeks these timings are repeated. The club

image text in transcribedimage text in transcribed

first session the time each member takes to run 400m is noted. At the end of the six weeks these timings are repeated. The club intends to give a prize to the member who has reduced their time over 400m the most. It needs a program that will allow the necessary data to be entered and that will give the reduction in running time for each member and the name of the member with the greatest reduction. The club already has a list of the names of the members as a txt file. The club coach has agreed to help with this program and has gathered the information in the following list: - What data must be supplied? - user input times for first run times for second run - data that already exists names of runners - What is required of the program? Calculate the reduction in running time for each runner Find the runner with the greatest reduction The coach has decided to store the names of the runners and the two running times for each runner in three parallel lists. She writes down a first version of an algorithm: Input the running times for each runner Calculate the reduction in running time for each runner Find the runner with the greatest reduction Output the name of the runner She then refines the algorithm: Repeat (number of runners) times input the first running time input the second running time For each runner calculate the reduction as first running time - second running time Find the runner with the greatest reduction Output the name of the runner Questions: a. Select the sub-process that still needs to be refined. be chosen to be implemented as a component because r characteristic of the task that makes it suitable to be b. 'Input the running times for each runner' might be chosen to be implemented as a component because it is a reasonably substantial task. Select another characteristic of the task that makes it suitable to be implemented as a component

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Medical Image Databases

Authors: Stephen T.C. Wong

1st Edition

1461375398, 978-1461375395

More Books

Students also viewed these Databases questions

Question

Evaluate 3x - x for x = -2 Answer:

Answered: 1 week ago