CI2000 — Computer Fundamentals
Ultimate Medical Academy

Week 5 Self-Assessment

Advanced Excel & Databases — 15 Questions — Practice & Learn

15
Questions
Ungraded
Self-Check
Self-Paced
Practice Mode

This self-assessment is NOT graded and does NOT count toward your course grade. Use it to test your understanding of Week 5 concepts. Review the feedback for each answer to deepen your knowledge before taking the graded assessment.


Charts & Data Visualization

1
Chart Type Selection — Pie Chart Ungraded

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 Function Ungraded

A pharmacy manager has a spreadsheet with 3,000 medication records. Column D contains the status of each medication: "Active," "Discontinued," or "Recalled." She needs a quick count of how many medications have been discontinued. Which formula should she use?

  • A=SUM(D:D, "Discontinued")
  • B=COUNT(D:D, "Discontinued")
  • C=FIND("Discontinued", D:D)
  • D=COUNTIF(D:D, "Discontinued")Correct
3
Combination Charts Ungraded

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 allows comparison of two different data types (scores and counts) on a shared time axis with separate scalesCorrect
  • DCombination charts require fewer data points than creating two individual charts
4
Data Interpretation from Charts Ungraded

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

Healthcare Databases & Security

5
Primary Keys in Databases Ungraded

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 calculates trend lines for claim data
6
Health Information Exchange Ungraded

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 Control Ungraded

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 (RBAC) configured so each role sees only the minimum data necessary for their job functionCorrect
  • BTwo-factor authentication
  • CData backup and disaster recovery
  • DDatabase normalization

Excel Tables, Lookups & PivotTables

8
Excel Tables — Auto Expansion Ungraded

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 Function Ungraded

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=VLOOKUP(A2, NurseRoster, 2, TRUE)
  • B=INDEX(NurseRoster[Cert_Level], MATCH(A2, NurseRoster[Nurse_ID], 0))
  • C=XLOOKUP(A2, NurseRoster[Nurse_ID], NurseRoster[Cert_Level], "No Match")Correct
  • D=HLOOKUP(A2, NurseRoster, 3, FALSE)
10
PivotTable Field Placement Ungraded

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 SUM
  • DIn the Columns area, replacing the Service_Line field

Advanced Excel & Database Concepts

11
Chart Type Selection — Bar Chart Ungraded

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 Relationships Ungraded

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 Excel Ungraded

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 XLOOKUP Ungraded

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 Flow Ungraded

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

How Did You Do?

This was an ungraded self-assessment. Use your results to prepare for the graded Week 5 Assessment:

Score What It Means Recommended Action
13–15 correct You have a strong grasp of Week 5 concepts You are ready for the graded Week 5 Assessment.
9–12 correct Good understanding with a few gaps Review the lessons for topics you missed: 5.1, 5.2, 5.3, then take the graded assessment.
5–8 correct Several concepts need review Re-read all three Week 5 lessons carefully before attempting the graded assessment. Focus on the explanations above for questions you missed.
0–4 correct Significant gaps in Week 5 material Review all Week 5 lessons (5.1, 5.2, 5.3) thoroughly and consider reaching out to your instructor for support.