WorksheetsRobotics and Arduino Quiz
Total questions: 100
Worksheet time: 50mins
What is a robot ?
A robot is a device designed on the principles of a living organism and operating according to a pre-programmed program.
an iron frame with an electric drive
scientific discovery for underwater research
the field that studies the laws of pendulum motion
studies the magnetic drive, its location and nature
What motors are used in LEGO Mindstorms EV3?
Servo drives
pneumatic actuator
hydraulic drive
pendulum swing
magnetic drive
Which device (sensor) of the LEGO Mindstorms EV3 set is used to detect an obstacle?
Ultrasound
electric drive
hydraulic
rheostat
magnetic
Robotics is a profession that emerged from a combination of different fields.
Mechanics, electronics and computer technology
electric drive, pneumatic drive, hydraulic drive
pendulum transmission, magnetic drive
chemistry, history, electronics
law, psychology, mathematics
What part of robotics is responsible for recognizing and sensing the environment?
Electronics department
Mechanical department
Computer Engineering Department
Arduino Mega
magnet
In the field of robotics, what part is responsible for the development of the robot's skeleton?
Mechanical department
Electronics department
Computer Engineering Department
Arduino Mega
magnet
In the field of robotics, what part of a robot is responsible for connecting all parts of the robot together and making it work?
Computer engineering department
Mechanical department
Electronics department
Arduino Mega
magnet
Among the three Arduinos, the Mega, Uno, and Mini, which one has the most memory?
Arduino Mega
Arduino nano
Arduino Mini
Arduino micron
magnet
Which of the three Arduinos, the Mega, Uno, and Mini, has the least memory?
Arduino Mini
Arduino nano
Arduino Mega
Arduino micron
magnet
Among the three Arduinos, the Mega, Uno, and Mini, which one has the most input and output pins?
Arduino Mega
Arduino nano
Arduino Mini
Arduino micron
magnet
Which of the robots below is an educational robot?
LEGO Mindstorms EV3
Arduino nano
welding robot
Arduino micron
Multifunction printer
Which of the following robots is an office robot?
Multifunction printer
Arduino nano
welding robot
Arduino micron
LEGO Mindstorms EV3
Which of the following controllers has the largest unit of measurement?
Arduino Mega
Arduino nano
Arduino Mini
Arduino micron
magnet
Which of the following sensors measures distance?
Ultrasonic sensor
rheostat sensor
barometer
light sensor
magnetic sensor
Which of the following sensors detects changes in light?
Photoresistor
rheostat sensor
barometer
Ultrasonic sensor
magnetic sensor
Which of the following sensors detects temperature changes?
Thermistor
rheostat sensor
Photoresistor
Ultrasonic sensor
magnetic sensor
Which of the following sensors detects an obstacle in front of it, like a bat?
Ultrasonic sensor
rheostat sensor
barometer
Photoresistor
magnetic sensor
Which of the following sensors detects when a robot collides with other obstacles?
Tough sensor
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
Which of the following sensors is responsible for the robot's hearing, like an ear?
Microphone sensor
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
Which of the following sensors is responsible for the robot's vision, like an eye?
Camera sensor
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
Which of the following sensors is responsible for the rotation of the robot's joints?
Rheostat
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
Which of the following devices provides speech for a robot?
Sound speaker
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
Which of the following sensors monitors the deviation of the robot from the coordinate axis?
Gyroscopic sensor
rheostat sensor
barometer
Photoresistor
Ultrasonic sensor
What kind of program is LEGO® DIGITAL DESIGNER ?
is a virtual constructor
rheostat sensor structure
is a real constructor
Photoresistor structure
Ultrasonic sensor structure
Which robot modeling program is available in LEGO® DIGITAL DESIGNER ?
LEGO Mindstorms NXT/EV3
Arduino nano
Arduino Mini
Arduino micron
Arduino Mega
What is the Frying program?
is a virtual constructor
rheostat sensor structure
is a real constructor
Photoresistor structure
Ultrasonic sensor structure
Which robot modeling program is used in Fritizing ?
Arduino
LEGO Mindstorms EV3
LEGO Mindstorms NXT
Photoresistor structure
Ultrasonic sensor structure
Which robot modeling program can be used on https://www.tinkercad.com?
Arduino
LEGO Mindstorms EV3
LEGO Mindstorms NXT
Photoresistor structure
Ultrasonic sensor structure
https://www.tinkercad.com What kind of program is the program?
is a virtual constructor
rheostat sensor structure
is a real constructor
Photoresistor structure
Ultrasonic sensor structure
What does (void loop()) mean in the Arduino programming language ?
Cycle
Timer
LEGO Mindstorms NXT
Reading a signal from an analog pin
Turn off the signal
What does (delay(1000)) mean in the Arduino programming language ?
Timer
Cycle
LEGO Mindstorms NXT
Reading a signal from an analog pin
Turn off the signal
What does (void setup()) mean in the Arduino programming language ?
Condition input and output signals
Timer
Cycle
Reading a signal from an analog pin
Turn off the signal
What does (int led_red = 2 ) mean in the Arduino programming language ?
The variable led_red is connected to pin 2.
Condition input and output signals
Repeat the cycle 2 times
Read the signal from the analog pin 2 times
led_red variable disables the 2nd signal
What does (analogRead) mean in the Arduino programming language ?
Reading a signal from an analog pin
Write a signal to an analog pin
Cycle
Condition input and output signals
Turn off the signal
What does (analogWrite) mean in the Arduino programming language ?
Write a signal to an analog pin
Reading a signal from an analog pin
Write a signal to a digital pin
Condition input and output signals
Turn off the signal
What does (digitalWrite) mean in the Arduino programming language ?
Write a signal to a digital pin
Reading a signal from an analog pin
Write a signal to an analog pin
Condition input and output signals
Turn off the signal
What does (digitalRead) mean in the Arduino programming language ?
Write a signal to a digital pin
Reading a signal from an analog pin
Write a signal to an analog pin
Condition input and output signals
Turn off the signal
What does (HIGH) mean in the statement digitalWrite(led_green, HIGH); when programming the Arduino controller in the programming language ?
Turn on the signal
Turn off the signal
Direct current
Condition input and output signals
DC electric motor
What does (LOW) mean in the statement digitalWrite(led_blue, LOW); when programming the Arduino controller in the programming language ?
Turn off the signal
Turn on the signal
Direct current
Condition input and output signals
DC electric motor
What power source does a servo motor operate on?
DC Signal Connection
Turn off the signal
alternating current
Foucault current
DC electric motor
What parts does a servo motor consist of?
DC electric motor, rheostat, gearbox
synchronous electric drive, brake, rheostat
DC electric motor, photo resistor, gearbox
Condition input and output signals
DC electric motor, hydraulic drive
What is the purpose of the rheostat located in a servo motor?
Used to determine the angle of rotation of the gearbox
It is necessary to increase the torque of the rotating main axis.
To obtain the desired color of light
Photoresistor structure
Ultrasonic sensor structure
What is the purpose of the gearbox located in the servo motor?
It is necessary to increase the torque of the rotating main axis.
Used to determine the angle of rotation of the reducer
To obtain the desired color of light
Photoresistor structure
Ultrasonic sensor structure
How many main parts does a servo drive consist of?
3
1
2
4
5
How many degrees can the servo drive's axis of rotation rotate at most?
360 degrees
150 degrees
unlimited
10-25 degrees
90 degrees
What is the operating principle of a stepper motor?
The axis of rotation rotates clockwise at a certain angular rate.
at a uniform closed constant speed
very fast, like the speed of light
like a Foucault current.
as fast as sound
To which signal part of the Arduino do you connect the LED?
Analogous Sinhalese part
turn off the signal
the digital part of the signal
to the power source
to the body freezing section
What is an LED used for?
To obtain the desired color of light
It is necessary to increase the torque of the rotating main axis.
Used to determine the angle of rotation of the reducer
Photoresistor structure
Ultrasonic sensor structure
What type of conductor does an LED belong to?
Semiconductor
iron conductor
inert conductor
light conductor
sound conductor
What is a controller ?
A device that controls external devices
It is necessary to increase the torque of the rotating main axis.
Used to determine the angle of rotation of the reducer
Photoresistor structure
Ultrasonic sensor structure
Mechatronics -
a modern direction that combines the basic knowledge of three fundamental and applied areas: mechanical engineering, electronics and information technology;
closed kinematic chain manipulator;
technical systems that use various technical devices to perform given movement functions;
structural diagram of the manipulator;
all answers are correct.
Robotics -
a direction of science whose object of study is robots;
the science that deals with the analysis and synthesis of mechatronic devices;
technical systems that use various technical devices to perform given movement functions;
a mechanical d
Mechatronic objects -
A system that integrates various mechanisms and machines, measuring and information processing devices, and control systems to perform functions of interaction and influence on the external environment
a direction of science whose object of research is robots
technical systems that use various technical devices to perform given movement functions
structural diagram of the manipulator
the science that deals with the analysis and synthesis of mechatronic devices
Name the class of transmitters?
analog, digital, binary
cylindrical, vacuum, electromagnetic, spherical
rotary, chamber-compression, progressive, mechanical
guiding, guiding, indirect
There is no correct answer
Name the components that make up a mechatronic system?
information-measuring system, executive system, control system, communication system
analog, digital, binary
rotary, chamber-compression, progressive, mechanical
guiding, guiding, indirect
cylindrical, vacuum, electromagnetic, spherical
Name the types of robots controlled by human participation in the field of robotics?
automatic, biotechnical, interactive
analog, digital, binary
guiding, guiding, indirect
information-measuring system, executive system, control systems
There is no correct answer
Basic principles in software interface design:
simplicity, clarity, consistency
reliability, acceleration, agility
consistency, reliability, speed
size, speed, simplicity
all answers are correct
What is a memory device for?
to exchange and store information with other blocks
for exchanging information between a computer and a printer
to store information in the printer
a connecting node between the processor and the printer
all answers are incorrect
Power converters are divided into the following types according to their operating principle:
pulse-width modulators, controlled rectifiers, uncontrolled rectifiers, autonomous inverters, direct frequency converters
analog, digital, binary
rotary, chamber-compression, progressive, mechanical
guiding, guiding, indirect
cylindrical, vacuum, electromagnetic, spherical
Types of MMFs divided by source of supply:
electromechanical, hydraulic, pneumatic
guiding, guiding, indirect
cylindrical, vacuum, electromagnetic, spherical
rotary, chamber-compression, progressive, mechanical
analog, digital, binary
What is an industrial robot used for?
to perform some of the motor and cognitive functions of a person without his/her participation in the performance of basic and additional production operations
to store information in memory
to exchange and store information with other blocks
to store information in the printer
all answers are correct
What problems are solved at the executive level?
The problem of controlling the mechatronic module is solved
the direct kinematics problem is solved
the inverse kinematics problem is solved
the degree of freedom of the manipulator is determined
all answers are incorrect
Arrange the structure diagram according to the hierarchy:
strategic, tactical, executive
analog, digital, binary
guiding, guiding, indirect
rotary, chamber-compression, progressive, mechanical
all answers are incorrect
What is a microprocessor?
a functionally complete digital device, implemented on one or more large integrated circuits, very large integrated circuits, which performs the process of processing and controlling information
an automatic stationary or mobile machine consisting of a manipulator with several levels of movement and a reprogrammable control unit
a controlled production system and additional equipment, consisting of flexible production systems in the form of multifunctional production workshops with robots and auxiliary equipment
a controlled, multifunctional production workshop consisting of flexible production modules in the form of production complexes with robots, auxiliary equipment and control
a single-function production complex consisting of several pieces of technological equipment, a robot, additional equipment, and a control system
What are the main classification features of robots?
type of control system, technological purpose, type of kinematic scheme, load capacity, drive type, number of engine stages
speed, acceleration, load capacity
installation method, working area indicators, positioning accuracy, number of degrees of freedom, load capacity, type of drives, type of gripper
area of application, compact design, price of the catch
technical specifications, unification
Define an industrial robot?
a stationary or mobile automatic machine, consisting of an actuator in the form of a manipulator with several degrees of movement and a reprogrammable device designed to perform movement and control functions in the production process;
a software-controlled device on one or more large integrated circuits, very large integrated circuits, which performs the process of processing and controlling information, a functionally complete digital device;
a controlled production system and additional equipment, consisting of flexible production systems in the form of multifunctional production workshops with robots and auxiliary equipment;
a single-function production complex consisting of several pieces of technological equipment, a robot, additional equipment and a control system;
A controlled, multifunctional production workshop consisting of flexible production modules in the form of production complexes with robots, auxiliary equipment and control.
What is the size of the velocity profile?
dimensionless;
0.1 sec;
10 seconds;
1 hour;
all answers are correct.
What technologies are included in intelligent control technologies?
odd system, neural network structure, associative memory;
real system, network structure, cache memory;
a system that ensures smooth, continuous movement of the working body of the manipulator;
BESQ (PZU), OESQ (OZU), neural network structure;
all answers are correct.
What elements and systems does a mechatronic system module consist of?
control system, information and measuring system, transmission and engine;
a system of mixed mechanisms controlled by supervisory systems;
a system with fewer positioning points that ensures the reconnection of movement or the manipulator stops at these points;
the robot sequentially executes commands given by a human operator;
a system that ensures smooth, continuous movement of the working body of the manipulator.
What functions does the control complex perform at the tactical level?
receiving commands from the strategic level, processing information in the sensor block, and transmitting the control program to the executive level;
receiving commands from the executive level, managing the executive level;
information processing at the strategic level;
storing information in memory;
all answers are correct.
What are the main elements of the MS:
executive mechanism, installation, hardware and software, information and measuring, communication system;
adaptive, contour, copying devices;
executive mechanism, intellectual tools, communication system;
software, copying, intellectual property;
all answers are correct.
What are the main advantages of pneumatic MCM over electro-hydraulic MCM?
fast action, fire and explosion safety, ease of construction and use;
high energy density, the possibility of using the aggregate-modular principle;
speed, acceleration, load capacity;
guiding, orienting, indirect;
There is no correct answer.
What does an information and measuring system consist of?
software, copying tools;
working body of the manipulator, motor, and transmitters;
mechanism, drive, software;
transmitters, technical vision systems, interface devices;
There is no correct answer.
How are robots classified depending on their purpose?
adaptive, copy, contour;
technological, wholesale and transport and universal;
software, copy, intellectual;
manipulative, informational, mobile, exo-style robots;
all answers are correct.
What is the Winchester control complex?
a self-contained microcomputer with its own processor, memory, and input/output devices;
a system that ensures smooth, continuous movement of the working body of the manipulator;
the robot sequentially executes commands given by a human operator;
a software-controlled device on one or more large integrated circuits, very large integrated circuits, which performs the process of processing and controlling information, a functionally complete digital device;
There is no correct answer.
What is the classification of mechatronic systems?
automatic, biotechnical, interactive;
manipulative, informational, mobile, exoskeleton robots;
technological, lifting and transport, universal;
analog, digital, binary;
software, copy, intellectual.
What is an interface?
special additional (auxiliary) circuits and devices;
a self-contained microcomputer with its own processor, memory, and input/output devices;
the working body of the manipulator;
type of control system;
a system that ensures smooth, continuous movement of the working body of the manipulator.
The term 'mechatronics' comes from the names of the following areas:
mechanics and electronics ;
mechanics and cybernetics ;
mechanics and engineering;
mechanics and robotics;
mechanics and systems engineering.
What are robotic systems?
technical systems that describe the operation of one or more robots in a system;
a system that ensures smooth, continuous movement of the working body of the manipulator;
a system with fewer positioning points that ensures the reconnection of movement or the manipulator stops at these points;
What are robotic technological complexes?
a set of autonomously functioning technological means of production, consisting of main and auxiliary equipment, one or more industrial robots, ensuring automated operation of the interaction with other input and output flows of production
type of control system
a system with fewer positioning points that ensures the reconnection of movement or the manipulator stops at these points
a system of mixed mechanisms controlled by supervisory systems
technical systems that describe the operation of one or more robots in a system
What is the Ultrasonic device (sensor) of the LEGO Mindstorms EV3 kit used for?
find an obstacle
find the air pressure
find the magnetic field
finding unsaturated smoke
discover the law of electrolysis
What specialty is created by combining the fields of mechanics, electronics, and computer engineering?
Robotics
medicine
physics
philology
sports
Why is an electronics department needed in robotics?
recognizing and sensing the environment
connecting
is a real constructor
action and body
earthmoving structure
Why is a computer science department needed in robotics?
All parts of the robot interact with each other and make them work
recognizing and sensing the environment
is a real constructor
study of the robot skeleton in the field of robotics
earthmoving structure
Which robotics field do the LEGO Mindstorms EV3 robots shown belong to?
field of study
office robot
medical robot
a swimming robot
All answers are correct.
Which robotics industry do the Multifunction Printer robots shown belong to?
office robot
educational robot?
medical robot
a swimming robot
All answers are correct.
What is an ultrasonic sensor used for?
measuring distance
the working body of the manipulator
calculation of the mechanism system
measure the rotation
There is no correct answer
What is a photoresistor sensor used for?
detect changes in light
measuring distance
calculation of the mechanism system
measure the rotation
there is no correct answer
What is a thermistor sensor used for?
determine the temperature change
measuring distance
detecting changes in light
measure the rotation
there is no correct answer
What is an ultrasonic sensor used for?
Detecting an obstacle in front of you like a bat
to hear like a human
calculation of the mechanism system
measure the rotation
there is no correct answer
What is the Tough sensor used for?
Detecting whether the robot collides with other obstacles
to hear like a human
detect an obstacle in front of you, like a bat
measure the rotation
there is no correct answer
What is a microphone sensor used for?
hearing like a robot's ears
to hear like a human
detect an obstacle in front of you, like a bat
determine whether the robot collides with other obstacles
there is no correct answer
What is the camera sensor used for?
to see like a robot's eyes
to hear like a human
detect an obstacle in front of you, like a bat
determine whether the robot collides with other obstacles
there is no correct answer
What is a rheostat sensor used for?
to detect whether the robot's joints are twisted
to see like a robot's eyes
detect an obstacle in front of you, like a bat
determine whether the robot collides with other obstacles
there is no correct answer
What is a loudspeaker device used for?
provides speech for the robot
to see like a robot's eyes
detect an obstacle in front of you, like a bat
determine whether the robot collides with other obstacles
there is no correct answer
What is a gyroscope sensor used for?
deviation of the robot from the coordinate axis
to see like a robot's eyes
detect an obstacle in front of you, like a bat
determine whether the robot collides with other obstacles
there is no correct answer
Which program is a virtual constructor?
LEGO® DIGITAL DESIGNER
mail.ru
kinogo.com
simens.com
there is no correct answer
Which of the LEGO Mindstorms NXT/EV3 robots is a virtual constructor program?
LEGO® DIGITAL DESIGNER
mail.ru
kinogo.com
simens.com
there is no correct answer
Which program is a virtual constructor?
Frying
mail.ru
kinogo.com
simens.com
there is no correct answer
Which robot modeling program is available in LEGO® DIGITAL DESIGNER ?
LEGO Mindstorms NXT/EV3
Arduino nano
Arduino Mini
Arduino micron
Arduino Mega
