Y7: Spreadsheets Retrieval- Lesson 3

Y7: Spreadsheets Retrieval- Lesson 3

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Excel Parts

Excel Parts

1st - 4th Grade

10 Qs

JavaScript Fun

JavaScript Fun

3rd Grade

9 Qs

bài thi 1

bài thi 1

1st Grade - University

10 Qs

Ôn tập - Tin Học 4 - CK2 - Phần 1

Ôn tập - Tin Học 4 - CK2 - Phần 1

3rd Grade

10 Qs

Pseudo code Practice 1

Pseudo code Practice 1

1st - 3rd Grade

10 Qs

Microsoft Excel - fórmulas y funciones

Microsoft Excel - fórmulas y funciones

1st - 3rd Grade

10 Qs

Pretest Excel 3

Pretest Excel 3

1st - 3rd Grade

10 Qs

Quiz pertemuan 12 - Web Programming

Quiz pertemuan 12 - Web Programming

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?

"_____ "

(_____)

*_____*

!_____!