ASET11. Advanced Office Applications

ASET11. Advanced Office Applications

11th Grade

40 Qs

quiz-placeholder

Similar activities

Basic Web Page Design & Development

Basic Web Page Design & Development

10th - 12th Grade

41 Qs

Web Page Design and Development

Web Page Design and Development

10th - 12th Grade

41 Qs

Python Fundamentals Concept Checkup

Python Fundamentals Concept Checkup

9th Grade - University

38 Qs

PN 1 Ms. Excel

PN 1 Ms. Excel

11th Grade

40 Qs

Word 2019 Module 1

Word 2019 Module 1

9th - 12th Grade

36 Qs

Intro to HTML & CSS

Intro to HTML & CSS

9th - 12th Grade

35 Qs

Excel 2013 Review

Excel 2013 Review

11th - 12th Grade

40 Qs

Computer Animation

Computer Animation

9th - 12th Grade

40 Qs

ASET11. Advanced Office Applications

ASET11. Advanced Office Applications

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Michael Atienza

Used 7+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the Excel function that allows to sum numerical data in any number of columns or rows by selecting them or typing them.

COUNT
SUM
MAX
AVERAGE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function is used to summate the values of cells in a range that meet the criteria that have been specified.

SUMIF
COUNTIF
AVERAGEIF
SUM

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a list of test scores for 10 students in cells A2. You want to calculate the average score. What formula would you use?

=MEDIAN(A2:A11)
=SUM(A2:A11)
=AVERAGE(A2:A11)
=COUNT(A2:A11)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have sales data in column A (Sales Amount) and in column B (Region) for 50 transactions. You want to find the average sales amount for transactions from the "North" region. What formula would you use?

=AVERAGEIF(B1:B50, "North", A1:A50)
=SUMIF(B1:B50, "North", A1:A50)
=COUNTIF(B1:B50, "North")
=MAXIF(B1:B50, "North", A1:A50)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are grading student performance based on their scores in column A. You want to display "Pass" for scores of 60 and above, and "Fail" for scores below 60. What formula should you use in cell B2 to evaluate the score in A2?

=IF(A2>=60, 'Pass', 'Fail')
=IF(A2=60, 'Fail', 'Pass')
=IF(A2>=50, 'Pass', 'Fail')
=IF(A2<60, 'Pass', 'Fail')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a list of students' exam scores in columns A and B. Column A contains math scores, and column B contains science scores. You want to check if a student passed both exams, where passing is defined as a score of 50 or higher. What formula would you use in cell C2 to check if the student passed both subjects?

=IF(A2>=50, B2>=50, FALSE)

=AND(A2>=50, B2>=50)

=IF(AND(A2>=50, B2>=50), "Pass", "Fail")

=IF(A2>=50, B2>=50)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a product inventory list where column A contains product IDs, and column B contains product names. You want to find the name of the product with the ID "P102" listed in cell D1. What formula would you use?

=VLOOKUP(D1, A2:B100, 2, FALSE)

=VLOOKUP(D1, A2:B100, 1, FALSE)

=VLOOKUP(A1, D2:D100, 2, FALSE)

=VLOOKUP(D1, B2:A100, 2, TRUE)

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?