IF Statements

IF Statements

9th Grade

15 Qs

quiz-placeholder

Similar activities

Computer Basics

Computer Basics

9th - 12th Grade

20 Qs

Code.org: Unit 1 Lessons 4 - 8

Code.org: Unit 1 Lessons 4 - 8

7th - 10th Grade

17 Qs

Google Sheet Chapter 4

Google Sheet Chapter 4

9th Grade

15 Qs

Spreadsheets 2

Spreadsheets 2

7th - 9th Grade

20 Qs

APCSA Unit 3

APCSA Unit 3

9th Grade

20 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Input/Output Devices & CPU

Input/Output Devices & CPU

9th Grade

20 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

IF Statements

IF Statements

Assessment

Quiz

Computers

9th Grade

Easy

Created by

S Young

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell A1 contains the number 8.

=IF(A1<10, "Low", "High")

High

Low

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell B2 contains the number 15.

=IF(B2>20, "Above", "Below")

Above

Below

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell C3 contains the number 5.

=IF(C3=5, "Equal", "Not Equal")

Equal

Not Equal

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell D4 contains the number 12.

=IF(D4<=10, "Small", "Large")

Small

Large

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell E5 contains the number 3.

=IF(E5>=3, "Match", "No Match")

Match

No Match

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell G7 contains the number 7.

=IF(G7<=5, "Under", "Over")

Under

Over

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output if cell F6 contains the number 10.

=IF(F6=10, "Yes", "No")

Yes

No

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?