CI2000 — Computer Fundamentals
Ultimate Medical Academy

Week 4 Self-Assessment

Microsoft Excel Foundations — 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 4 concepts. Review the feedback for each answer to deepen your knowledge before taking the graded assessment.


Excel Interface & Formatting

1
Formula Bar Ungraded

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

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

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

Formulas, Functions & References

4
Absolute vs Relative References Ungraded

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

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?

  • A=COUNT(D:D) — counts cells containing numeric valuesCorrect
  • B=AVERAGE(D:D) — calculates the mean session length
  • C=COUNTA(D:D) — counts all cells that are not empty
  • D=SUM(D:D) — totals all the exercise minutes
6
IF Function Syntax Ungraded

A clinical dietitian tracks patient BMI values in column D. She wants a formula that displays "Obese" if the BMI in D5 is 30 or greater, and "Not Obese" otherwise. Which formula is correct?

  • A=IF(D5>30,"Obese","Not Obese")
  • B=IF(D5<30,"Obese","Not Obese")
  • C=IF(D5=30,"Obese","Not Obese")
  • D=IF(D5>=30,"Obese","Not Obese")Correct

Sorting, Filtering & Data Management

7
Sorting and Filtering Ungraded

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

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

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 highlight errors
  • BCell Protection to prevent any editing
  • CData Validation set to allow Whole Number between 0 and 216Correct
  • DA VLOOKUP formula that cross-references an approved age list

Data Integration & Productivity

10
Mail Merge Ungraded

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 spreadsheet as the data sourceCorrect
  • DCreate 200 separate Word documents and type each patient's details individually
11
Auto-Fill Feature Ungraded

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

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

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 cannot preserve formatting, formulas, charts, or multiple sheetsCorrect
  • CCSV files can only be opened on Windows computers
  • DCSV files automatically encrypt all patient data for HIPAA compliance
14
Order of Operations Ungraded

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

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

How Did You Do?

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

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