Page 25 - CloudGPT_C7_Flipbook
P. 25
The following screen appears:
Blocks are placed
here to execute
the steps
Step 3: From the 'Blocks', choose 'Game', and then select 'splash', it will appear on the
workspace as shown:
Coding Tip!
Splash block is used
to display a message
on the screen for
some time.
splash '' ''
Step 4: Drag the 'splash' block, and drop it in the 'on start' block.
Step 5: Type the message 'Hello World..!!' in the 'splash' block, and the output screen
will display the message 'Hello World..!!'
Hello World..!! Hello World..!!
Well done, you have created your first block code program!
At a Glance
A dictionary is a book which contains words and phrases in an alphabetical order, with their
meanings.
Algorithm is a process or set of rules which need to be followed to solve the given problem.
Flowchart represents algorithm and programming logic.
Pseudocode is used to describe the steps of an algorithm in a human-understandable
language.
Algorithms with Block Coding 23

