wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Sphero RVR+ Vocabulary #1

Total questions: 18

Worksheet time: 3hrs 0mins

Name
Class
Date
1.

Input to program the direction a Sphero robot is pointed during or before a roll, between 0° and 360°

a)

Roll Block

b)

Heading

c)

Duration

d)

Speed

2.

Input to program the amount of time that RVR+ will execute a movement like a roll or a spin in seconds.

a)

Roll Block

b)

Heading

c)

Duration

d)

Speed

3.

Input to program how quickly(or slowly) a Sphero robot will move, usually in centimeters per second.

a)

Roll Block

b)

Heading

c)

Duration

d)

Speed

4.

A sensor that measures RVR+’s x-axis, y-axis, and total distance from its point of origin, in centimeters.

a)

Location

b)

Color

c)

Accelerometer

d)

Luminosity/Ambient

5.
  1. A sensor that checks the light intensity from 0 - 100,000 lux, where 0 lux is full darkness and 30,000 to 100,000 lux is direct sunlight.

a)

Location

b)

Color

c)

Accelerometer

d)

Luminosity/Ambient

6.
  1. A sensor that measures the numerical RGB value of any color that is directly underneath the sensor on RVR+.

a)

Location

b)

Color

c)

Accelerometer

d)

Luminosity/Ambient

7.

A sequence of characters that combine letters, numbers, and other characters in a computer program.

a)

String

b)

Sentence

c)

Integer

d)

Characters

8.

Allows you to define conditions by comparing two values (usually a sensor to a number).

a)

Comparator Block

b)

Operators Block

c)

Inequality Block

d)

Conditional Block

9.

Calls the “if” blocks if the given condition is true, otherwise calls the “else” blocks. These are known as the If/Then or If/Then/Else blocks.

a)

Comparator Statement

b)

Operators Statement

c)

Inequality Statement

d)

Conditional Statement

10.
  1. The action of repeating over and over again, either indefinitely, for a set number of times, or until a condition is met.

a)

Loop Block

b)

Repeat Block

c)

Infinity Block

d)

Delay Block

11.

Conditional logic called when the color sensor reads a given RGB value, defined as 0 to 255 for the red, green, and blue channels. The color for this block is set using the color sensor on the Sphero RVR+.

a)

Color Sensor

b)

ON Color Event

c)

ON Start Event

d)

ON LED Event

12.

If Math is after Science,

and Science is after Social Studies,


then Science is between Math and Social Studies.

a)

TRUE

b)

FALSE

13.

If Wendy's sells spicy chicken nuggets,

and McDonald's sells spicy chicken nuggets,


then spicy chicken nuggets are sold at both Wendy's and McDonald's.

a)

TRUE

b)

FALSE

14.

If my dog goes for a walk before breakfast,

and my dog eats breakfast before playing with toys,


then my dog goes for a walk before playing with toys.

a)

TRUE

b)

FALSE

15.

If I have a dentist appointment on Monday,

and I have have a haircut appointment on Wednesday,


then my haircut appointment is after my dentist appointment.

a)

TRUE

b)

FALSE

16.

If December is colder than November,

and November is colder than October,


then November is the coldest.

a)

TRUE

b)

FALSE

17.

If the blue blanket is warmer than the red blanket,

and the red blanket is warmer than the green blanket,


then the red blanket is the least warm.

a)

TRUE

b)

FALSE

18.

________________ allow you to define a reusable group of blocks, and then call those block from anywhere within the main program.

a)

Functions

b)

Communications

c)

Controls

d)

Events