Lesson 02:
Explanation of the Programming Platform

As we saw in the previous lessons, programming means writing a set of instructions or commands that the machine must follow to achieve a specific goal. In the following lessons, we will develop artificial intelligence programs using the Tarik programming interface.

Start the lesson Watch the video

1. Explanation of the Programming Platform

1.2. Introduction

As we saw in the previous lessons, programming means writing a set of instructions or commands that the machine must follow to achieve a specific goal. In the following lessons, we will develop artificial intelligence programs using the free programming platform.

2.2. Explaining the Platform Parts
learn AI for kids: scratch components

The programming interface is divided into three main parts:

  1. Block Area:
    This space contains all the components you need to build your program. Just drag them into the programming area.
  2. Script Area (Programming Space):
    This is where you build your program by combining the blocks. Drag the components and attach them together, then click the Run button.
  3. Execution Stage:
    This is the simulation space. The character executes the commands as soon as you run the script.
  4. Run Button:
    Click this button to make the character run the programming commands.