Y7: Spreadsheets Retrieval- Lesson 3

Y7: Spreadsheets Retrieval- Lesson 3

3rd Grade

9 Qs

quiz-placeholder

Similar activities

pemrograman web (php)

pemrograman web (php)

3rd Grade

10 Qs

nested if

nested if

3rd - 7th Grade

10 Qs

SOAL AKM TIK Kelas 8 Semester Genap 2019/2020

SOAL AKM TIK Kelas 8 Semester Genap 2019/2020

1st - 3rd Grade

6 Qs

Introduction to Python - If and Else

Introduction to Python - If and Else

1st - 6th Grade

10 Qs

Sains Komputer Tingkatan 4 - 1.4.1

Sains Komputer Tingkatan 4 - 1.4.1

1st Grade - Professional Development

8 Qs

KA JS Logic & Conditionals

KA JS Logic & Conditionals

KG - University

8 Qs

Valorant Quiz

Valorant Quiz

1st - 5th Grade

12 Qs

Excel 2

Excel 2

1st - 5th Grade

10 Qs

Y7: Spreadsheets Retrieval- Lesson 3

Y7: Spreadsheets Retrieval- Lesson 3

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

Thomas Henesy

Used 7+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Formulas always starts with:

-

=

(

()

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The first test in an IF statement is always:

False

True

In the middle

Both

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The second test in an IF statement is always:

True

False

Both

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the follow is a correct format to query an IF statement?

IF(C1 = D1, True, False)

=IF(C1 = D1, True, False)

IF(C1 = D1, False , True)

=IF(C1 = D1, False , True)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are comparison operators?

+

=

-

&

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is equal to?

=

>

<

>=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is less than?

=

>

<

>=

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is more than?

=

>

<

>=

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Rather than outputting TRUE or False we can change these values to our own by using what?

"_____ "

(_____)

*_____*

!_____!