What will the formula `=AND(B3>10, B4<5)` return if B3 is 12 and B4 is 3?
2.11 Other Processing Methods 2

Quiz
•
Computers
•
9th Grade
•
Hard
B Silver
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
TRUE
FALSE
ERROR
#VALUE!
Answer explanation
The formula `=AND(B3>10, B4<5)` checks if B3 is greater than 10 (true, since 12>10) and if B4 is less than 5 (true, since 3<5). Both conditions are true, so the formula returns TRUE.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which logical operator would you use to check if either B3 is greater than 10 or B4 is less than 5?
AND
OR
NOT
XOR
Answer explanation
The correct operator is OR because it checks if at least one of the conditions is true. Here, we want to know if either B3 is greater than 10 or B4 is less than 5, making OR the appropriate choice.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If B2 is 0, what will the formula `=NOT(B2>1)` return?
TRUE
FALSE
ERROR
#VALUE!
Answer explanation
The formula `=NOT(B2>1)` checks if B2 (which is 0) is greater than 1. Since 0 is not greater than 1, the expression evaluates to FALSE. The NOT function then inverts this to TRUE, making the correct answer TRUE.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a spreadsheet, how would you modify the formula in E3 to display 'Yes' only if the pass mark is achieved in both papers?
=IF(AND(C3>=pass_mark, D3>=pass_mark), "Yes", "No")
=IF(OR(C3>=pass_mark, D3>=pass_mark), "Yes", "No")
=IF(NOT(C3>=pass_mark), "Yes", "No")
=IF(C3>=pass_mark, "Yes", "No")
Answer explanation
The correct formula is =IF(AND(C3>=pass_mark, D3>=pass_mark), "Yes", "No"). This checks if both C3 and D3 meet or exceed the pass mark, returning 'Yes' only if both conditions are true.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the simplest way to sort a list of data in a spreadsheet?
Use a filter
Click anywhere in the column and use the sort function
Manually rearrange the data
Use a pivot table
Answer explanation
The simplest way to sort a list in a spreadsheet is to click anywhere in the column and use the sort function. This method quickly organizes the data without manual effort or complex tools like filters or pivot tables.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which logical operator would you use to reverse the result of a logical test?
AND
OR
NOT
XOR
Answer explanation
The NOT operator is used to reverse the result of a logical test. If the test evaluates to true, NOT will make it false, and vice versa. Therefore, NOT is the correct choice for this question.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to sort a list of names in alphabetical order, which order should you choose?
Descending
Ascending
Random
Numerical
Answer explanation
To sort names in alphabetical order, you should choose ascending order. This arranges the names from A to Z, which is the standard method for alphabetical sorting.
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Unit 5: Input in Java

Quiz
•
9th - 10th Grade
10 questions
Excel If function WSC 4.2.3

Quiz
•
7th Grade - University
14 questions
ICT 9 - LESSON 1: CONNECTING DATA THROUGH OPERATORS

Quiz
•
9th Grade
10 questions
AP Computer Science Principles - Unit 4: Variables, Conditionals

Quiz
•
9th - 12th Grade
15 questions
End of term assessment

Quiz
•
9th Grade
12 questions
Bài 12A: Sử dụng hàm IF

Quiz
•
9th Grade - University
12 questions
ICT

Quiz
•
9th Grade
12 questions
Binary - Logical Shifts

Quiz
•
8th - 10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade