50
LEGO Robotics Exam Review

This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Embed Size (px)

Citation preview

Page 1: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

LEGO Robotics Exam Review

Page 2: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Question 1

This block is a :

display loop move sound switch wait motor

Page 3: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

This block is used to create conditional statements:IF I had got this right

THEN I would have gone to the next question

Oops!

Page 4: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 5: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

This block is used to create loops.

Loops are used to repeat instructions. They make programs shorter and more readable.

Oops!

Page 6: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Question 2

This block is a :

display loop move sound switch wait motor

Page 7: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 8: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

The touch sensor is triggered by touch! It has to run into things, remember!

Oops!

Page 9: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

A touch sensor is triggered by:

a) A detection of G-forces by its accelerometer

b) Ultrasound signals being sent and receivedc) The closing of a circuit when a cross-beam

is liftedd) The simple press of a button

Question 3

Page 10: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 11: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

These are called axles. You measure an axle by counting the LEGO bumps on a Technics beam

Oops!

Page 12: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

What are these LEGO parts called?a) Bricksb) Pegsc) Axlesd) Bushings

Question 4

Page 13: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 14: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Read the possible answers carefully. How many of them are true?

Think about your answer.

Oops!

Page 15: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

What is the function of a loop?

a) It makes a program shorterb) It allows you to repeat statementsc) It saves on typingd) All of the above

Question 5

Page 16: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 17: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

‘My Files’ is highlighted, so all you need to do is press the orange button!

Oops!

Page 18: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Which button would you use to open ‘My Files’?

a)Left arrowb) Right arrowc) Either left or right arrowd) Gray Buttone) Orange button

Question 6

Page 19: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 20: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

It’s a threshold.

A threshold divides the readings into two categories. In a light sensor, these are light and dark.

For a sound sensor, these are loud and soft.

Oops!

Page 21: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Susie is writing a line follow program.She measure the light sensor reading on the black line, and the reading on the white background. She finds the average of these values. This is called :a) An interface c) A work envelopeb) A threshold d) An inverse

Question 7

Page 22: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 23: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Remember that it turned LEFT from position A to get to position B.

Oops!

Page 24: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Suppose this robot turned to its left to reach position B. What fraction of a full turn did it make to get from A to B?

a) One full turnb) Three quarters of a turnc) Half a turnd) A quarter of a turn

Question 8

Page 25: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 26: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Remember that one rotation is one circumference.Remember that circumference isPi times = diameter

http://commons.wikimedia.org/wiki/File:Circle_diameter_circumference.svg

Oops!

Page 27: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

One full turn of the robot’s wheel will move the robot:a) One rotationb) One circumference’s distancec) Pi times diameterd) All of (a) through (c)e) None of (a) through (c)

Question 9

Page 28: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 29: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Are you sure? Take a look at some programs you have written.

Oops!

Page 30: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Predict what the robot will do when this program is run:

a) The robot will move forward, then stop after the last motor block

b) The robot will not move, because the gear blocks are not put in order

c) The robot will not move because there is no Wait block between commands

Question 10

Page 31: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 32: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Think about when you were standing with your feet on either side of the line.

If you were following the left side of the line, you would turn right when you saw white on your left.If you were following the right side of the line, you would turn left when you saw white on your left.

Oops!

Page 33: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

When running the Line Follow program, your program is exactly the same no matter whether you are tracking the left or the right side of the black line.

TrueFalse

Question 11

Page 34: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 35: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Remember, you add the two readings and divide by two!

You are finding the average, or mean.

Oops!

Page 36: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

When you calibrate the light sensor, the dark reading is 30 and the light reading is 50. What will your threshold be?

a) 80b) 40c) 30d) 20

Question 12

Page 37: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 38: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Below the threshold will be a darker value!

Oops!

Page 39: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

If your threshold is 45, would a reading of 53 be counted as dark or light?

DarkLight

Question 13

Page 40: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 41: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

The robot will go fastest if it has a bigger gear on the driving gear (on the motor) and a smaller gear on the driven gear (on the wheel)

Oops!

Page 42: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Katrina has a box of 8-tooth gears and a box of 16-tooth gears in her workshop.  What combination of these gears on motor and wheel will make the fastest-moving robot on a flat, clear surface with nothing being pushed? 

a) The 16-tooth gears should go on the motors and drive 16-tooth gears on the wheels.

b) The 16-tooth gears should go on the motors and drive 8-tooth gears on the wheels.

c) The 8-tooth gears should go on the motors and drive 8-tooth gears on the wheels.

d) The 8-tooth gears should go on the motors and drive 16-tooth gears on the wheels. 

Question 14

Page 43: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 44: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Gear ratio is calculated as

Driven gear / driving gear

Or driven gear : driving gear

Oops!

Page 45: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

How do you calculate the gear ratio?

a) Driving gear / Driven gearb) Driven gear / Driving Gear c) A ratio of the gear teeth to the motor powerd) Driving gear teeth / number of gears

Question 15

Page 46: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 47: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

It’s driving, so it’s attached to the motor.

Oops!

Page 48: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

The driving gear is

a) Attached to the wheelb) Attached to the motorc) Attached to another geard) The steering wheel

Question 16

Page 49: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Correct!

Page 50: This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor

Make sure that you have turned in your annotated program and final paragraph for

the project.

Congratulations!