Decode the Data! An Intro to Data Science

Decode the Data! An Intro to Data Science

University

7 Qs

quiz-placeholder

Similar activities

UAS DATA ANALYTIC

UAS DATA ANALYTIC

University

11 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

9th Grade - University

10 Qs

7.7 Test Data Cambridge IGCSE 0478

7.7 Test Data Cambridge IGCSE 0478

10th Grade - University

10 Qs

Data Cleaning Techniques

Data Cleaning Techniques

University

7 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Data Visualization

Data Visualization

10th Grade - University

12 Qs

Data Structure Quiz 1

Data Structure Quiz 1

University

9 Qs

Big Data

Big Data

University

10 Qs

Decode the Data! An Intro to Data Science

Decode the Data! An Intro to Data Science

Assessment

Quiz

Computers

University

Hard

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function can you use to calculate the average score in Excel?

=SUM(range)

=MEAN(range)

=AVERAGE(range)

=MEDIAN(range)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Excel feature helps to isolate rows that match specific conditions?

Sorting

Filtering

Conditional Formatting

Charts

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which chart is best for showing the relationship between two numerical variables?

Pie Chart

Bar Chart

Scatter Plot

Line Chart

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which formula would label a score above 60 as a pass?

=IF(Score>60, "Pass", "Fail")

=IF(Score>=60, "Pass", "Fail")

=IF(Score=60, "Fail", "Pass")

=IF(Pass, Score, Fail)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function would you use to count the number of cells that contain numbers in a range in Excel?

=COUNT(range)

=SUM(range)

=COUNTA(range)

=COUNTIF(range, criteria)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which formula would return the maximum value from a set of scores?

=AVERAGE(range)

=SUM(range)

=MAX(range)

=MIN(range)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Excel tool allows you to create a visual representation of data trends over time?

Pivot Table

Line Chart

Histogram

Data Table