Programming Hangka
Programming Hangka
Block Programming
and Scratch
Environmental.
PAULENE NICOLE HANGKA
01
Block Programming
What is Block Programming?
Motion Looks
Sound
Blocks Blocks
Blocks
They are used to They are used to change a
control movement sprite's appearance or can They are used to add a
for instance if one make sprite say or think sound to a story or
single blocks, something change costumes game or edit sound
creators can tell a or backdrops or even change effects like pitch and
sprite to move the size or graphic effects od even change the
forward 10 steps or a sprite. volume of different
TYPES OF BLOCKS
Operators
Blocks Variable
Operator blocks are blocks of Blocks My Blocks
code that perform
The variable block in Scratch My blocks allow you to create
mathematical operations such
is used to report a value and new blocks for a sprite. You
as addition, subtraction,
the value can either be a give the block a name and
multiplication, and division. You
number or a string. The then define what the new
can use operator blocks to
value can be increased or block does using other Scratch
perform calculations and make
decreased using an blocks. You can use your new
decisions based on the result of
increment or decrement block in any script on the
Benefits of Block Programming
Accesible: Anyone can Encourages Creativity: Focus on
designing projects and solving problems
start coding without
rather than dealing with technical details.
needing to learn complex
syntax
Immediate Feedback:
Great Foundation: Introduces key
See the results of your
programming concepts, making it
code instantly, which easier to learn traditional text-
helps with learning and based coding languages later.
troubleshooting.
INTRODUCING SCRATCH
ENVIRONMENTAL!
Drag-and-
Drop Sprites
Interface Stage Area
These are
Users can build characters or This is the Area
programs by moving objects that you where your project
and connecting control in your runs and where you
blocks on the screen, project. You can can see your
which makes coding customize their sprites in action.
intuitive. appearance and
Key Features of Scratch!
Script Area
The Workspace where you
create your code by snapping
blocks together to form
scripts.
Benefits of Scratch
Environmental!
Learn By Doing: Scratch promotes hands-on learning, helping
users understand programming concepts by actually building
projects.
Encourages Problem-Solving: Users learn to think logically and
solve problems as they figure out how to make their projects work