1 You are in charge of modernizing a busy 20 kilometre-long stretch of highway near a large city. The speed limit on the
Posted: Mon Apr 11, 2022 6:21 am
1 You are in charge of modernizing a busy 20 kilometre-long stretch of highway near a large city. The speed limit on there is ookm/h and residents have been complaining of excessive speeding on the highway, and the police haven't been able to keep up with the problem your job is to design some speed traps (described below) that can catch speeding drivers and automatically send them speeding tickets There are existing metal structures like this one placed every 2 kilometres along this stretch of highway (11 of them in total). The city has a large number of smart cameras that can read the license plates of cars and note the exact times to the second) the cars pass by the cameras. Your plan is to attach one of these cameras to each of the structures mentioned above. The data from the cameras is then transmitted to a computer system that records the exact time of day at which each car passes each camera in a central database. Your goal is to write a very simple program that will use this data to detect cars that exceed the speed limit, 90 that their owners can be sent speeding tickets To avoid effors, you want to design the system to only assign speeding tickets to cars that go at least 10% faster than the speed limit. How should your program work? Describe how a computer can analyze the data collected by the cameras and be sure that a car was speeding at some point Your explanation should reference a theorem you've studied recently You're not being asked to actually write computer code, but describe, mostly in words, how the computer would analyze the data above to find speed- ers, and we can be sure of its conclusions.) Here is some sample data you can think about. This is the data collected about two cars (the column headers are their license plates) as they travel down this stretch of highway and pass all the cameras. One if these cars should get a speeding ticket and the other should not. You are not required to discuss this sample data in your solution. It's just to give you something to work with. ABCD 123 DCBA T7 Carm 1 | 2022-03-25 12:45 01 2022-03-23 21:0326 Cam z | 222-03-25 1246 28 2022-03-23 21:04:46 Cam 3 | 2022-03-25 12:47:49 2022-03-23 21 06:01 Carm 4 | 2022-03-25 12:49 06 2022-03-23 21:07:12 Cam 5 | 2022-03-25 12.50 36 2022-03-23 21.08:27 Cam 6 | 2022-03-25 1252 08 2022-03-23 210943 Cam 71 2022-03-25 12 53 43 2022-03-23 211103 Cam 6 | 2022-03-25 12:55 12 2022-03-23 21 1222 Cam 9 | 2022-03-25 12:56 27 2022-03-23 21:13.43 Car 10 | 2022-03-25 12 58 00 2022-03-23 21:15 09 Cam 171 2022-03-25 12:59 21 2022-03-23 21:16:39 |