50
LEGO Robotics Exam Review

Lego robotics exam review

Embed Size (px)

Citation preview

Page 1: Lego robotics exam review

LEGO Robotics Exam Review

Page 2: Lego robotics exam review

Question 1

This block is a :

display loop move sound switch wait motor

Page 3: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 5: Lego robotics exam review

This block is used to create loops.

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

Oops!

Page 6: Lego robotics exam review

Question 2

This block is a :

display loop move sound switch wait motor

Page 7: Lego robotics exam review

Correct!

Page 8: Lego robotics exam review

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

Oops!

Page 9: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 11: Lego robotics exam review

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

Oops!

Page 12: Lego robotics exam review

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

Question 4

Page 13: Lego robotics exam review

Correct!

Page 14: Lego robotics exam review

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

Think about your answer.

Oops!

Page 15: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 17: Lego robotics exam review

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

Oops!

Page 18: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 20: Lego robotics exam review

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: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 23: Lego robotics exam review

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

Oops!

Page 24: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 26: Lego robotics exam review

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: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 29: Lego robotics exam review

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

Oops!

Page 30: Lego robotics exam review

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 not Wait block between commands

Question 10

Page 31: Lego robotics exam review

Correct!

Page 32: Lego robotics exam review

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: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 35: Lego robotics exam review

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

You are finding the average, or mean.

Oops!

Page 36: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 38: Lego robotics exam review

Below the threshold will be a darker value!

Oops!

Page 39: Lego robotics exam review

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

DarkLight

Question 13

Page 40: Lego robotics exam review

Correct!

Page 41: Lego robotics exam review

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: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 44: Lego robotics exam review

Gear ratio is calculated as

Driven gear / driving gear

Or driven gear : driving gear

Oops!

Page 45: Lego robotics exam review

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: Lego robotics exam review

Correct!

Page 47: Lego robotics exam review

Because everything is clear glass, a light sensor won’t work well. The touch sensor would probably break half the store. Glass does not make a noise. So the best sensor would be the ultrasonic sensor.

Oops!

Page 48: Lego robotics exam review

Fancy Fragile is a store that sells expensive, breakable glassware. Everything in the store is made of clear glass, including the walls and shelves. The owner of Fancy Fragile wants Ann to develop a robot to help keep the store clean and count the items on the shelves. Which sensor would be your best choice?

a) Lightb) Touchc) Ultrasonicd) Sound

Question 16

Page 49: Lego robotics exam review

Correct!

Page 50: Lego robotics exam review

Make sure that you have turned in your annotated program for the challenge, then

you may play on CoolMath

Congratulations!