Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Background Severe acute respiratory syndrome coronavirus 2 ( SARS - CoV - 2 ) is the virus that causes coronavirus disease 2 0 1 9

Background
Severe acute respiratory syndrome coronavirus 2(SARS-CoV-2) is the virus that causes coronavirus disease 2019(COVID19), the respiratory illness responsible for the COVID-19 pandemic. The World Health Organization declared the outbreak a Public Health Emergency of International Concern on 30 January 2020, and a pandemic on 11 March 2020.
In the United States factors such as discrimination, healthcare access and use, general health status, education, income, and wealth gaps put some racial and ethnic minority groups at increased risk of severe illness from COVID-19, including death. [1]
One of the most widespread and reliable forms of COVID-19 testing is called Real-time polymerase chain reaction or RTPCR, which analyzes samples from inside the nose to assess the current presence of SARS-CoV-2. The test works by isolating the RNA of the virus, converting the RNA to DNA using reverse transcription, and then amplifying the DNA thousands of times so it can be detected.
The success of the testing is dependent on three factors [2]:
sample quality: collection, preparation, transport and RNA extraction methods
primer selection: chosen method for reverse transcribing the RNA to DNA
calibration: threshold settings for instruments must be monitored and tested.
You are working as a software developer in a biomedical lab where you are maintaining a set of data utilities that allows lab technicians to report the results from RT-PCR tests in order to generate statistics about SARS-CoV-2 testing. You've been told by the director that the lab has been generating a large number of incorrect results (false positives and false negatives).
sample quality: collection, preparation, transport and RNA extraction methods
primer selection: chosen method for reverse transcribing the RNA to DNA
calibration: threshold settings for instruments must be monitored and tested.
You are working as a software developer in a biomedical lab where you are maintaining a set of data utilities that allows lab technicians to report the results from RT-PCR tests in order to generate statistics about SARS-CoV-2 testing. You've been told by the director that the lab has been generating a large number of incorrect results (false positives and false negatives).
The program collects test results, sample quality and calibration times from lab technicians and should only record a test result when:
The sample quality is greater than .9
The time (hours) since last calibration is less than 5.
If either of these things is false the program should not record the result and should exit immediately with an error.
Instructions
Examine the source code for the data entry program and answer the following questions:
Describe any problems you see with the program that would cause it to report incorrect test results? (3 points)
The Director would like you to adapt the program to collect information about the race, gender and income of the test subject. Please describe in English how you might do that and what some of the problems might be.(3 points)
Submit a corrected and improved version of the program where the bugs are removed and where you have started to collect demographic information. (4 points)
image text in transcribed

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

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions

Question

Determine the minimal spanning tree for the network in Problem 9.

Answered: 1 week ago

Question

explain what is meant by the terms unitarism and pluralism

Answered: 1 week ago