ASET11. Advanced Office Applications

ASET11. Advanced Office Applications

11th Grade

40 Qs

quiz-placeholder

Similar activities

Microsoft Excel 2019 Final Exam Review

Microsoft Excel 2019 Final Exam Review

9th - 12th Grade

41 Qs

Ôn tập lớp 7 - Phần 4 (Bộ 4 đề KT15ptt)

Ôn tập lớp 7 - Phần 4 (Bộ 4 đề KT15ptt)

KG - 12th Grade

39 Qs

LATIHAN ASAS - INFORMATIKA

LATIHAN ASAS - INFORMATIKA

10th Grade - University

40 Qs

Trắc nghiệm MS Excel (P1) - Nghề Tin học - Lớp 11

Trắc nghiệm MS Excel (P1) - Nghề Tin học - Lớp 11

11th Grade

40 Qs

Nghe_DeLyThuyet_2019

Nghe_DeLyThuyet_2019

11th Grade

40 Qs

ÔN TẬP LỚP 7

ÔN TẬP LỚP 7

1st - 12th Grade

44 Qs

PAT TIK - X, XI, XII

PAT TIK - X, XI, XII

10th Grade - University

45 Qs

Ôn tập lớp 7 - Phần 8 (Bộ đề 15p Kì 2)

Ôn tập lớp 7 - Phần 8 (Bộ đề 15p Kì 2)

1st - 12th Grade

35 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?