SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
Karen Fox 2010
                                                                                Introduction
                                                                                Based on the Bee-Bot, Pro-Bot offers
                                                                                greater functionality and progression via a
                                                                                simple and child friendly interface. The
                                                                                arrow buttons work just like the Bee Bot
                                                                                but allows the children to input the amount
                                                                                of movement or the degrees of turn, and a
                                                                                built-in LCD screen allows children to
                                                                                preview procedures.
                                                                                The robot features four built-in sensors which can activate
                                                                                procedures from touch, light and sound.
                                                                                Using probots provides great links to numeracy, particularly
                                                                                position and direction and Geography, using the language of
                                                                                movement and grid references.
                                                                                This guide will provide information on the use of probots in the
                                                                                classroom. From learning objectives and activities to assessment.
 The use of Probots can support many ICT learning objectives,                           ICT Learning Objectives – Control and Monitoring
such as those below. (Learning objectives are taken from the Control and
           monitoring strand of the Bolton ICT Capability Route Map.)                              Uses programmable resources to support learning

        ICT Learning Objectives – Control and Monitoring                                     Can enter a sequence of instructions to move a floor robot to a
                                                                                                          designated point incorporating turns
                       Know that some toys can be controlled
                                                                                                Can use the repeat key to produce symmetrical shapes
  F/S




           Understand that things happen due to actions – cause and effect
                                                                                                        Can use and edit a pre-written procedure
          Know some devices need instructions to operate and control them
                 Moves an on screen turtle using single commands                                   Can combine procedures to form a new procedure
               Can provide a sequence of instructions for a floor robot           KS2       Can write a list of commands to produce a pre-drawn shape and
                                                                                                             amends instructions as required
          Is aware of sensors in everyday life e.g. burglar alarms, automatic
                                        doors                                                           Independently uses the repeat command
  KS1




              Can move a floor robot forwards/backwards/specify units                      Control simple devices (light bulbs, motors, and buzzers) by giving
            Can enter a sequence of instructions to move a floor robot to a                                        direct instructions
                         designated point incorporating turns                                           To use simple procedures independently
               Can use the repeat key to produce symmetrical shapes
                                                                                          Alter the program set-up for a particular sensor e.g. making the lights
                 Can use FD, BK, LT, and RT to control a floor turtle                                         come on when it goes dark.
Karen Fox 2010

Logo                                                       Activities and Games
  Probot uses logo as its programming language.            Synchronised Speeding – Give the children a list
  The following commands can be used in Logo to            of instructions to input into the probot and set of the
   control the movement of the on-screen turtle:           cars together. Are the cars synchronised?
     FD forward                BK back                     Use pocket dice to create a random route.
     RT right                  LT left                     Skittles – knock down skittles in a particular order
     Rpt Repeat                Pause Pause PS              or link to numeracy. Can you make a total of …?
Go will make the probot go but pressing it again will
               make your probot stop.                      Slalom – Can you weave in and out of the course?
   By default pressing just Fd or Bk will move the         Can you do it with one set of instructions?
probot by 25cm and Lt or Rt will turn by 90 degrees.       Astro Challenge – Can the car make its
 This can be changed by adding the amount of turn          way past the planets (balls on plastic cups)
             or length e.g. Fd 30 Rt 90                    without crashing into any?
Making letters with Logo                                   Routes
Use the pen holder in the probot and flipchart paper or
PVC mats. (Berol pens fit well)                            Make a route using blocks, junk materials or draw a
Can children draw a letter E or H?                                 route with chalk or masking tape.
                                                              Using estimation, mathematical vocabulary.
Predict the letter that these instructions produce.
1) FD 90 RT 90 FD 40 BK 40 RT 90 FD 40 LT 90 FD 30           Can children make a route using different criteria
2) FD 30 RT 90 FD 20 BK 20 RT 270 FD 20 RT 90 FD 30            e.g. 2 right angle turns, a complete circuit.
3) BK 60 FD 30 RT 90 FD 30 RT 90 FD 30 BK 60                Can children record their instructions and then ask
                                                              another group to test the track and check the
Now can you draw the letter K? Now try the letter Z.                              results.
 Consider - Can children visualise the letters first? Do
  they need whiteboards to plan the route out? Can         Give the children tapes, measuring sticks and rulers
  children plan a different route for the same letter?     to help them to plan the route.
Karen Fox 2010
Repeat
   The repeat key can be used to draw shapes.        Procedures and Sensors
  To draw a square type - Repeat [ 4 fd 10 rt 90 ]
  This will draw a square with sides 10 cm long.

      Drawing Other Shapes using repeat




                                                                    Petal Procedure
Programming a procedure                                    Programme procedure 1 (half petal)
                                                                Proc 1 Rpt 10 [ Fd1 Lt 6]
 Press menu à New Proc à 33 Front à Now
 change this to make the car move backwards           Then Proc 2 Rpt [ Proc 2 Lt 120 Proc 2 Lt 60 ]
  and turn when the front sensor is pressed.
                e.g. bk 10 rt 50                          Procedure 2 will now draw a full petal.
                                                              Now on the main screen add
 This will now happen each time the sensor is                       Rpt 6 [ proc 1 ]
pressed. Procedures 1 – 32 will only work if you
                  add them.
Karen Fox 2010

Special Commands Menu                                           Other Example Programmes
Press and hold the menu button or 2 seconds and the
list of special commands will appear. These can be
added to the main programme or any procedure.




                                                      Control and Monitoring assessment statements
Control and Monitoring Assessment                     BL
                                                                 I can operate everyday technology including Digital
Statements                                                 video/camera/Tape recorder/Kitchen items in cooking/Control
                                                      1
                                                                Equipment /Remote Control toys/Programmable toys
                                                      BL      I can identify and explain how I use everyday ICT in the
The following assessment statements are taken         1                         home and community
                                                      BL
from the Control and Monitoring strand of the         1
                                                                     I know that some toys can be controlled
Bolton ICT Assessment Grids and are levelled to       BL
                                                            I can names items we control in the everyday environment
                                                      1
match National curriculum level descriptors for              I know some devices use a sensor/need a signal to activate
                                                      1
ICT.                                                                          them e.g automatic doors
                                                              I know some devices need instructions to operate and
                                                      1
                                                                           control them e.g. microwave
The assessment statements which can be                     I know ICT devices are powered by mains or battery and I
                                                      1
achieved through the use of probots are                                  should observe basic safety rules
                                                      1          I can provide single instructions for a floor robot
highlighted.
Karen Fox 2010
Control and Monitoring assessment statements                        Control and Monitoring assessment statements
          I can use the a simple logo program and move an on               I can predict how things will change over time and uses
2                                                                   4
                   screen turtle using single commands.                                      sensors to record this
2    I can provide a sequence of instructions for a floor robot          I can write a list of commands to produce a pre-drawn
                                                                    4
                                                                                shape and amend instructions as required
         I can enter a sequence of instructions to move a floor
3                                                                   4      I can combine procedures to form a new procedure
             robot to a designated point incorporating turns
3     I can use the repeat key to produce symmetrical shapes        4     I can independently use the wait and repeat command
    I can use sensors to take accurate measurements and record               I can control simple devices (light bulbs, motors, and
3                                                                   4
                                   results                                            buzzers) by giving direct instructions
       I can use the pen down and pen up commands to move the           I can alter the program set-up for a particular sensor e.g. time
3                                                                   4
                                    turtle                                                      span of recording
3               I can use and edit a pre-written procedure          4                    I can use REPEAT FOREVER
        I can attach a sensor to a device connected to a computer   5                      I can use IF…. THEN…
3
                             and take readings.
                                                                    5                  I can use and program 2 inputs
                                                                    5   I use simple procedures to control more than output device

Contenu connexe

Tendances

Nalaženje vrste i mesta kvara na vodovima
Nalaženje vrste i mesta kvara na vodovimaNalaženje vrste i mesta kvara na vodovima
Nalaženje vrste i mesta kvara na vodovimaradovicpb
 
Dictats preparats 5e_barcanova_amb_o
Dictats preparats 5e_barcanova_amb_oDictats preparats 5e_barcanova_amb_o
Dictats preparats 5e_barcanova_amb_omarialopeztena
 
Seminari secretaris
Seminari secretarisSeminari secretaris
Seminari secretariscrpsabadell
 
Lectron síl·labes travades
Lectron síl·labes travadesLectron síl·labes travades
Lectron síl·labes travadesFrancesc Iglesias
 
Kicmena mozdina
Kicmena mozdina Kicmena mozdina
Kicmena mozdina dr Šarac
 
Uvod U Racunarstvo - Martin Jovanovic
Uvod U Racunarstvo - Martin JovanovicUvod U Racunarstvo - Martin Jovanovic
Uvod U Racunarstvo - Martin JovanovicMartin Jovanović
 
Full d'autoavaluació trimestral
Full d'autoavaluació trimestralFull d'autoavaluació trimestral
Full d'autoavaluació trimestralJúlia Allès
 
matemáticas evaluación inicial 3º primaria
matemáticas evaluación inicial 3º primariamatemáticas evaluación inicial 3º primaria
matemáticas evaluación inicial 3º primariarcn88
 
Tehnologija obrade i prerade drveta
Tehnologija obrade i prerade drvetaTehnologija obrade i prerade drveta
Tehnologija obrade i prerade drvetaAna Todorovic
 
Números a la carta (santillana)
Números a la carta (santillana)Números a la carta (santillana)
Números a la carta (santillana)Elena Carrasco
 
Decimals
DecimalsDecimals
Decimalsdgomez7
 
As Level Computer Science Book -1
As Level Computer Science  Book -1As Level Computer Science  Book -1
As Level Computer Science Book -1DIGDARSHAN KUNWAR
 
Caaco dos 1415_mt133_r1_comprensio_lectora_6
Caaco dos 1415_mt133_r1_comprensio_lectora_6Caaco dos 1415_mt133_r1_comprensio_lectora_6
Caaco dos 1415_mt133_r1_comprensio_lectora_6M T
 
Dossier carta
Dossier cartaDossier carta
Dossier cartaMi Guel
 
La redacció pas a pas
La redacció pas a pasLa redacció pas a pas
La redacció pas a pasPsicoreeduca
 
Els sentits. Teoria.
Els sentits. Teoria.Els sentits. Teoria.
Els sentits. Teoria.MAICA CIMA
 
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan nasaskolatakmicenja1
 

Tendances (20)

Nalaženje vrste i mesta kvara na vodovima
Nalaženje vrste i mesta kvara na vodovimaNalaženje vrste i mesta kvara na vodovima
Nalaženje vrste i mesta kvara na vodovima
 
Dictats preparats 5e_barcanova_amb_o
Dictats preparats 5e_barcanova_amb_oDictats preparats 5e_barcanova_amb_o
Dictats preparats 5e_barcanova_amb_o
 
Seminari secretaris
Seminari secretarisSeminari secretaris
Seminari secretaris
 
Nombres decimals 1r ESO
Nombres decimals 1r ESONombres decimals 1r ESO
Nombres decimals 1r ESO
 
Lectron síl·labes travades
Lectron síl·labes travadesLectron síl·labes travades
Lectron síl·labes travades
 
Kicmena mozdina
Kicmena mozdina Kicmena mozdina
Kicmena mozdina
 
Mates 3r
Mates 3rMates 3r
Mates 3r
 
Uvod U Racunarstvo - Martin Jovanovic
Uvod U Racunarstvo - Martin JovanovicUvod U Racunarstvo - Martin Jovanovic
Uvod U Racunarstvo - Martin Jovanovic
 
Full d'autoavaluació trimestral
Full d'autoavaluació trimestralFull d'autoavaluació trimestral
Full d'autoavaluació trimestral
 
matemáticas evaluación inicial 3º primaria
matemáticas evaluación inicial 3º primariamatemáticas evaluación inicial 3º primaria
matemáticas evaluación inicial 3º primaria
 
Tehnologija obrade i prerade drveta
Tehnologija obrade i prerade drvetaTehnologija obrade i prerade drveta
Tehnologija obrade i prerade drveta
 
Fitxa de lectura
Fitxa de lecturaFitxa de lectura
Fitxa de lectura
 
Números a la carta (santillana)
Números a la carta (santillana)Números a la carta (santillana)
Números a la carta (santillana)
 
Decimals
DecimalsDecimals
Decimals
 
As Level Computer Science Book -1
As Level Computer Science  Book -1As Level Computer Science  Book -1
As Level Computer Science Book -1
 
Caaco dos 1415_mt133_r1_comprensio_lectora_6
Caaco dos 1415_mt133_r1_comprensio_lectora_6Caaco dos 1415_mt133_r1_comprensio_lectora_6
Caaco dos 1415_mt133_r1_comprensio_lectora_6
 
Dossier carta
Dossier cartaDossier carta
Dossier carta
 
La redacció pas a pas
La redacció pas a pasLa redacció pas a pas
La redacció pas a pas
 
Els sentits. Teoria.
Els sentits. Teoria.Els sentits. Teoria.
Els sentits. Teoria.
 
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan
Izrada izvestaja u Access-u - Ristic Aleksandra - Pejcic Dejan
 

Similaire à Probot activity guide

Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxPriya429658
 
IRJET- A Smart Voice Controlled Robot Assistant
IRJET- A Smart Voice Controlled Robot AssistantIRJET- A Smart Voice Controlled Robot Assistant
IRJET- A Smart Voice Controlled Robot AssistantIRJET Journal
 
IRJET-Arduino based Voice Controlled Robot
IRJET-Arduino based Voice Controlled RobotIRJET-Arduino based Voice Controlled Robot
IRJET-Arduino based Voice Controlled RobotIRJET Journal
 
Multi-touch Interface for Controlling Multiple Mobile Robots
Multi-touch Interface for Controlling Multiple Mobile RobotsMulti-touch Interface for Controlling Multiple Mobile Robots
Multi-touch Interface for Controlling Multiple Mobile RobotsJun Kato
 
Sketch2presentation
Sketch2presentationSketch2presentation
Sketch2presentationjin.fan
 
Unit IV.pptx Robot programming and Languages
Unit IV.pptx Robot programming and LanguagesUnit IV.pptx Robot programming and Languages
Unit IV.pptx Robot programming and LanguagesBalamech4
 

Similaire à Probot activity guide (8)

Robot nao
Robot naoRobot nao
Robot nao
 
Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptx
 
IRJET- A Smart Voice Controlled Robot Assistant
IRJET- A Smart Voice Controlled Robot AssistantIRJET- A Smart Voice Controlled Robot Assistant
IRJET- A Smart Voice Controlled Robot Assistant
 
IRJET-Arduino based Voice Controlled Robot
IRJET-Arduino based Voice Controlled RobotIRJET-Arduino based Voice Controlled Robot
IRJET-Arduino based Voice Controlled Robot
 
Multi-touch Interface for Controlling Multiple Mobile Robots
Multi-touch Interface for Controlling Multiple Mobile RobotsMulti-touch Interface for Controlling Multiple Mobile Robots
Multi-touch Interface for Controlling Multiple Mobile Robots
 
Sketch2presentation
Sketch2presentationSketch2presentation
Sketch2presentation
 
Unit IV.pptx Robot programming and Languages
Unit IV.pptx Robot programming and LanguagesUnit IV.pptx Robot programming and Languages
Unit IV.pptx Robot programming and Languages
 
Robotics my seminar
Robotics my seminarRobotics my seminar
Robotics my seminar
 

Dernier

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Dernier (20)

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Probot activity guide

  • 1. Karen Fox 2010 Introduction Based on the Bee-Bot, Pro-Bot offers greater functionality and progression via a simple and child friendly interface. The arrow buttons work just like the Bee Bot but allows the children to input the amount of movement or the degrees of turn, and a built-in LCD screen allows children to preview procedures. The robot features four built-in sensors which can activate procedures from touch, light and sound. Using probots provides great links to numeracy, particularly position and direction and Geography, using the language of movement and grid references. This guide will provide information on the use of probots in the classroom. From learning objectives and activities to assessment. The use of Probots can support many ICT learning objectives, ICT Learning Objectives – Control and Monitoring such as those below. (Learning objectives are taken from the Control and monitoring strand of the Bolton ICT Capability Route Map.) Uses programmable resources to support learning ICT Learning Objectives – Control and Monitoring Can enter a sequence of instructions to move a floor robot to a designated point incorporating turns Know that some toys can be controlled Can use the repeat key to produce symmetrical shapes F/S Understand that things happen due to actions – cause and effect Can use and edit a pre-written procedure Know some devices need instructions to operate and control them Moves an on screen turtle using single commands Can combine procedures to form a new procedure Can provide a sequence of instructions for a floor robot KS2 Can write a list of commands to produce a pre-drawn shape and amends instructions as required Is aware of sensors in everyday life e.g. burglar alarms, automatic doors Independently uses the repeat command KS1 Can move a floor robot forwards/backwards/specify units Control simple devices (light bulbs, motors, and buzzers) by giving Can enter a sequence of instructions to move a floor robot to a direct instructions designated point incorporating turns To use simple procedures independently Can use the repeat key to produce symmetrical shapes Alter the program set-up for a particular sensor e.g. making the lights Can use FD, BK, LT, and RT to control a floor turtle come on when it goes dark.
  • 2. Karen Fox 2010 Logo Activities and Games Probot uses logo as its programming language. Synchronised Speeding – Give the children a list The following commands can be used in Logo to of instructions to input into the probot and set of the control the movement of the on-screen turtle: cars together. Are the cars synchronised? FD forward BK back Use pocket dice to create a random route. RT right LT left Skittles – knock down skittles in a particular order Rpt Repeat Pause Pause PS or link to numeracy. Can you make a total of …? Go will make the probot go but pressing it again will make your probot stop. Slalom – Can you weave in and out of the course? By default pressing just Fd or Bk will move the Can you do it with one set of instructions? probot by 25cm and Lt or Rt will turn by 90 degrees. Astro Challenge – Can the car make its This can be changed by adding the amount of turn way past the planets (balls on plastic cups) or length e.g. Fd 30 Rt 90 without crashing into any? Making letters with Logo Routes Use the pen holder in the probot and flipchart paper or PVC mats. (Berol pens fit well) Make a route using blocks, junk materials or draw a Can children draw a letter E or H? route with chalk or masking tape. Using estimation, mathematical vocabulary. Predict the letter that these instructions produce. 1) FD 90 RT 90 FD 40 BK 40 RT 90 FD 40 LT 90 FD 30 Can children make a route using different criteria 2) FD 30 RT 90 FD 20 BK 20 RT 270 FD 20 RT 90 FD 30 e.g. 2 right angle turns, a complete circuit. 3) BK 60 FD 30 RT 90 FD 30 RT 90 FD 30 BK 60 Can children record their instructions and then ask another group to test the track and check the Now can you draw the letter K? Now try the letter Z. results. Consider - Can children visualise the letters first? Do they need whiteboards to plan the route out? Can Give the children tapes, measuring sticks and rulers children plan a different route for the same letter? to help them to plan the route.
  • 3. Karen Fox 2010 Repeat The repeat key can be used to draw shapes. Procedures and Sensors To draw a square type - Repeat [ 4 fd 10 rt 90 ] This will draw a square with sides 10 cm long. Drawing Other Shapes using repeat Petal Procedure Programming a procedure Programme procedure 1 (half petal) Proc 1 Rpt 10 [ Fd1 Lt 6] Press menu à New Proc à 33 Front à Now change this to make the car move backwards Then Proc 2 Rpt [ Proc 2 Lt 120 Proc 2 Lt 60 ] and turn when the front sensor is pressed. e.g. bk 10 rt 50 Procedure 2 will now draw a full petal. Now on the main screen add This will now happen each time the sensor is Rpt 6 [ proc 1 ] pressed. Procedures 1 – 32 will only work if you add them.
  • 4. Karen Fox 2010 Special Commands Menu Other Example Programmes Press and hold the menu button or 2 seconds and the list of special commands will appear. These can be added to the main programme or any procedure. Control and Monitoring assessment statements Control and Monitoring Assessment BL I can operate everyday technology including Digital Statements video/camera/Tape recorder/Kitchen items in cooking/Control 1 Equipment /Remote Control toys/Programmable toys BL I can identify and explain how I use everyday ICT in the The following assessment statements are taken 1 home and community BL from the Control and Monitoring strand of the 1 I know that some toys can be controlled Bolton ICT Assessment Grids and are levelled to BL I can names items we control in the everyday environment 1 match National curriculum level descriptors for I know some devices use a sensor/need a signal to activate 1 ICT. them e.g automatic doors I know some devices need instructions to operate and 1 control them e.g. microwave The assessment statements which can be I know ICT devices are powered by mains or battery and I 1 achieved through the use of probots are should observe basic safety rules 1 I can provide single instructions for a floor robot highlighted.
  • 5. Karen Fox 2010 Control and Monitoring assessment statements Control and Monitoring assessment statements I can use the a simple logo program and move an on I can predict how things will change over time and uses 2 4 screen turtle using single commands. sensors to record this 2 I can provide a sequence of instructions for a floor robot I can write a list of commands to produce a pre-drawn 4 shape and amend instructions as required I can enter a sequence of instructions to move a floor 3 4 I can combine procedures to form a new procedure robot to a designated point incorporating turns 3 I can use the repeat key to produce symmetrical shapes 4 I can independently use the wait and repeat command I can use sensors to take accurate measurements and record I can control simple devices (light bulbs, motors, and 3 4 results buzzers) by giving direct instructions I can use the pen down and pen up commands to move the I can alter the program set-up for a particular sensor e.g. time 3 4 turtle span of recording 3 I can use and edit a pre-written procedure 4 I can use REPEAT FOREVER I can attach a sensor to a device connected to a computer 5 I can use IF…. THEN… 3 and take readings. 5 I can use and program 2 inputs 5 I use simple procedures to control more than output device