Lisa a 21 -year old college student comes to the clinic with…

Lisa a 21 -year old college student comes to the clinic with reports of intermittent chest tightness and feelings of suffocation. She states it feels like she “can’t get air in.” She reports that this happens usually around exam time.  She has no current history of heart or lung disease and did not exercise leading up to this attack. Which of the following is the most likely cause for this dyspnea?

The current visibility can be used to determine the flight c…

The current visibility can be used to determine the flight category of an airport: If visibility is less than 3 miles, instrument flight rules (IFR) apply. If visibility is at least 3 miles, but less than 5 miles, conditions are marginal visual flight rules (MVFR). If visibility is 5 miles or more, conditions are visual flight rules (VFR). You write the following program to prompt the user for the visibility and determine the flight category: 1 visibility = int(input(“Enter visibility in miles: “)) 2 3 if visibility >= 5: 4 print(“VFR flight conditions.”) 5 elif visibility >= 3: 6 print(“Marginal VFR conditions.”) 7 else: 8 print(“IFR conditions — instrument flight rules apply.”) Does this script output the correct flight category?

Choose TWO characters from the Babylon 5 video (parents, chi…

Choose TWO characters from the Babylon 5 video (parents, child, doctors, commander).  Using what you know from the primary readings from the textbook (remember the discussions and the portion of the exam covering this), which character do you agree with the most?  The least?  Why?  Can you state what ethical theory they are using?  Can you state any arguments from the primary readings as part your answer?  If you’re writing over 8 sentences for any of these answers, this is where you do it. 

Your job is to understand this data well enough to make char…

Your job is to understand this data well enough to make charts which provide insight to certain data analysis questions. Don’t worry, you are not expected to provide oceanographic insights. Import the following data file to a blank excel workbook and make a table from the data. Be sure to save your work as an excel workbook or your changes will be lost. 462580-2024.csv Tips: The wave height column i in meters: wave height (m) Water temperature is in °C: WTMP sometimes default values are NA, null, or some other number that is obviously not valid. When you detect a column with invalid data, feel free to delete it. Save your work in an excel notebook. Saving the datafile will loose all your work! Using Excel pivot tables and charts, analyze the buoy data to answer the following questions. Support each answer with appropriate visualizations and specific data values from your analysis. Seasonal Wave Height Patterns (8 points) Which month has the highest average wave height? Create a pivot table and chart showing average wave height by month on a tab called Seasonal Wave Height. Daily Wave Height Variation (8 points) Do wave heights vary by time of day? Create a pivot table and chart showing average wave height by hour on a tab called Daily Height Variation. Water Temperature Trends (8 points) How does water temperature change throughout the year? Create a pivot table and chart showing average water temperature by month on a tab called Monthly Temperature Variation. Dashboard (6 points) Create a dashboard on a new tab called dashboard. The dashboard should clearly show the answers to the three questions and include 2 slicers that allow users to explore the data.to display all three charts, include appropriate slicers.