Vex/Scratch,Robotics Flashcards
What are the parts of the virtual robot?
Th pen, electromagnet,down eye, 50mm diameter wheels,built in gyro +location sensing,front eye + distance sensor, right bumper sensor and left bumper sensor
List some things about the virtual robot.
robots are pre-built,use drivetrains to navigate,use sensors to help solve mazes ,use pen features to code a creative drawing
What are the five different virtual playgrounds?
grid map, art canvas, disk maze, wall maze and number
What is cloning in Scratch?
It is a feature that allows a sprite to create a copy of itself while the program is running.
What do clones have in common?
They have the same costumes,sounds scripts and variables.
Identify the five different blocks and shapes.
hat block,stack block,boolean block,reporter block and c block.
What is the function of the hat block?
it is the start of a stack and it is shaped to attach the blocks below them.
What is the function of the stack block?
*perform main commands
What is the function of the boolean block?
returns a condition as either true or false
*fits inside any blocks with hexagonal inputs for other blocks
What is the function of the reporter block?
It reports the values in the form of numbers
*fits inside any block with oval inputs for other blocks
What is the function of the c block?
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