Study

ICT Grade 6

  •   0%
  •  0     0     0

  • Which robots do we use in the farm?
    Drone, Robot arms.
  • What is a counter loop?
    Repeat ____ times.
  • How to check an error?
    Check before loop, inside loop and after loop
  • Which sensor do we use in cleaner?
    Vibration
  • What is robot muscle?
    Actuator
  • What does a menu help you?
    It helps us find the way in a webpage.
  • What sensor should we use for lighting?
    Proximity,
  • What are Nanobots?
    They are microscope to see inside the blood stream.
  • An area at the top in a webpage.
    Header
  • What is an algorithm?
    It is a program plan.
  • Why do we write an algorithm before writing program? Can we just write the program directly?
    Because if we write the program without writing program, we will not know what are we gonna do and have errors.
  • What should you report?
    Something that seems frightening, upsetting and dangerous.
  • What does Collaborate Robot mean?
    It means work together.
  • What sensor should we use for alarm?
    Proximity, Pressure
  • What are the steps to write a program?
    Think about the output, think of the input blocks, check the process.
  • What is the benefit of reuse and repurpose?
    Save time, help others, less error
  • What do robots do with actuators?
    Actuators help robots to move, grab things and lift up.
  • What is a conditional loop.
    Repeat until ____
  • What is robot brain?
    controller
  • What does borrowed comments mean?
    It mean we use the blocks from the previous program.
  • What are links called?
    hyperlink
  • What is humanoid robot?
    Humanoid robot is a robot that looks like a human.
  • How many types of loop are there and what are they?
    2 types, counter loop and conditional loop.
  • What is variable?
    It is a place that store the data from the program,
  • Website is a collection of _____.
    webpage
  • Robots can't do repetitive jobs. True or False? Write the correct one.
    False. It can do repetitive jobs, dangerous jobs, detailed jobs.
  • What does AI means and stand for?
    Artificial Intelligence
  • What is the difference between reuse and repurpose?
    Reuse is we use the same program again in different place. Repurpose is we change the program a bit and use it again.
  • How do we call repurpose in another way?
    Combine programs.
  • What is a robot?
    Robot is a machine that is programmed by a human.
  • Write an algorithm for this.
    Set total to 0. Input a number. Add the number to the total. Output the total.