wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Activity 3.2 Robot Behaviors and Writing Pseudocode (VEX V5)

Total questions: 14

Worksheet time: 8mins

Name
Class
Date
1.

In robotics, a set of coded instructions the robot must follow.

a)

voice commands

b)

computer program

c)

poem

d)

directions

2.

Anything your robot does; turning on a motor is a behavior, following a line is a behavior, navigating a maze

a)

behavior

b)

plan

c)

project

d)

complex

3.

Which is an example of a complex Behavior?

a)

turning on a single motor

b)

moving forward

c)

moving through a maze

d)

turn motors on and dirve foward for 2 seconds

4.

Which is an example of a simple Behavior?

a)

turning on a single motor

b)

moving forward

c)

moving through a maze

d)

turn motors on and dirve foward for 2 seconds

5.

Which is an example of a Basic Behavior?

a)

turning on a single motor

b)

moving through a maze

c)

turn motors on and dirve foward for 2 seconds

d)

turn right, wait 5 seconds

6.

To plan a program, programmers use (a)   , to write out the structure and main flow of the program before they begin to develop their code.

7.

___________________ is a compact and informal description of a computer program. It is a hybrid language that combines the features of the programming language with the native language of the person writing the program, such as English or Spanish.

a)

Pseudocode

b)

Spanglish

c)

Techy

d)

Klingon

8.

What shape would the path of a robot create if it executed the example pseudocode?

a)

A circle

b)

A pentagram

c)

A square

d)

An "A"

9.

We will test your program by running it in the virtual playgrounds in the environment using....

a)

VEXcode Vr

b)

index cards and string

c)

slides and swings

d)

TinkerCAD

10.

Which of the following programming languages is used for the VEXcode VR text-based?

a)

LUA Script Programming Language

b)

Java Programming Language

c)

C++ Programming Language

d)

Python Programming Language

11.

Which of the following is the website for VEXcode VR?

a)

https://vex.com/

b)

https://vexvr.com/

c)

https://vrvex.com/

d)

https://vr.vex.com/

12.

What do we call the virtual space in VEX VR where we can see the virtual robot performing a code?

a)

Playground

b)

Virtual world

c)

Virtual space

d)

Playing field

13.

Which block must be at the beginning of every program in VEXcode VR?

a)
b)
c)
d)
14.

This category of blocks is called:

a)

Drivetrain

b)

Looks

c)

Events

d)

Control