Page 61 - PortGPT_V2.1_C6_Flipbook
P. 61
Step 2: Click on New Project. The ‘Create a Project’ dialog box will appear. Give the name
"Hello_YourName" to your project in the "Give your project a name" field’s textbox.
Step 3: From the 'Blocks', choose 'Game', and then select 'splash', it will appear on the
workspace as shown:
Step 4: Drag the 'splash' block, and drop it in the 'on start' block.
Step 5: Type the message 'Hello' in the 'splash' block, after that click on (+) plus button of
the 'splash' block and type ‘Suraj’ in the new field. the output screen will display
the message 'Hello Suraj'.
Step 6: Click on the 'on start' to run the program, OR on the 'Start the simulator' button
present on the left-hand side, to see the output.
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 59

