wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 6 Computer Revision

Total questions: 21

Worksheet time: 24mins

Name
Class
Date
1.

What is this considered in the mBot2?

a)

Skeleton

b)

Software

c)

Control board (brain)

d)

Motor

2.

Which formula in Excel multiply two cells A1 * B1:

a)

=A1&B1

b)

=4*5

c)

=A1*B1

d)

=average(A1:B1)

3.

To hide a row that contains sensitive data we use the menu:

a)

Home

b)

Help

c)

Draw

d)

Insert

4.

Which sequence is more logical ?

a)

Read distance,
then only if it is less than 10 it will read the color

b)

Read the color,
then turn right, no matter what the color is.

c)

Turn right no matter what the value of the distance is

d)

Always read the color,
and only if it is white turn right

5.

The IF function in Excel contains how many main parts?

a)

1

b)

2

c)

3

d)

6

6.

The color sensor is embedded in the CyberPi,

a)

Yes,it is embedded in the CyberPi

b)

No, It is an external sensor that connects to the mBot2.

7.

When i press Enter to run this formula, what will be the value of A1 ?

a)

=IF(B2>=10,"PASSED","FAILED")

b)

Error

c)

Failed

d)

Passed

8.

The COUNT function is used to count the number of:

a)

digits cells

b)

Non-empty cells

c)

Empty cells

d)

Errors only

9.

The =min(c5:c11) function will find:

a)

The smallest value within the range

b)

The biggest value within the range

c)

The average of the values within the range

d)

The sum of the values within the range

10.

To use the (mBot2 Chassis) category blocks, you need to add the .......... extension.

a)

Pen

b)

mBot2 shield

c)

mBot2 & AI

d)

SmartWorld

11.

Formulas in Excel must begin with an equal sign (=)

a)

True

b)

False

12.

Excel formulas can be written in upper or lower case

a)

True

b)

False

13.

The SUM function can be written as SUM(A1;A5)

a)

True

b)

False

14.

What does sheet protection do?

a)

Deletes cells

b)

Deletes formatting

c)

Hides formulas

d)


None of the options

15.

The Format button (in the Home menu) allows you to hide rows.

a)

True

b)

False

16.

Orientation is used to rotate text in the cell

a)

True

b)

False

17.

The CyberPi includes a light sensor to measure the intensity of the light

a)

True

b)

False

18.

What is the difference between
(and , or)
in this script

a)

and :
must meet all conditions

b)

or :
must have at least one of the conditions

c)

or is better

d)

and is better

19.

The option that is used to combine and merge different cells in one big cell is called : Merge & Center

a)

True

b)

False

20.

To count the number of empty cells, we need to use the COUNTBLANK function

a)

True

b)

False

21.

the third part ( 3) in the image is :

a)

Motor

b)

CyberPi

c)

Sensors

d)

Skeleton