<< Chapter < Page
  Teaching beginners to code     Page 7 / 9
Chapter >> Page >

The blue block labeled move 90 steps causes the basketball to move 90 steps forward (in the direction that it is facing) . Each step constitutes one unit in the Cartesian coordinate system. For example, if you were to change this value from 90 to 240, thatwould cause the basketball to move from the origin to the extreme right edge of the Stage.

The selection block

As I indicated earlier , the selection structure is sometimes referred to as a decision structure. In other words, this structure causes the program to select or make a decision between two alternatives. The pseudocode in Image 9 describes this process.

Image 9. pseudocode for a selection structure.

if a specified condition is true perform a specified actionotherwise (when the specified condition is not true) perform a different action
Image 9. Pseudocode for a selection structure.

Sometimes the second part of the selection process isn't needed. In other words, in some cases, if the specified condition is not true, there is norequirement to do anything at all. That is the case in this program.

Two independent decisions

This program makes two independent decisions shown by the pseudocode in Image 10 .

Image 10. two independent decisions.

if the basketball is touching the beachball on the right turn around and face to the leftif the basketball is touching the beachball on the left turn around and face to the right
Image 10. Two independent decisions.

These two decisions are implemented by the two light tan blocks in Image 8 containing the word if . (From this point forward, I won't distinguish between dark tan and light tan.)

Clicking the tan Control button shown at the upper center in Image 4 exposes a large number of programming blocks. Twoof them are used to create pure selection structures (if-then and if-then-else) and one is used to create a combination of a loop structure and a selection structure (repeat-until).

Control structures available in Scratch

Clicking the tan Control button shown at the upper center in Image 4 exposes the blocks shown in Image 11 . As mentioned above, two of the blocks can be used tocreate pure selection structures and one can be used to create a combination of a loop structure and a selection structure. The other blocksserve other purposes.

Selection structures are created by dragging the selection blocks into the rightmost panel in order to apply them to a particularsprite.

Image 11. control structures available in scratch.

Missing image.
Image 11. Control structures available in Scratch.

How do the two if blocks differ?

The if-then-else block in Image 11 is used to select between two specific actions (or two sequences of actions) . The if-then block is used when there is only one action (or one sequence of actions) and you need to decide whether to take that action or not.

That latter case describes the situation in this program. If the basketball is touching a beachball, a specific action is required.If the basketball is not touching a beachball, no specific action is required.

Specifying the condition on which the decision will be based

Note the empty darker depressed area in some of the blocks shown in Image 11 (the rectangles with the pointed ends) . In order to use these blocks, you must drop another block having the same shape into the depressedarea. The block that you drop into that area must specify the condition that will be used to make the decision.

Questions & Answers

if three forces F1.f2 .f3 act at a point on a Cartesian plane in the daigram .....so if the question says write down the x and y components ..... I really don't understand
Syamthanda Reply
hey , can you please explain oxidation reaction & redox ?
Boitumelo Reply
hey , can you please explain oxidation reaction and redox ?
Boitumelo
for grade 12 or grade 11?
Sibulele
the value of V1 and V2
Tumelo Reply
advantages of electrons in a circuit
Rethabile Reply
we're do you find electromagnetism past papers
Ntombifuthi
what a normal force
Tholulwazi Reply
it is the force or component of the force that the surface exert on an object incontact with it and which acts perpendicular to the surface
Sihle
what is physics?
Petrus Reply
what is the half reaction of Potassium and chlorine
Anna Reply
how to calculate coefficient of static friction
Lisa Reply
how to calculate static friction
Lisa
How to calculate a current
Tumelo
how to calculate the magnitude of horizontal component of the applied force
Mogano
How to calculate force
Monambi
a structure of a thermocouple used to measure inner temperature
Anna Reply
a fixed gas of a mass is held at standard pressure temperature of 15 degrees Celsius .Calculate the temperature of the gas in Celsius if the pressure is changed to 2×10 to the power 4
Amahle Reply
How is energy being used in bonding?
Raymond Reply
what is acceleration
Syamthanda Reply
a rate of change in velocity of an object whith respect to time
Khuthadzo
how can we find the moment of torque of a circular object
Kidist
Acceleration is a rate of change in velocity.
Justice
t =r×f
Khuthadzo
how to calculate tension by substitution
Precious Reply
hi
Shongi
hi
Leago
use fnet method. how many obects are being calculated ?
Khuthadzo
khuthadzo hii
Hulisani
how to calculate acceleration and tension force
Lungile Reply
you use Fnet equals ma , newtoms second law formula
Masego
please help me with vectors in two dimensions
Mulaudzi Reply
how to calculate normal force
Mulaudzi
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Teaching beginners to code. OpenStax CNX. May 27, 2013 Download for free at http://cnx.org/content/col11498/1.20
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Teaching beginners to code' conversation and receive update notifications?

Ask