SCA_Chapter3_End

SCA_Chapter3_End

University

15 Qs

quiz-placeholder

Similar activities

PLTW-CEA EOC Review

PLTW-CEA EOC Review

9th Grade - University

16 Qs

DME

DME

University

10 Qs

SQL - DEBUTANT

SQL - DEBUTANT

University

14 Qs

Introduction to MS Excel - Quiz

Introduction to MS Excel - Quiz

University

10 Qs

General Ledger and Trial Balance

General Ledger and Trial Balance

11th Grade - University

20 Qs

Fun Excel

Fun Excel

University

20 Qs

Spreadsheets

Spreadsheets

KG - University

10 Qs

Understanding Vectors and Forces

Understanding Vectors and Forces

University

20 Qs

SCA_Chapter3_End

SCA_Chapter3_End

Assessment

Quiz

Other

University

Medium

Created by

Tran Thanh

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Excel feature is best to quickly summarize total shipments by route and month from a large transactional table?
Subtotal function
Advanced Filter
Flash Fill
PivotTable
Goal Seek

Answer explanation

PivotTables allow fast multi-dimensional aggregation (e.g., Route vs Month) without altering source data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function pair replaces VLOOKUP to efficiently retrieve carrier cost when the column order may change?
XLOOKUP and MATCH
OFFSET and MATCH
INDEX and MATCH
INDIRECT and MATCH
CHOOSECOLS and HLOOKUP

Answer explanation

INDEX+MATCH decouples lookup and return columns, unaffected by column reordering.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In analyzing on-time delivery, which function best counts orders delivered within promised lead time stored in a separate column, e.g., DeliveredDate <= PromiseDate and Status = Delivered?
COUNTIF
SUMPRODUCT
COUNT
FILTER
COUNTIFS

Answer explanation

COUNTIFS allows multiple criteria, e.g., DeliveredDate <= PromiseDate and Status = Delivered.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To calculate total freight cost per kg where both cost and weight may contain blanks, which function avoids errors from division by zero?
AVERAGE
SUMIF
IFERROR(TotalCost/TotalWeight,0)
SUMPRODUCT(SUM/COUNT)
ROUND

Answer explanation

IFERROR traps #DIV/0! when weight is zero or blank, returning a safe fallback.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which visualization is most suitable to show proportion of total shipments by transport mode (Air, Sea, Road) for a single month?
Stacked Line Chart
Pareto Chart
Scatter Plot
Histogram
100% Stacked Column

Answer explanation

100% stacked column emphasizes share-of-total across categories for one period.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To highlight late orders automatically (RequiredDate < ShipDate), which feature is simplest?
Conditional Formatting
Data Validation
Custom Number Format
Power Pivot
DATA TABLE

Answer explanation

Conditional Formatting applies dynamic cell formats based on logical rules like lateness.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function calculates business days between planned ship and actual delivery excluding weekends?
WORKDAY
WORKDAY.INTL
EOMONTH
NETWORKDAYS
DAYS

Answer explanation

NETWORKDAYS(start,end) returns count of working days excluding weekends (optionally holidays).

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?