top of page

Excel Beyond the Bell Program

What is a robot?

 

A robot is a device or machine that will repeat tasks over and over without human intervention.

 

What is AUTONOMOUS ROBOT?

 

Autonomous robots are intelligent machines capable of performing tasks in the world by themselves, without explicit human control.

 

 

au·ton·o·mous

ôˈtänəməs/

adjective

  1. (of a country or region) having self-government, at least to a significant degree.

    "the federation included sixteen autonomous republics"

    • acting independently or having the freedom to do so.

      "an autonomous committee of the school board"

      synonyms:self-governing, self-ruling, self-determining, independent, sovereign,free, unmonitored

      "an autonomous republic"

 

CODE

 

Computer code is a set of rules or instructions. It is made up of words and numbers and when you put them in the right order it will tell your computer what you want it to do. You can program lots of things with code.

 

How coding works

 

So how does coding work, really? The short answer is that writing code tells the computer what to do, but it’s not quite that simple.

So here’s the longer answer. A computer can only understand two distinct types of data: on and off. In fact, a computer is really just a collection of on/off switches (transistors). Anything that a computer can do is nothing more than a unique combination of some transistors turned on and some transistors turned off.

 

Syntax

Definition - What does Syntax mean?

 

In programming, syntax refers to the rules that specify the correct combined sequence of symbols that can be used to form a correctly structured program using a given programming language. Programmers communicate with computers through the correctly structured syntax, semantics and grammar of a programming language.

CODE
Syntax
bottom of page