CI2000 — Computer Fundamentals
Ultimate Medical Academy

Week 4 Assessment

Microsoft Excel Quiz — Foundations, Formulas, Functions & Data Integration

15
Questions
90
Total Points
6
Pts Each
1
Formula Bar6 pts

A pharmacy technician clicks on a cell containing a complex dosage calculation and notices the cell only shows the final number. She needs to see the full formula to verify it references the correct drug concentration cells. Which area of the Excel interface allows her to view the complete formula stored in the selected cell?

  • AThe Quick Access Toolbar
  • BThe Name Box
  • CThe Formula BarCorrect
  • DThe Status Bar
2
Number Formatting6 pts

A health information technician is building a hospital readmission report. She enters 0.08 in a cell to represent the 8% readmission rate for the cardiology unit. Which number format should she apply so the cell displays "8%" instead of "0.08"?

  • AScientific format
  • BPercentage formatCorrect
  • CNumber format with two decimal places
  • DFraction format
3
Conditional Formatting6 pts

A clinical lab manager maintains a spreadsheet of daily hemoglobin test results. She wants any value below 12.0 g/dL to automatically appear with a yellow background so technicians can quickly identify patients who may be anemic. Which Excel feature accomplishes this?

  • AAutoFilter with a color criterion
  • BFind and Replace with formatting options
  • CCell Protection with visual indicators
  • DConditional FormattingCorrect
4
Absolute vs Relative References6 pts

A dental office receptionist tracks patient co-pays in a spreadsheet. Column B lists each procedure's total charge, and cell E1 contains the fixed co-pay percentage (0.20). The formula in C2 is =B2*E1. When she copies it down to C3, it becomes =B3*E2, returning zero because E2 is empty. How should the receptionist fix the original formula so it copies correctly for all rows?

  • AReplace B2 with $B$2 so every row uses the same charge
  • BUse the INDIRECT function to lock the reference to E1
  • CChange E1 to $E$1 to create an absolute reference that stays fixed when copiedCorrect
  • DType the number 0.20 directly into the formula instead of referencing a cell
5
Choosing the Right Function6 pts

A physical therapy coordinator maintains a spreadsheet listing 80 patients scheduled for weekly sessions. Column D records the number of minutes each patient exercised; cells for patients who have not yet attended are left blank. The coordinator needs to know how many patients have completed at least one session. Which function returns the correct count?

  • ACOUNT to count only cells containing numeric valuesCorrect
  • BAVERAGE to calculate the mean session length
  • CCOUNTA to count all cells that are not empty
  • DSUM to total all the exercise minutes
6
IF Function Syntax6 pts

A medical coder needs an Excel formula that displays "Obese" when a patient's BMI in cell D5 is 30 or higher, and "Not Obese" otherwise. Which formula uses the correct IF function syntax?

  • A=IF("Obese",D5>=30,"Not Obese")
  • B=IF(D5>=30,Obese,Not Obese)
  • C=AVERAGE(IF(D5>=30,"Obese","Not Obese"))
  • D=IF(D5>=30,"Obese","Not Obese")Correct
7
Sorting and Filtering6 pts

A hospital infection control specialist has a spreadsheet with 1,200 incident reports spanning all departments and the full calendar year. She needs to isolate only the surgical-site infections in the Orthopedics unit that occurred during Q3 (July–September). What is the MOST efficient approach?

  • ASort the spreadsheet by date, then visually scan for Orthopedics entries
  • BDelete all rows that do not match the criteria and save the file with a new name
  • CUse AutoFilter to filter Infection Type for "Surgical-Site," Department for "Orthopedics," and Date for July through SeptemberCorrect
  • DUse COUNTIF to count matching rows and then print the entire spreadsheet
8
Embedding vs Linking6 pts

A hospital quality assurance director embeds an Excel staffing-hours table into a PowerPoint slide deck for a board presentation. The next day, the HR department corrects several overtime figures in the original Excel workbook. What will the director see in the PowerPoint slide deck?

  • APowerPoint will prompt the director to accept or reject each change individually
  • BThe slide deck will show a broken-link icon where the table used to be
  • CThe staffing table in PowerPoint will update automatically the next time the file is opened
  • DThe staffing table in PowerPoint will still show the original numbers because an embedded object is an independent copyCorrect
9
Data Validation6 pts

A pediatric nurse is building a vaccination log in Excel. The "Patient Age (months)" column should only accept whole numbers between 0 and 216 to prevent impossible entries from being recorded. Which Excel feature should the nurse apply to enforce this rule at the point of data entry?

  • AConditional formatting to turn invalid entries red
  • BCell protection to lock the column from all edits
  • CData validation with Whole Number, Between 0 and 216Correct
  • DA VLOOKUP formula that cross-references an approved age list
10
Mail Merge6 pts

A home health agency needs to mail personalized care plan summaries to the families of 200 patients. Each letter must include the patient's name, assigned nurse, visit schedule, and emergency contact number, all of which are stored in an Excel workbook. What is the most efficient way to produce these individualized letters?

  • AUse an IF function in Excel to concatenate the letter text for each row and print column by column
  • BSave the workbook as a PDF and manually highlight each patient's information before printing
  • CUse Word's mail merge feature with the Excel workbook as the data source to generate all 200 letters automaticallyCorrect
  • DCreate 200 separate Word documents and type each patient's details individually
11
Auto-Fill Feature6 pts

A medical office assistant needs to enter the days of the week (Monday through Friday) across cells B1 to F1 for a weekly appointment schedule. What is the fastest way to do this in Excel?

  • AType each day manually in each cell
  • BType "Monday" in B1, then drag the fill handle to the right to F1Correct
  • CUse the SUM function to generate the days
  • DCopy "Monday" and paste it into each cell, then edit each one
12
Freeze Panes6 pts

A healthcare data analyst has a spreadsheet with 500 patient records. The column headers (Patient ID, Name, Date, Vitals, etc.) in row 1 scroll off-screen when viewing data in lower rows. What Excel feature keeps the headers visible while scrolling?

  • ASplit Window
  • BFreeze Top RowCorrect
  • CPrint Titles
  • DPage Break Preview
13
CSV File Limitations6 pts

A lab technician exports patient test results from Excel to CSV format for upload to the clinic's database system. Which limitation of CSV files should the technician be aware of?

  • ACSV files cannot store more than 100 rows of data
  • BCSV files lose all formatting, formulas, charts, and support only a single sheetCorrect
  • CCSV files can only be opened on Windows computers
  • DCSV files automatically encrypt all patient data for HIPAA compliance
14
Order of Operations6 pts

A healthcare billing specialist enters the formula =10+5*2 into an Excel cell. What value does Excel display?

  • A30
  • B20Correct
  • C25
  • D15
15
Linking Live Data6 pts

TRUE or FALSE: When you link an Excel chart to a Word document using Paste Special > Paste Link, the chart in Word automatically updates whenever the original Excel data changes.

  • TTRUECorrect
  • FFALSE

Score Summary

15
Questions
90
Total Points
6
Points Each