IF Statements

Quiz
•
Computers
•
11th Grade
•
Medium

P Roberts
Used 20+ times
FREE Resource
8 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
We want to check if A4 is less than or equal to 650. If true, we want to return "Within budget". If false, we want to return "Over budget".
What is the missing symbol from this statement?
=IF(A4 [fill in blank] 650, , "Within budget", "Over budget")
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
We want to check if A6 is equal to 70. If true, we want to return "Within budget". If false, we want to return "Over budget".
What is the missing symbol from this statement?
=IF(A4 [fill in blank] 70, , "Within budget", "Over budget"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the < symbol mean?
Equal to
Greater than
Less than
Greater than or equal to
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the symbol > mean?
Greater than
Equal to
Less than
Less than or equal to
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the symbol = mean?
Greater than
Equal to
Less than
Greater than or equal to
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this symbol >= mean?
Greater than
Greater than or equal to
Less than or equal to
Equals to
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the <= symbol mean?
Greater than
Less than
Less than or equal to
Equal to
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In cell A2 - we want to check if the budget is greater than 400. If true we want to return "Over budget". If false, we want to return "Under budget".
How would we write this IF statement?
=IF(A2>400, "Over Budget", "Under budget")
=IF(A2<=400, "Over Budget", "Under budget")
Similar Resources on Wayground
10 questions
Conditionals - codeHS mod4

Quiz
•
9th - 12th Grade
10 questions
J277 - 1.2 - Units

Quiz
•
10th Grade - University
9 questions
CSC603 Demorgan Law and If statement

Quiz
•
11th Grade
10 questions
Excel If function WSC 4.2.3

Quiz
•
7th Grade - University
12 questions
IDT UNIT 3

Quiz
•
9th - 12th Grade
11 questions
Java Boolean Statements

Quiz
•
11th Grade
10 questions
Edexcel Algorithm Key Terminology

Quiz
•
10th - 12th Grade
10 questions
Tolerances in Engineering Drawings

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade