G1- L1 - Q1

G1- L1 - Q1

Professional Development

5 Qs

quiz-placeholder

Similar activities

Implikasi UU PDP terhadap penerapan cybersecurity di Bank

Implikasi UU PDP terhadap penerapan cybersecurity di Bank

Professional Development

10 Qs

02. Python Variables, Data Types, and User Input Quiz

02. Python Variables, Data Types, and User Input Quiz

Professional Development

10 Qs

Prinsip Berpikir Komputasi

Prinsip Berpikir Komputasi

Professional Development

10 Qs

[FE] Ice Breaking - Next JS Data Fetching and CRUD Operations

[FE] Ice Breaking - Next JS Data Fetching and CRUD Operations

Professional Development

8 Qs

Onboarding Security Awareness

Onboarding Security Awareness

Professional Development

10 Qs

Mastering Your Data - Post Test

Mastering Your Data - Post Test

Professional Development

9 Qs

20IT211 Data Science

20IT211 Data Science

Professional Development

10 Qs

Post-test Cyber Security CN Group

Post-test Cyber Security CN Group

Professional Development

10 Qs

G1- L1 - Q1

G1- L1 - Q1

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Mustafa Elaraby

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the primary purpose of Excel?

To create presentations and animations.

To store, analyze, and visualize data effectively.

To design websites and applications.

To write code for software development.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You have a dataset with 1,000 rows. What is the quickest way to highlight all rows where the sales value is greater than $10,000?

Use the MAX function to find the highest value.

Apply a Filter to only show rows with values > $10,000.

Use Conditional Formatting with a custom rule.

Create a PivotTable and filter the data manually.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements about PivotTables is TRUE?

PivotTables can be used to directly edit the original dataset.

PivotTables require all data to be formatted as text.

PivotTables summarize large datasets into dynamic, interactive tables.

PivotTables automatically update when the source data changes.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can you create a dynamic chart that updates automatically when new data is added?

Use a predefined chart template in Excel.

Manually update the chart range every time data changes.

Use a named range or Excel Table as the data source.

Apply Conditional Formatting to the data range.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following functions would you combine to dynamically calculate the total revenue of all sales greater than $500 in a dataset?

SUM and IF

SUMIF

SUM and COUNTIF

SUMPRODUCT