Week 5 Assessment

Advanced Excel & Databases Quiz  |  CI2000: Computer Fundamentals  |  50 Points  |  10 Questions × 5 pts each

Topics: Charts, Visualization, Healthcare Databases & PivotTables


  • A. Line chart
  • B. Bar chart
  • C. Pie chart — best for showing parts of a whole when there are fewer than 7 categories
  • D. Scatter plot
  • 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. Directed Exchange
  • B. Query-Based Exchange — the requesting system queries the HIE to pull data on demand
  • C. Consumer-Mediated Exchange
  • D. Batch Upload Exchange
  • 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. Rows area
  • B. Filters area — this adds a dropdown at the top of the PivotTable to filter the entire view by quarter
  • C. Columns area
  • D. Values area
  • 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