Vex/Scratch,Robotics Flashcards

1
Q

What are the parts of the virtual robot?

A

Th pen, electromagnet,down eye, 50mm diameter wheels,built in gyro +location sensing,front eye + distance sensor, right bumper sensor and left bumper sensor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List some things about the virtual robot.

A

robots are pre-built,use drivetrains to navigate,use sensors to help solve mazes ,use pen features to code a creative drawing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the five different virtual playgrounds?

A

grid map, art canvas, disk maze, wall maze and number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is cloning in Scratch?

A

It is a feature that allows a sprite to create a copy of itself while the program is running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do clones have in common?

A

They have the same costumes,sounds scripts and variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Identify the five different blocks and shapes.

A

hat block,stack block,boolean block,reporter block and c block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the function of the hat block?

A

it is the start of a stack and it is shaped to attach the blocks below them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the function of the stack block?

A

*perform main commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the function of the boolean block?

A

returns a condition as either true or false
*fits inside any blocks with hexagonal inputs for other blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the function of the reporter block?

A

It reports the values in the form of numbers
*fits inside any block with oval inputs for other blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the function of the c block?

A

loop the block/s within them or check if a condition is true or false.

*shaped to attach to stack blocks above,below or inside them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly