Week 4 Assessment

Microsoft Excel Quiz  |  CI2000: Computer Fundamentals  |  50 Points  |  10 Questions × 5 pts each

Topics: Foundations, Formulas, Functions & Data Integration


  • A. Cell Styles
  • B. Data Validation
  • C. Sort & Filter
  • D. Conditional Formatting
  • A. E1
  • B. E$1
  • C. $E$1 (absolute reference)
  • D. $E1
  • A. =COUNT(F:F) — counts cells containing numeric values (dates are stored as numbers in Excel)
  • B. =SUM(F:F)
  • C. =AVERAGE(F:F)
  • D. =LEN(F:F)
  • 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")
  • A. Manually scroll through all 500 rows
  • B. Sort by vendor name only
  • C. Apply AutoFilter to all three columns (Vendor, Amount, Status) and set criteria for each
  • D. Delete all rows that don't match
  • A. The chart is linked and should update automatically
  • B. The Word file is corrupted
  • C. Excel and Word are incompatible versions
  • D. The chart was embedded (not linked), so it contains an independent copy that does not update when the source changes
  • A. Conditional Formatting to highlight errors
  • B. IF formula to display a warning message
  • C. Data Validation set to allow Whole Number between 0 and 216
  • D. Cell protection to prevent any editing
  • A. Manually type each letter individually
  • B. Copy and paste patient info one at a time into the Word template
  • C. Use Word's Mail Merge feature with the Excel spreadsheet as the data source
  • D. Print the Excel spreadsheet and hand-write each letter
  • A. The EHR system exported the file incorrectly
  • B. CSV files store only plain text values in a single sheet — they cannot retain formatting, formulas, charts, or multiple worksheets
  • C. Excel cannot read .csv files properly
  • D. The file needs to be renamed to .xlsx
  • A. =ADD(E2:E43) and =MEAN(E2:E43)
  • B. =COUNT(E2:E43) and =AVERAGE(E2:E43)
  • C. =SUM(E2:E43) and =AVERAGE(E2:E43) — SUM adds all values in the range; AVERAGE divides the total by the count of numeric cells
  • D. =TOTAL(E2:E43) and =AVG(E2:E43)