Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Block Based Coding

What is Block Coding?


Block coding is the most basic form of computer programming and a great way for new
beginners to get started. Rather than having to write complex lines of computer code, with
block coding, beginner coders can use visual instruction blocks to create games or moving
animations – it uses a simple drag and drop interface.
Each block performs a different function on the screen, for example, move left, move right,
go forward being just some of the basic ones.
This visual approach means block coding makes the process of programming a lot easier
particularly for kids. As well as the building blocks, the code is also grouped which makes it
easier to find issues and fix them.

Block Coding Background


Scratch was the first block coding language that was developed by MIT. This language was
created as an easy and simple way for learning how to code, i.e., for giving basic
information to a computer in the form of block codes.

Advantages of Block Coding

You might also like