0% found this document useful (0 votes)
185 views1 page

Block Based Coding

Block coding is a visual form of computer programming that allows beginners, especially children, to create games and animations through a simple drag-and-drop interface of instruction blocks rather than writing complex lines of code. Each block performs a different function on screen, such as moving left, right, or forward. This visual approach makes programming easier through grouping the blocks of code to more easily find and fix issues. Scratch was the first block coding language developed by MIT to provide a simple way for beginners to learn basic computer coding.

Uploaded by

66gynvhnj5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
185 views1 page

Block Based Coding

Block coding is a visual form of computer programming that allows beginners, especially children, to create games and animations through a simple drag-and-drop interface of instruction blocks rather than writing complex lines of code. Each block performs a different function on screen, such as moving left, right, or forward. This visual approach makes programming easier through grouping the blocks of code to more easily find and fix issues. Scratch was the first block coding language developed by MIT to provide a simple way for beginners to learn basic computer coding.

Uploaded by

66gynvhnj5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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