IFS-Charts

IFS-Charts

University

9 Qs

quiz-placeholder

Similar activities

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

10th Grade - University

10 Qs

Google sheets

Google sheets

7th Grade - University

14 Qs

Quiz 2

Quiz 2

University

10 Qs

Uji Pemahaman Microsoft Word

Uji Pemahaman Microsoft Word

10th Grade - University

12 Qs

Мәтінді форматтау

Мәтінді форматтау

10th Grade - University

10 Qs

Kiểm tra kiến thức về HTML + CSS

Kiểm tra kiến thức về HTML + CSS

University

10 Qs

Web Programming Quiz in Portuguese

Web Programming Quiz in Portuguese

University

10 Qs

KIỂM TRA NHANH

KIỂM TRA NHANH

11th Grade - University

4 Qs

IFS-Charts

IFS-Charts

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Martina Bishay

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What is the correct syntax of the IF function in Excel?

IF(condition, value_if_true, value_if_false)

IF(condition; value_if_true; value_if_false)




IF(condition: value_if_true: value_if_false)

IF(value_if_true, value_if_false, condition)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will =IF(5>3, "Yes", "No") return?

5

Yes

No

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this formula do? =IF(A1>10, "High", "Low")

Displays "High" if A1 is less than 10

Displays "Low" if A1 is greater than 10

Displays "High" if A1 is greater than 10, otherwise "Low"

Always displays "High"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following formulas correctly uses nested IFs?

=IF(A1>90, "A", IF(A1>80, "B", "C"))

=IF(A1>90 "A" IF(A1>80 "B" "C"))

=IF((A1>90, "A"), (A1>80, "B", "C"))

=IF A1>90, "A", IF A1>80, "B", "C"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the AND function in an IF formula?

Checks if any condition is true

Returns the first false condition

Checks if all conditions are true

Sorts data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this formula return if A1 = "Yes" and B1 = 80?

=IF(AND(A1="Yes", B1>=75), "Approved", "Denied")

Approved

Denied

Error

Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which chart is most suitable for showing trends over time?

A) Bar Chart

B) Line Chart

C) Pie Chart

D) Doughnut Chart

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a scatter chart used for?

Comparing values

Displaying trends

Showing relationships between two numeric variables

Representing text data

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have monthly sales data for 12 months. Which chart type would best show the trend over the year?

A) Column Chart

B) Pie Chart

C) Line Chart

D) Scatter Chart