SlideShare a Scribd company logo
G9-Robotics-Lessons. pptx..............o
Robots and Their
Applications
Module 1 (Lesson 1)
TechFactors Copyright 2020
Robots and Their Applications
Today, some of the most boring and repetitive jobs
in manufacturing are done by robots. The military
and police use robots for dangerous jobs, such as
manipulating explosive devices. Robots are used in
inaccessible places, such as exploring our solar
system or the bottom of the sea. Robots also
appear in entertainment, research, medicine, and
education. Mankind is only beginning to see the
use and value of robotics.
TechFactors Copyright 2020
Lesson 1: Robots and Their Applications
Target Outcomes:
At the end of the discussion, the students
should be able to:
 Define robots and robotics.
 Identify different robotics applications.
TechFactors Copyright 2020
Explore
Lesson 1: Robots and Their Applications
Each group is composed of (6) six members .
One will be assigned as a leader to give a
command to the members. And the
remaining members will serve as the body
parts​
​
1. the right arm​
2. left arm ​
3. body, ​
4. left leg​
5. right leg​
TechFactors Copyright 2020
Guide questions:
1.What is the help or purpose of the leader in the team?
2.2. If in case there is no command given, do you think the movement will be
organized?
3. For the five body parts, how do you see yourself if you are not working with the
command of the leader?
4. From our activity, what can be the relationship of robots and human?
5. Where do you think this idea of creation came from?
Lesson 1: Robots and Their Applications
TechFactors Copyright 2020
 A Robot is also called a droid. It is a machine—especially one
programmable by a computer—capable of carrying out a
complex series of actions automatically.
 Robots can be guided by an external control device or the
control may be embedded within.
 Robots may be constructed to take on human form but most
robots are machines designed to perform a task with no regard
to how they look.
 Robots can be autonomous or semi-autonomous.
Lesson 1: Robots and Their Applications
TechFactors Copyright 2020
Lesson 1: Robots and Their Applications
According to history, many sources show the
popularity of automatons (a moving
mechanical device made in imitation of a
human being or robot) in ancient and
Medieval times. Ancient Greeks and Romans
developed simple automatons for use as
tools, toys, and as part of religious
ceremonies. As the modern robots in
industry occur, the Greek God
Hephaestus was supposed to have built
automatons to work for him in a workshop.
Unfortunately, none of the early automatons
still exist. ​
TechFactors Copyright 2020
Activity 2:
Now that we have defined what robots are, let us now try to find out
the characteristics of a robot. Let us do another activity. You will just
close your eyes and follow my instructions.
 As you close your eyes do you feel something?
 Now, stand up and then sit down.
 Lift anything that is on your armchair or pocket
 Do you understand me?
Lesson 1: Robots and Their Applications
TechFactors Copyright 2020
Characteristics of Robotics
1. SENSING – to be able to sense its surroundings
2. MOVEMENT – to be able to move around its environment
3. ENERGY – to be able to have power
4. INTELLIGENCE – a robot needs some kind of “smarts”
Lesson 1: Robots and Their Applications
TechFactors Copyright 2020
Robotics Applications
 Robots obtain information from its environment.
 Robots exhibit a degree of intelligence
 Robots manipulate objects
Lesson 1: Robots and Their Applications
TechFactors Copyright 2020
Lesson 1: Robots and Their Applications
There are two classifications of robots based on where they are
used and the tasks they perform.​
​
1. Industrial Robots: They help simplify production tasks.​
a. Logistics, such as for storage and delivery.​
b. Manufacturing, such as for welding and packaging. ​
​
2. Service Robots: They assist humans in their tasks. ​
a. Medical, such as those used in surgery​
b. Home, such as those that help do chores like vacuum cleaners ​
c. Educational, such as those used to teach programming ​
d. Defense, such as those used by the military like observation
drones​
​
Arduino Uno
Microcontroller
Module 1 (Lesson 2)
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
Target Outcomes:
At the end of the discussion, the students should be able to:
 Identify the different parts of an Arduino microcontroller.
 Describe the functions of each part of an Arduino microcontroller.
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
Explain
Microcontroller​
​
A MICROCONTROLLER (or MCU, short for microcontroller unit)
is a small computer (SoC) on a single integrated circuit
containing a processor core, memory, and programmable
input/output peripherals. It serves as the brain of our robot.
Compared to our nervous system, this unit sends the
information programmed so different robotic parts can
function.​
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
TechFactors Copyright 2020
Parts of the Microcontroller
1. Power IN (Barrel Jack) – It can be used with either a 9V or 12V
supply.
2. Power IN (USB Port) – It provides power and communicates with
the board when plugged into a computer via USB.
3. LED (RX: Receiving) – It blinks when receiving data.
4. LED (TX: Transmitting) – It blinks when transmitting data.
5. LED (Troubleshooting) – It blinks when the program is running
properly.
Lesson 2: Arduino Uno Microcontroller
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
6. Pins (Digital, Analog, Ground) – It can be used for input, output, power, and
ground.
Pin 0 – 13
Analog Output Pins / PWM Pins Pin ~ 3, ~5, ~6, ~9, ~10 and ~11
7. LED (ON/OFF) – It indicates if there is a power.
8. Reset Button – It manually resets the Arduino that makes your code restart.
9. Pins (Analog In, Power In, Ground Power Out, Reset) – They can be used for
input, output, power, and ground.
Pin A0 – A5
Power Pin
• Reset
• +3.3 V
• 5V
• Ground
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
ARDUINO is a single-board microcontroller to make using electronics
in multidisciplinary projects more accessible.
Hardware Specification
The hardware consists of a simple open source hardware board
designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel
ARM.
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
These are the specifications of the Arduino MCU that is included in the
kit.
• Microcontroller: ATmega328
• Operating Voltage: 5V
• Input Voltage (Recommended): 7 - 12V
• Input Voltage (limits): 6 - 20V
• Digital I/O Pins: 14 (of which 6 provide PWM output)
• Analog Input Pins: 6
• DC Current per I/O Pin: 40 mA
• DC Current for 3.3V Pin: 50 mA
• Flash Memory: 32 KB (ATmega328) SRAM: 2 KB (ATmega328)
ƒ
• EEPROM: 1 KB (ATmega328)
• Clock Speed: 16 MHz
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
Power IN (Barrel Jack) – from the name power in, the wire
that will be connected to this part should be coming from
the? (source)
It can be used with either a 9V or 12V supply. This is use if
the MCU will stand alone and not connected with a
computer. what if it is connected on a more than 12V
source? (the MCU will be burn)
TechFactors Copyright 2020
Power IN (USB Port) – if Power in (barrel jack) is for the
source where it can stand alone, what is the use of Power In
(USB port)? If it is connected to the computer. Provides
power and communicates with the board when plugged
into a computer via USB. Connected to type B USB Cable. If
there is no Power IN (USB Port) data will not be transmitted
to the computer.
Lesson 2: Arduino Uno Microcontroller
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
LED (RX: Receiving) – This LED is for receiving, what is received? (data) It blinks when
receiving a data. It receives data from the computer where we put the data.​
​
LED (TX: Transmitting) –what is transmitted? (data also going to computer.)​
​
LED (Troubleshooting) -It blinks when the program is running properly. ​
​
Pins (Digital, Analog, Ground) - It can be used for input, output, power and ground. ​
Pin 0 – 13 ​
Analog Output Pins / PWM Pins ​
Pin ~ 3, ~5, ~6, ~9, ~10 and ~11 ​
​
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
LED (ON/OFF) - It indicates if there is a power. ​
​
Reset Button - It manually reset the Arduino that make your code to
restart.​
​
Pins (Analog In, Power In, Ground Power Out, Reset) - It can be used
for input, output, power and ground. ​
1.Pin A0 – A5 ​
2. Power Pin ​
3. Reset ​
4. +3.3 V ​
5. 5V ​
6. Ground ​
7. VIN (Voltage/Power IN) ​
​
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
Elaborate
Microcontroller Uses​
​
Lots of devices make use of microcontrollers. Some examples:​
1. Burglar alarms incorporate a microcontroller chip, which is connected to the
keypad, display and sensor/contact inputs. ​
​
2. Older automatic washing machines used a cam switch for sequencing the
operations during a wash cycle. This was quite a complex switch and was
mounted on the end of the shaft of tshe knob you used to select a wash
program. Newer machines use a microcontroller to sequence operations. Other
appliances such as microwave ovens and dishwashers may incorporate a
microcontroller​
TechFactors Copyright 2020
Lesson 2: Arduino Uno Microcontroller
3. TVs use microcontrollers to handle the selection of channels and
reading the state of buttons on the TV
4. Microcontrollers are used for engine control and display of
information on the dashboard (fascia) of vehicles
5. Digital cameras use microcontrollers to handle input from
buttons, control of image capture and display.

More Related Content

PPTX
RoboTek Arduino Level 1.pptx
PDF
Halocode LVL 1 DLM (Grade 9 - Grade 12).pdf
PPTX
Multifunctional Robot (PPT).pptx
PPTX
AI & Robotics PPT For Schools Students.pptx
DOCX
Summer Training Program Report On Embedded system and robot
DOCX
Arduino seminar report
PDF
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
PPTX
introduction of arduino and node mcu
RoboTek Arduino Level 1.pptx
Halocode LVL 1 DLM (Grade 9 - Grade 12).pdf
Multifunctional Robot (PPT).pptx
AI & Robotics PPT For Schools Students.pptx
Summer Training Program Report On Embedded system and robot
Arduino seminar report
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
introduction of arduino and node mcu

Similar to G9-Robotics-Lessons. pptx..............o (20)

PDF
ECET 3640 Group 2 Project Report
DOCX
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
PDF
manual Internet of ThingsArduino_IOTArdu
DOCX
Arduino embedded systems and advanced robotics
PDF
Makeblock mBot User Manual (Engligh Version)
PDF
Physical Computing and IoT
DOCX
Bluetooth controller Human detection car.
PPTX
PEQUEÑO CURSO DE ARDUINO DESDE SEÑALES HASTA PROGRAMACIÓN
PPTX
Understanding robotics: Introductory Event | GDSC RCCIIT
PPTX
Aman Khan's PPT FILE.pptx
PDF
Internet of thing workshop presentation.
PDF
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
PDF
Arduino Workshop Day 1 - Basic Arduino
DOCX
Final_Technical_Report_KevinHuang
PDF
A Review: Industrial Application Of Smarthost Microcontroller Based Robots
PDF
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdf
DOCX
Arduino PAPER ABOUT INTRODUCTION
PDF
Animatronic hand controller
PPTX
Arduino-Workshop-4.pptx
PPTX
Arduino-Workshop-4.pptx
ECET 3640 Group 2 Project Report
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
manual Internet of ThingsArduino_IOTArdu
Arduino embedded systems and advanced robotics
Makeblock mBot User Manual (Engligh Version)
Physical Computing and IoT
Bluetooth controller Human detection car.
PEQUEÑO CURSO DE ARDUINO DESDE SEÑALES HASTA PROGRAMACIÓN
Understanding robotics: Introductory Event | GDSC RCCIIT
Aman Khan's PPT FILE.pptx
Internet of thing workshop presentation.
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
Arduino Workshop Day 1 - Basic Arduino
Final_Technical_Report_KevinHuang
A Review: Industrial Application Of Smarthost Microcontroller Based Robots
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdf
Arduino PAPER ABOUT INTRODUCTION
Animatronic hand controller
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
Ad

Recently uploaded (20)

PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Lesson notes of climatology university.
PDF
RMMM.pdf make it easy to upload and study
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Cell Structure & Organelles in detailed.
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
master seminar digital applications in india
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Sports Quiz easy sports quiz sports quiz
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
GDM (1) (1).pptx small presentation for students
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Anesthesia in Laparoscopic Surgery in India
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharma ospi slides which help in ospi learning
Lesson notes of climatology university.
RMMM.pdf make it easy to upload and study
Renaissance Architecture: A Journey from Faith to Humanism
human mycosis Human fungal infections are called human mycosis..pptx
Cell Structure & Organelles in detailed.
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O7-L3 Supply Chain Operations - ICLT Program
Final Presentation General Medicine 03-08-2024.pptx
master seminar digital applications in india
Pharmacology of Heart Failure /Pharmacotherapy of CHF
VCE English Exam - Section C Student Revision Booklet
Sports Quiz easy sports quiz sports quiz
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
GDM (1) (1).pptx small presentation for students
Ad

G9-Robotics-Lessons. pptx..............o

  • 3. TechFactors Copyright 2020 Robots and Their Applications Today, some of the most boring and repetitive jobs in manufacturing are done by robots. The military and police use robots for dangerous jobs, such as manipulating explosive devices. Robots are used in inaccessible places, such as exploring our solar system or the bottom of the sea. Robots also appear in entertainment, research, medicine, and education. Mankind is only beginning to see the use and value of robotics.
  • 4. TechFactors Copyright 2020 Lesson 1: Robots and Their Applications Target Outcomes: At the end of the discussion, the students should be able to:  Define robots and robotics.  Identify different robotics applications.
  • 5. TechFactors Copyright 2020 Explore Lesson 1: Robots and Their Applications Each group is composed of (6) six members . One will be assigned as a leader to give a command to the members. And the remaining members will serve as the body parts​ ​ 1. the right arm​ 2. left arm ​ 3. body, ​ 4. left leg​ 5. right leg​
  • 6. TechFactors Copyright 2020 Guide questions: 1.What is the help or purpose of the leader in the team? 2.2. If in case there is no command given, do you think the movement will be organized? 3. For the five body parts, how do you see yourself if you are not working with the command of the leader? 4. From our activity, what can be the relationship of robots and human? 5. Where do you think this idea of creation came from? Lesson 1: Robots and Their Applications
  • 7. TechFactors Copyright 2020  A Robot is also called a droid. It is a machine—especially one programmable by a computer—capable of carrying out a complex series of actions automatically.  Robots can be guided by an external control device or the control may be embedded within.  Robots may be constructed to take on human form but most robots are machines designed to perform a task with no regard to how they look.  Robots can be autonomous or semi-autonomous. Lesson 1: Robots and Their Applications
  • 8. TechFactors Copyright 2020 Lesson 1: Robots and Their Applications According to history, many sources show the popularity of automatons (a moving mechanical device made in imitation of a human being or robot) in ancient and Medieval times. Ancient Greeks and Romans developed simple automatons for use as tools, toys, and as part of religious ceremonies. As the modern robots in industry occur, the Greek God Hephaestus was supposed to have built automatons to work for him in a workshop. Unfortunately, none of the early automatons still exist. ​
  • 9. TechFactors Copyright 2020 Activity 2: Now that we have defined what robots are, let us now try to find out the characteristics of a robot. Let us do another activity. You will just close your eyes and follow my instructions.  As you close your eyes do you feel something?  Now, stand up and then sit down.  Lift anything that is on your armchair or pocket  Do you understand me? Lesson 1: Robots and Their Applications
  • 10. TechFactors Copyright 2020 Characteristics of Robotics 1. SENSING – to be able to sense its surroundings 2. MOVEMENT – to be able to move around its environment 3. ENERGY – to be able to have power 4. INTELLIGENCE – a robot needs some kind of “smarts” Lesson 1: Robots and Their Applications
  • 11. TechFactors Copyright 2020 Robotics Applications  Robots obtain information from its environment.  Robots exhibit a degree of intelligence  Robots manipulate objects Lesson 1: Robots and Their Applications
  • 12. TechFactors Copyright 2020 Lesson 1: Robots and Their Applications There are two classifications of robots based on where they are used and the tasks they perform.​ ​ 1. Industrial Robots: They help simplify production tasks.​ a. Logistics, such as for storage and delivery.​ b. Manufacturing, such as for welding and packaging. ​ ​ 2. Service Robots: They assist humans in their tasks. ​ a. Medical, such as those used in surgery​ b. Home, such as those that help do chores like vacuum cleaners ​ c. Educational, such as those used to teach programming ​ d. Defense, such as those used by the military like observation drones​ ​
  • 14. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller Target Outcomes: At the end of the discussion, the students should be able to:  Identify the different parts of an Arduino microcontroller.  Describe the functions of each part of an Arduino microcontroller.
  • 15. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller Explain Microcontroller​ ​ A MICROCONTROLLER (or MCU, short for microcontroller unit) is a small computer (SoC) on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. It serves as the brain of our robot. Compared to our nervous system, this unit sends the information programmed so different robotic parts can function.​
  • 16. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller
  • 17. TechFactors Copyright 2020 Parts of the Microcontroller 1. Power IN (Barrel Jack) – It can be used with either a 9V or 12V supply. 2. Power IN (USB Port) – It provides power and communicates with the board when plugged into a computer via USB. 3. LED (RX: Receiving) – It blinks when receiving data. 4. LED (TX: Transmitting) – It blinks when transmitting data. 5. LED (Troubleshooting) – It blinks when the program is running properly. Lesson 2: Arduino Uno Microcontroller
  • 18. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller 6. Pins (Digital, Analog, Ground) – It can be used for input, output, power, and ground. Pin 0 – 13 Analog Output Pins / PWM Pins Pin ~ 3, ~5, ~6, ~9, ~10 and ~11 7. LED (ON/OFF) – It indicates if there is a power. 8. Reset Button – It manually resets the Arduino that makes your code restart. 9. Pins (Analog In, Power In, Ground Power Out, Reset) – They can be used for input, output, power, and ground. Pin A0 – A5 Power Pin • Reset • +3.3 V • 5V • Ground
  • 19. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller ARDUINO is a single-board microcontroller to make using electronics in multidisciplinary projects more accessible. Hardware Specification The hardware consists of a simple open source hardware board designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel ARM.
  • 20. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller These are the specifications of the Arduino MCU that is included in the kit. • Microcontroller: ATmega328 • Operating Voltage: 5V • Input Voltage (Recommended): 7 - 12V • Input Voltage (limits): 6 - 20V • Digital I/O Pins: 14 (of which 6 provide PWM output) • Analog Input Pins: 6 • DC Current per I/O Pin: 40 mA • DC Current for 3.3V Pin: 50 mA • Flash Memory: 32 KB (ATmega328) SRAM: 2 KB (ATmega328) ƒ • EEPROM: 1 KB (ATmega328) • Clock Speed: 16 MHz
  • 21. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller Power IN (Barrel Jack) – from the name power in, the wire that will be connected to this part should be coming from the? (source) It can be used with either a 9V or 12V supply. This is use if the MCU will stand alone and not connected with a computer. what if it is connected on a more than 12V source? (the MCU will be burn)
  • 22. TechFactors Copyright 2020 Power IN (USB Port) – if Power in (barrel jack) is for the source where it can stand alone, what is the use of Power In (USB port)? If it is connected to the computer. Provides power and communicates with the board when plugged into a computer via USB. Connected to type B USB Cable. If there is no Power IN (USB Port) data will not be transmitted to the computer. Lesson 2: Arduino Uno Microcontroller
  • 23. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller LED (RX: Receiving) – This LED is for receiving, what is received? (data) It blinks when receiving a data. It receives data from the computer where we put the data.​ ​ LED (TX: Transmitting) –what is transmitted? (data also going to computer.)​ ​ LED (Troubleshooting) -It blinks when the program is running properly. ​ ​ Pins (Digital, Analog, Ground) - It can be used for input, output, power and ground. ​ Pin 0 – 13 ​ Analog Output Pins / PWM Pins ​ Pin ~ 3, ~5, ~6, ~9, ~10 and ~11 ​ ​
  • 24. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller LED (ON/OFF) - It indicates if there is a power. ​ ​ Reset Button - It manually reset the Arduino that make your code to restart.​ ​ Pins (Analog In, Power In, Ground Power Out, Reset) - It can be used for input, output, power and ground. ​ 1.Pin A0 – A5 ​ 2. Power Pin ​ 3. Reset ​ 4. +3.3 V ​ 5. 5V ​ 6. Ground ​ 7. VIN (Voltage/Power IN) ​ ​
  • 25. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller Elaborate Microcontroller Uses​ ​ Lots of devices make use of microcontrollers. Some examples:​ 1. Burglar alarms incorporate a microcontroller chip, which is connected to the keypad, display and sensor/contact inputs. ​ ​ 2. Older automatic washing machines used a cam switch for sequencing the operations during a wash cycle. This was quite a complex switch and was mounted on the end of the shaft of tshe knob you used to select a wash program. Newer machines use a microcontroller to sequence operations. Other appliances such as microwave ovens and dishwashers may incorporate a microcontroller​
  • 26. TechFactors Copyright 2020 Lesson 2: Arduino Uno Microcontroller 3. TVs use microcontrollers to handle the selection of channels and reading the state of buttons on the TV 4. Microcontrollers are used for engine control and display of information on the dashboard (fascia) of vehicles 5. Digital cameras use microcontrollers to handle input from buttons, control of image capture and display.

Editor's Notes

  • #5: Answer: Degree Motor Rotation Torque Servo motor
  • #6: Guide questions: 1. What is the help or purpose of the leader in the team? (as the students tries to analyze that the leader is the controller, explain how human like us serve as a controller to the several machines that we have. If the leader portrays the role of the controller, therefore, the remaining members constitute the machine.)   2. If in case there is no command given, do you think the movement will be organized? (No, they will just stop if there is no command as instructed. In case they will move alone, they’ll follow their own instruction.)     3. For the five body parts, how do you see yourself if you are not working with the command of the leader? (if there is no command you’ll just stop. Your team will not win if you’ll move) You can compare yourself to what? (A robot.) So based on the activity that you did, how would you define robots? What do you think is the difference between robots and robotics? (Robots are machines that are created to help human by their specific functions while robotics is the study about robots) (Gather as many ideas as possible from the students. Then proceed to slide 5 to introduce reference definition.)   From our activity, what can be the relationship of robots and human? (Robots do certain action from the humans command) Where do you think this idea of creation came from? (Maybe, since people are making tools to help human such as appliances, they think of an idea how to make tools that can be human-like)
  • #9: Now open your eyes, do you feel like a robot? (Yes because as you close your eyes you’re completely following my command.) As you close your eyes, do you still feel something? (yes, you can still feel or move) Robots don’t have the ability to feel but it has sensing, wherein this robots can sense its surroundings. Why do you think robots need senses? (It is created for them to respond to instructions and for their programs to function) I asked you to stand and sit, if I am your controller and you are my robot, what do you think is the next characteristics shown? (Movement, yes! Robots can be able to move around its environment to function which is the purpose of its creation.) for the third part I ask you to lift anything, you can do that because you have energy, energy is defined as usable power that comes from heat or electricity or the source Where do you think this energy of a robot came from? (It may be battery or electrical source) Lastly, I asked you if you understand me, you said yes. Do you think if you are robots, you can still understand me? (For robots to function, they also need intelligence.)
  • #15: Compared to our nervous system, this unit sends the information that was included to the program. It includes the processor that processes the program, memory to remember the repeated actions and programmable input/output peripherals.