Tin học kinh tế

Tin học kinh tế

University

9 Qs

quiz-placeholder

Similar activities

HTML DOJO 1

HTML DOJO 1

University

10 Qs

Tin học 10 lớp 10A5 Long Phú

Tin học 10 lớp 10A5 Long Phú

University

10 Qs

PMBOK Quiz

PMBOK Quiz

KG - University

10 Qs

TPG Basics of web3 and programming

TPG Basics of web3 and programming

University

10 Qs

Aprendeu ou disfarçou?

Aprendeu ou disfarçou?

12th Grade - Professional Development

10 Qs

HEAP TREE

HEAP TREE

University

11 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

UBL JARKOM CHAP8

UBL JARKOM CHAP8

University

10 Qs

Tin học kinh tế

Tin học kinh tế

Assessment

Quiz

Computers

University

Hard

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct way to write this function:

IF F1 is greater than or equal to 60, show "Senior", otherwise, show "X"


  1. =IF(F1>60,"Senior","X")

  1. =IF(F1=>60,"X","Senior")

  1. =IF(F1>=60,"Senior","X")

  1. =IF(F1>=60,"Senior",X)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This description refers to which function: “Returns TRUE if all of the arguments evaluate to TRUE.”


  1.  OR

  1. AND

  1. XOR

  1. NOT

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

 Which function is used to trap and handle errors?


  1. IFERROR()

  1. ERROR()

  1. IFNA()

  1. IFTRAP()


4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following scenarios would NOT be suitable for using the IFS function in Excel?


Assigning letter grades (A, B, C, etc.) based on a student's numeric score.


Calculating the shipping cost based on the weight and destination of a package.


Determining the commission percentage based on the sales amount achieved by a salesperson.


Sorting a list of values in ascending order.


5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following statements about the logical NOT function in Excel is TRUE?


The NOT function in Excel reverses the logical value of a given expression or condition.

The NOT function in Excel is used to combine multiple logical conditions and returns TRUE if all conditions are met.


The NOT function in Excel is used to perform mathematical operations on numerical values.

The NOT function in Excel is represented by the symbol "~" when used in formulas.


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the OR function in Excel is TRUE?


The OR function returns TRUE if any of the conditions provided are TRUE.


The OR function can only be used with numerical values in Excel.


The OR function requires at least three conditions to be evaluated.


 The OR function in Excel is equivalent to the addition operation (+) for logical values.


7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following data in an Excel worksheet:
Which formula, when entered into cell C2, would correctly apply the XOR function to check if either cell A2 or cell B2 (or both) contains a non-zero value?


=XOR(A2<>0, B2<>0)


=XOR(A2=0, B2=0)


=XOR(A2>0, B2>0)


=XOR(A2=0, B2<>0)


8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following example in Excel:
In cell A1, the value is 10.

In cell B1, the value is 5.

In cell C1, the value is 15.

Which of the following formulas correctly utilizes the IF function with AND in Excel to check if all three cells (A1, B1, C1) contain values greater than 0?



=IF(AND(A1>0, B1>0, C1>0), "All values are greater than 0", "Not all values are greater than 0")


=IF(AND(A1>0, OR(B1>0, C1>0)), "At least one value is greater than 0", "No value is greater than 0")

=IF(AND(A1>0, B1>0, C1>0), "No value is greater than 0", "At least one value is greater than 0")


=IF(AND(A1>0, B1>0), "All values are greater than 0", "Not all values are greater than 0")


9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following example in Excel:

In cell A1, the value is 10.

In cell B1, the value is 5.

In cell C1, the value is 15.

Which of the following formulas correctly utilizes the IF function with NOT in Excel to check if cell A1 does not equal 0?


 =IF(NOT(A1=0), "A1 is not equal to 0", "A1 is equal to 0")


=IF(NOT(A1<>0), "A1 is equal to 0", "A1 is not equal to 0")


=IF(NOT(A1>0), "A1 is not greater than 0", "A1 is greater than 0")


=IF(NOT(A1<0), "A1 is greater than or equal to 0", "A1 is less than 0")