Section: Debugging Define and describe 1. What a bug is. 2. What debugging is and why debugging is challenging. 3. What a debugger is. Provide a screenshot image of your desktop where you are debugging the provided C++ code that clearly shows breakpoints that will stop the execution of the program when an alert is sent, and when the blood pressure is determined. Provide details to the reader of the report detailing how each of your breakpoints will allow the reader of the report to understand about the program.

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter10: Data Analysis With Power Tools And Creating Macros
Section: Chapter Questions
Problem 2AYK
icon
Related questions
Topic Video
Question

Section: Debugging
Define and describe
1. What a bug is.
2. What debugging is and why debugging is challenging.
3. What a debugger is.
Provide a screenshot image of your desktop where you are debugging the provided C++ code that
clearly shows breakpoints that will stop the execution of the program when an alert is sent, and
when the blood pressure is determined. Provide details to the reader of the report detailing how
each of your breakpoints will allow the reader of the report to understand about the program. 

M Gmail
E
PDF CMP1041_Assessment_2_Brief_Ps x PDF CMP1042_Assessment_3_CaseStu X PDF CMP1041_Assessment_3_Brief_W X +
Ⓒ File | C:/Users/dell/Downloads/CMP1041_Assessment_3_Brief_Written_Assignment_v2.0_12052022%20(1).pdf
I
YouTube
6 of 13 Q
Maps
Type here to search
Untitled Project - S...
LO
New Tab SST Plagiarism Checker... 19
+
0: Start
1:
ܗ ܣ ܬ ܩ ܩ ܝ ܣ ܘ ܐ
2:
3:
4:
5:
6:
7:
8:
9:
10: Stop
IF TSH> 5.0
}
CD Page view
//Hypothyroidism (underactive thyroid), Hyperthyroidism (overactive thyroid)
//TSH normal values are 0.5 to 5.0 mIU/L.
O
//lf TSH is over 5.0 thyroid is underactive, the patient may have Hypothyroidism.
//lf TSH is less than 0.5 thyroid is overactive, the patient may have Hyperthyroidism .
READ TSH level
ELSE IF TSH < 0.5
#include <iostream>
using namespace std;
int main() {
//define TSH variable as a real number
float TSH=0.0;
//Prompt the user to input TSH
PROMPT "Alert: Patient may have Hyperthyroidism"
} else {
D (135) (ENG SUB] Ch...
A Read aloud | TAdd text
PROMPT "Alert: Patient may have Hypothyroidism"
cout<<"Input TSH value: ";
//Read TSH value
cin >> TSH;
if (TSH> 5.0){
cout << "Alert: Patient may have Hyperthyroidism";
}else if (TSH < 0.5){
cout << "Alert: Patient may have Hypothyroidism";
I
return 0;
Onboarding | Data... ; Self learning
cout << "Thyroid function is normal ";}
O
P
Draw
W
Networking-2(1).pdf
Highlight
R
Erase
m
76°F Mostly sunny
dmaic
만
你
50
{"
60
Activate Windows
Go to Settings to activate Windows.
›)
N
{}
66
4:58 PM
10/17/2022
X
E
♂
A
FD
Transcribed Image Text:M Gmail E PDF CMP1041_Assessment_2_Brief_Ps x PDF CMP1042_Assessment_3_CaseStu X PDF CMP1041_Assessment_3_Brief_W X + Ⓒ File | C:/Users/dell/Downloads/CMP1041_Assessment_3_Brief_Written_Assignment_v2.0_12052022%20(1).pdf I YouTube 6 of 13 Q Maps Type here to search Untitled Project - S... LO New Tab SST Plagiarism Checker... 19 + 0: Start 1: ܗ ܣ ܬ ܩ ܩ ܝ ܣ ܘ ܐ 2: 3: 4: 5: 6: 7: 8: 9: 10: Stop IF TSH> 5.0 } CD Page view //Hypothyroidism (underactive thyroid), Hyperthyroidism (overactive thyroid) //TSH normal values are 0.5 to 5.0 mIU/L. O //lf TSH is over 5.0 thyroid is underactive, the patient may have Hypothyroidism. //lf TSH is less than 0.5 thyroid is overactive, the patient may have Hyperthyroidism . READ TSH level ELSE IF TSH < 0.5 #include <iostream> using namespace std; int main() { //define TSH variable as a real number float TSH=0.0; //Prompt the user to input TSH PROMPT "Alert: Patient may have Hyperthyroidism" } else { D (135) (ENG SUB] Ch... A Read aloud | TAdd text PROMPT "Alert: Patient may have Hypothyroidism" cout<<"Input TSH value: "; //Read TSH value cin >> TSH; if (TSH> 5.0){ cout << "Alert: Patient may have Hyperthyroidism"; }else if (TSH < 0.5){ cout << "Alert: Patient may have Hypothyroidism"; I return 0; Onboarding | Data... ; Self learning cout << "Thyroid function is normal ";} O P Draw W Networking-2(1).pdf Highlight R Erase m 76°F Mostly sunny dmaic 만 你 50 {" 60 Activate Windows Go to Settings to activate Windows. ›) N {} 66 4:58 PM 10/17/2022 X E ♂ A FD
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L