Week 5 Assessment

Advanced Excel & Databases Quiz  |  CI1000: Computer Basics for Healthcare Professionals  |  50.0 Points  |  10 Questions × 5 pts each

Topics: Charts, Data Visualization, EHR, HIPAA, VLOOKUP & PivotTables


  • A. =COUNT(D:D)
  • B. =SUM(D:D)
  • C. =COUNTA(D:D)
  • D. =COUNTIF(D:D,"Discontinued")
  • A.

    It looks more visually appealing than two separate charts.

  • B.

    It allows three or more data series.

  • C.

    It allows comparison of two different data types (scores and counts) on a shared time axis with separate scales.

  • D.

    It automatically calculates trend lines.

  • A.

    Referential integrity was violated; the main risk is billing errors due to duplicate insurance claims.

  • B.

    Entity integrity was violated; the main risk is that medications or allergies from one patient could be incorrectly applied to the other, causing a potentially dangerous adverse event.

  • C.

    Domain integrity was violated; the main risk is that the date of birth field contains an incorrect format.

  • D.

    User-defined integrity was violated; the main risk is that appointment scheduling conflicts will occur.

  • A. True
  • B. True
  • A. Role-based access control (RBAC) configured so each role sees only the minimum data necessary for their job function
  • B. Give everyone full access and trust them to only view what they need
  • C. Block all access and require manager approval for each record
  • D. Use a shared login for each department
  • 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")
  • D. =HLOOKUP(A2, NurseRoster, 2, FALSE)
  • A.

    The primary key was set incorrectly; the Providers table should use auto-increment instead of the NPI number.

  • B.

    The foreign key relationship lacked a cascading delete restriction; the relationship should have been configured to SET NULL or RESTRICT on delete, preserving the appointment records.

  • C.

    The database used too many tables; all data should have been stored in a single flat table to prevent cascading issues.

  • D.

    The administrator should have backed up the data first; the cascading delete behavior is correct and expected.

  • A.

    The EHR software has a bug that corrupts lab values during data entry.

  • B.

    The clinic lacks a bidirectional interface between the LIS and EHR, forcing manual re-entry that introduces transcription errors.

  • C.

    The laboratory technician did not follow proper quality control procedures during the blood test.

  • D.

    The patient's record was not properly authenticated with two-factor verification before the result was entered.

  • A. The lookup value does not exist in the first column of the table
  • B. The formula is missing a semicolon
  • C. The workbook is not saved
  • D. The table range includes header rows
  • A. Pie chart
  • B. Column chart
  • C. Line chart
  • D. Doughnut chart