[go: up one dir, main page]

0% found this document useful (0 votes)
48 views9 pages

2 Microbit Interface

This document summarizes the Makecode software used for programming the micro:bit. Makecode has a block-based interface that allows users to drag and drop command blocks to code interactive projects. It provides a home page to create new programs or open existing ones. The project page displays the block coding area and source code. A simulator allows testing programs and provides controls like restart, slow motion, and muting audio.

Uploaded by

brycebenedict610
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)
48 views9 pages

2 Microbit Interface

This document summarizes the Makecode software used for programming the micro:bit. Makecode has a block-based interface that allows users to drag and drop command blocks to code interactive projects. It provides a home page to create new programs or open existing ones. The project page displays the block coding area and source code. A simulator allows testing programs and provides controls like restart, slow motion, and muting audio.

Uploaded by

brycebenedict610
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/ 9

Micro:bit Software

What is Makecode?
• It is a software that is used to program the microbit
using command blocks to make an interactive
project.
• It can be a hard coding (JavaScript) or command
blocks.
Makecode Interface
Home Page
It is used to It is used to
go in the go in the
micro:bit Microsoft
website. website.

It is used to
open a saved
program from
It is used to external drive.
show/open It is used to
the previously create a new
saved program.
programs.
Project Page

Source block
Toolbar

Micro:bit Simulator
Coding Block Zone
Toolbar
1 2 3

1 Home button is used to go to the home page.

Editor button is used to convert the code from blocks to


2
JavaScript and JavaScript to blocks.

Settings button is used to show information and to change


3 the settings of the software like Language, contrast, Pair
device etc.
Microbit Simulator
1 Stop button is used to stop the action.

Restart button is used to show the action


2
from the start .

Slow-Mo button is used to show the


3
action slowly.

Mute audio button is used to stop the


4
1 3 sounds coming from the micro:bit.
5
Fullscreen button is used to occupy the
2 4 5
screen to show the micro:bit Visual.
Source Block
1
3
1 Search Bar is used to search the button.
2

Source command is a container of


2
command blocks.

Command blocks is used to program


3
the micro:bit.
Coding Block Zone

It is an area where
you compose your
code.

You might also like