BCOMP Recitation

BCOMP Recitation

University

10 Qs

quiz-placeholder

Similar activities

PDM - LS01 - Quiz 2

PDM - LS01 - Quiz 2

University

10 Qs

Chapter 7: Information Systems

Chapter 7: Information Systems

University

13 Qs

CHAPTER 2: SYSTEM ANALYSIS AND DESIGN

CHAPTER 2: SYSTEM ANALYSIS AND DESIGN

University

10 Qs

SAS informatika kelas 8 S2

SAS informatika kelas 8 S2

8th Grade - University

15 Qs

Перетворення одиниць інформації

Перетворення одиниць інформації

11th Grade - University

11 Qs

 Python_Recap_Session3_GGITSummerCamp2025

Python_Recap_Session3_GGITSummerCamp2025

University

11 Qs

SITM quiz 2

SITM quiz 2

University

15 Qs

Latsol

Latsol

10th Grade - University

10 Qs

BCOMP Recitation

BCOMP Recitation

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

angeneth angeneth

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

Given a full name in cell A2 (e.g., "John Doe"), write a formula to extract the first name.

=____(A2, ____(" ", A2) - 1)

2.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

You have a list of product sales in column B. Write a formula to count how many times "Laptop" appears in the range B2:B10.

=_______(B2:B10, "Laptop")

3.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

You have sales figures in C2:C10, but some cells contain errors. Write a formula to return the highest sales value while ignoring errors.

=_________(4, 6, C2:C10)

4.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

A full name is in A2 (e.g., "John Michael Doe"). Write a formula to extract the last word (last name).

=TRIM(RIGHT(A2, LEN(A2) - FIND("#", SUBSTITUTE(A2, " ", "#", LEN(A2) - LEN(__________(A2, " ", ""))))))

5.

FILL IN THE BLANK QUESTION

5 mins • 10 pts

A product code is in cell A2 (e.g., "ABC12345"). Write a formula to extract the last 4 characters.

_____________

6.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

You have a sales record where column A contains product names, column B contains regions, and column C contains sales amounts. Write a formula to calculate the total sales of "Laptop" in the "North" region (range A2:A20 for products, B2:B20 for regions, and C2:C20 for sales).

=______(C2:C20, A2:A20, "______", B2:B20, "North")

7.

FILL IN THE BLANK QUESTION

5 mins • 10 pts

If cell A2 contains the start date and cell B2 contains the end date, write a formula to calculate the number of days between them.

________________________

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?