CI2000 — Computer Fundamentals
Ultimate Medical Academy

Week 5 Assessment

Advanced Excel & Databases Quiz — Charts, Visualization, Healthcare Databases & PivotTables

15
Questions
90
Total Points
6
Pts Each
1
Chart Type Selection - Pie Chart6 pts

A hospital infection control nurse needs to present how the facility's healthcare-associated infections break down by type (surgical site, catheter-related bloodstream, urinary tract, pneumonia, and C. difficile) to illustrate each category's share of the total infection count at a safety committee meeting. Which chart type is MOST appropriate?

  • AHistogram
  • BScatter chart
  • CPie chartCorrect
  • DLine chart
2
COUNTIF Function6 pts

A pharmacy technician maintains a prescription log in Excel where column D contains the medication status (Active, Discontinued, On Hold, or Expired). The supervising pharmacist asks for the total number of prescriptions currently marked "Discontinued." Which formula correctly accomplishes this?

  • A=SUMIF(D:D, "Discontinued")
  • B=COUNT(D:D, "Discontinued")
  • C=FIND("Discontinued", D:D)
  • D=COUNTIF(D:D, "Discontinued")Correct
3
Combination Charts6 pts

A rehabilitation center director builds a combination chart displaying the number of physical therapy sessions completed each quarter as columns on the primary axis and the average patient satisfaction score as a line on the secondary axis. What is the PRIMARY advantage of using a combination chart instead of two separate charts?

  • ACombination charts automatically generate trendline equations for both data series
  • BThe secondary axis converts both data sets to the same unit of measurement
  • CIt lets the viewer compare two different data types with different scales on one shared time axis, revealing patterns between themCorrect
  • DCombination charts require fewer data points than creating two individual charts
4
Data Interpretation from Charts6 pts

A home health agency supervisor examines a line chart showing monthly patient fall incidents over the past year. The data reveals a steady rate of 8-10 falls per month from January through September, a sudden drop to 2 falls in October, then a sharp rise to 18 falls in November and 20 in December. Which interpretation is BEST supported?

  • AThe October drop is an anomaly that may indicate underreporting or a data entry gap, while the November-December spike suggests a seasonal pattern (e.g., icy conditions) requiring targeted fall prevention interventionsCorrect
  • BThe chart proves the agency's fall prevention program worked in October but then completely failed afterward
  • CThe data is too inconsistent to be useful and the supervisor should discard it and start tracking from scratch
  • DFalls always increase at year-end, so no action is needed because this is a normal trend for all agencies
5
Primary Keys in Databases6 pts

A dental clinic's practice management database uses a unique Claim_ID for every insurance claim submitted in the Claims table. Which statement BEST describes the function of a primary key like Claim_ID?

  • AIt sorts all claims in chronological order so the newest claim always appears first
  • BIt restricts who can edit the claim based on their login credentials
  • CIt uniquely identifies each claim record, preventing duplicate entries in the tableCorrect
  • DIt automatically validates that the claim amount matches the fee schedule
6
Health Information Exchange6 pts

An urgent care physician is treating a patient who is visiting from another state and cannot recall the names of her current medications. The physician needs to pull the patient's active medication list from her home-state provider's EHR system in real time. Which form of Health Information Exchange (HIE) enables this scenario?

  • AConsumer-Mediated Exchange, because the patient must personally upload records through a patient portal
  • BQuery-Based Exchange, because the urgent care physician searches for and retrieves the patient's records from the HIE network on demandCorrect
  • CDirected Exchange, because the physician sends a secure message asking the home provider to fax records
  • DBatch Exchange, because the HIE automatically transfers all out-of-state records overnight
7
Role-Based Access Control6 pts

A behavioral health clinic's IT manager sets up the electronic records system so that the billing department can view diagnosis codes and procedure dates but CANNOT open therapy session notes or psychologist assessments. Which HIPAA-related concept does this configuration implement?

  • ARole-based access control with minimum necessary standardsCorrect
  • BTwo-factor authentication
  • CData backup and disaster recovery
  • DDatabase normalization
8
Excel Tables - Auto Expansion6 pts

A laboratory technician has formatted a specimen tracking spreadsheet as an Excel Table with columns for Specimen_ID, Patient_Name, Test_Ordered, and Result. When the technician enters a new specimen record directly beneath the last row of the table, what happens automatically?

  • AThe new row remains outside the table boundary until the technician presses a Refresh button
  • BThe table automatically expands to include the new row, applying all formatting and formulasCorrect
  • CExcel displays a warning dialog asking whether to convert the row into a table record
  • DThe data is added but structured references in existing formulas no longer include the new row
9
XLOOKUP Function6 pts

A nursing scheduler has a list of Nurse_IDs in column A and needs to pull each nurse's certification level from a master staffing table called NurseRoster. Which XLOOKUP formula correctly retrieves the certification level for the Nurse_ID in cell A2, displaying "No Match" if the ID is not found?

  • A=XLOOKUP(NurseRoster[Nurse_ID], A2, NurseRoster[Cert_Level])
  • B=VLOOKUP(A2, NurseRoster, "Cert_Level", TRUE)
  • C=XLOOKUP(A2, NurseRoster[Nurse_ID], NurseRoster[Cert_Level], "No Match")Correct
  • D=XLOOKUP(A2, NurseRoster[Cert_Level], NurseRoster[Nurse_ID], "No Match")
10
PivotTable Field Placement6 pts

A hospital revenue cycle manager creates a PivotTable from 22,000 billing records. The CFO wants to see total reimbursements by payer (rows) and service line (columns), with the option to filter the entire report to show only a specific fiscal quarter. Where should the manager place the Fiscal_Quarter field?

  • AIn the Rows area, above the Payer field
  • BIn the Filters area, to create a report-level drop-down filterCorrect
  • CIn the Values area, set to Average
  • DIn the Columns area, replacing the Service_Line field
11
Chart Type Selection - Bar Chart6 pts

A healthcare administrator needs to compare the top 15 diagnosis codes by frequency. The diagnosis code names are long (e.g., "Acute Upper Respiratory Infection, Unspecified"). Which chart type best accommodates long category labels?

  • APie chart
  • BBar chart (horizontal)Correct
  • CLine chart
  • DScatter chart
12
Database Relationships6 pts

In a healthcare database, the Patients table has a primary key of Patient_ID. The Visits table contains a Patient_ID column that references the Patients table. What is the Patient_ID column in the Visits table called, and what type of relationship does it create?

  • AIt is a primary key creating a one-to-one relationship
  • BIt is a foreign key creating a one-to-many relationshipCorrect
  • CIt is an index key creating a many-to-many relationship
  • DIt is a composite key creating a recursive relationship
13
Subtotals in Excel6 pts

A clinic billing manager has a spreadsheet of 2,000 patient charges sorted by department. She wants to see a subtotal of charges for each department without creating a PivotTable. What must she do BEFORE using the Subtotal feature?

  • AConvert the data to an Excel Table
  • BEnsure the data is sorted by the field she wants to group by (Department)Correct
  • CApply AutoFilter to the Department column
  • DRemove all blank rows and add a SUM formula at the bottom
14
VLOOKUP vs XLOOKUP6 pts

A healthcare data analyst is deciding between VLOOKUP and XLOOKUP to retrieve patient information. Which is a key advantage of XLOOKUP over VLOOKUP?

  • AXLOOKUP can look up values in any direction (left or right), while VLOOKUP can only return values from columns to the right of the lookup columnCorrect
  • BXLOOKUP works with numbers only, while VLOOKUP works with both numbers and text
  • CXLOOKUP is available in all Excel versions, while VLOOKUP requires Microsoft 365
  • DXLOOKUP automatically sorts the data before searching
15
EHR Systems and Data Flow6 pts

TRUE or FALSE: In a healthcare organization, the Laboratory Information System (LIS) receives test orders from the EHR, processes the lab work, and sends results back to the EHR for the provider to review.

  • TTrueCorrect
  • FFalse

Score Summary

15
Questions
90
Total Points
6
Points Each