WorksheetsPrinciples of Robotics Final Exam
Total questions: 40
Worksheet time: 23mins
What best describes a Robot?
System that contains sensors, control systems, manipulators, power supplies and software all working together to perform a task.
The study of mathematics, calculations, science and technology that applies laws created by Asimov.
the branch of technology that deals with the design, construction, operation, and application of robots.
System that contains really awesome stuff that makes really cool things that are super sweet.
Robots can do different types of jobs including work that is
Dull
Dirty
Dangerous
All of these
What is an example of input?
Data entered via the keyboard
Data entered via touch
Data entered via the mouse
all of the above
What is an example of output?
A sound
A smell
A picture
Smoke
What do robots use to understand their environment?
Feelings and emotion
Motion, sound, light & temperature
Time and space
Logic and common sense
Robots can act. Which component do they use? 2 answers.
Actuators
Micro controller
Sensor
Servomotor
Roll, pitch, or yaw? (the plane in the image is seen from above, and is turning left and right)
roll
pitch
yaw
Roll, pitch, or yaw? (the plane in the image is seen from above, and is turning left and right)
roll
pitch
yaw
Roll, pitch, or yaw?
roll
pitch
yaw
Roll, pitch and yaw movement of a robot actuator will require 3 . . .
linear joints
rotary joints
This is a . . .
cylindrical robot
cartesian robot
This is a . . .
cylindrical robot
cartesian robot
How are robots programmed to perform specific tasks?
Using a combination of coding, algorithms, and specific instructions
Through singing and dancing
By feeding them with food and water
Using telepathy and mind control
What are the advantages of using robots in various industries?
Decreased efficiency and accuracy
Increased efficiency, improved accuracy, ability to work in hazardous environments, and increased productivity.
Inability to work in hazardous environments
Decreased productivity
What are the safety precautions to be taken while working with robots?
Dance around the robots while they are in operation
Follow safety guidelines and wear appropriate protective gear
Leave the robots unattended and unsupervised
Ignore safety guidelines and wear no protective gear
Describe the impact of robots on society and the future.
The impact of robots on society and the future is minimal, with no significant changes expected
Robots will only have a positive impact on society and the future, with no negative consequences
The impact of robots on society and the future is limited to a few specific industries and will not have widespread implications
The impact of robots on society and the future is significant, affecting areas such as employment, economy, and ethics, and leading to potential advancements in robotics with wide-ranging implications.
What is HTML?
HyperText Markup Language
HighTower Makeup Language
Plain Text on Documents
Expensive Types of Candy
What language is used to define the structure of a webpage?
HTML
CSS
JavaScript
French
What language is used to add style to a webpage?
HTML
CSS
JavaScript
French
Which is correct CSS syntax?
{body; colour = black;}
body: colour = black
body {
colour : black;}
{body colour is black}
Select the rule to make all the text in your web page blue and centered.
p {
colour: blue; }
body {
text-align: left;
colour: blue; }
p {
text-align: center
colour: blue; }
body {
text-align: center
colour: blue; }
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
What does CSS stand for?
Cascading style sheets
Certain Sumer stand
Color selctor stand
Cascading style selctor
<img>
add an image
make text italic
link to Internet<
The correct syntax to connect an external style sheet to a Web page
<style rel="stylesheet" type="text/css" href="file.css" />
<link rel="stylesheet" type="text/css" href="file.css" />
<attach rel="stylesheet" type="text/css" href="file.css" />
<a rel="stylesheet" type="text/css" href="file.css" />
