
Engineering Systems - RESET Team Quiz
Quiz by Максим Катеришич
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Why are ROS releases named after turtles?
It’s an allusion to the “world turtle”, as well as the Discworld turtle
We like turtles
Because of the LOGO Turtle, the first “robot” that many of us programmed
All of the above
30s - Q2
What type of gear is this?
Ratchet (device)
Chain drive
Worm drive
Friction gear
45s - Q3
What is the name of this type of wheel?
Omni wheel
Spherical wheel
Mecanum wheel
Zhanibek wheel
45s - Q4
What's the difference between CMY in ink and RGB in displays?
CMY is subtractive , RGB is additive
CMY is additive and subtractive, RGB is neither subtractive nor additive
CMY is additive , RGB is subtractive
No difference
60s - Q5
Assume implementation of PID control in the system. Increasing each of the parameter of the controller will result in:
We can't say anything about it without knowing the system model exactly.
P - Eliminates steady state error, I - Changes nothing, D - Increases overshooting
P - Increases settling time, I - Increases steady state error, D - Increases overshooting.
P - Decreases settling time, I - Eliminates steady state error, D - Decreases overshooting.
120s - Q6
A servo-motor is
a brushless DC motor with multiple coils which allow to divide rotation into steps.
when your motor is connected to a server.
a sensing device that provides feedback from motor.
a whole actuator that allows control it's angular or linear position by a reference signal.
60s - Q7
Assume you have an Arduino with the following equipment connected. Which function you will use to set the speed of motor at 50%?
analogWrite(3, 254);
int speed = digitalRead(3);
digitalWrite(3, HIGH);
analogWrite(3, 127);
60s - Q8
What is DOF (in mechanics)?
Digital Optical Fragmentation
Degrees Of Freedom
Damping Over Friction
Damaged Open Feedback
60s - Q9
Choose the right combination of the system description:
Car - holonomic system, Omniplatform robot - holonomic system
Car - holonomic system, Omniplatform robot - nonholonomic system
Car - nonholonomic system, Omniplatform robot - holonomic system
Car - nonholonomic system, Omniplatform robot - nonholonomic system
60s - Q10
What types of communications exist in ROS?
Services
Actions
Topics
All of the above
60s