<< Chapter < Page Chapter >> Page >

Can't connect to the bottom

There is one important stipulation, which I mentioned earlier. The bottom of the forever block is smooth and it is not possible to connect another block to the bottom of the forever block. Therefore, it must always be the last block in a script. Also, a script that ends with a forever block will continue to execute forever unless the program is manually terminated. That may or may not be a good thing.

Program code for the program named ForeverLoop02

The code for this program is shown in Image E .

Image e. program code for the program named foreverloop02.

Missing image.
Image E. Program code for the program named ForeverLoop02.

Pseudocode for the program named ForeverLoop02

When the user clicks the green flag, the program implements the pseudocode shown in Image F .

Image f. pseudocode for the program named foreverloop02.

Move the cat to the center of the stage. Turn the cat to face to the right.Set counter to 0. while(true){//infinite loopif(counter<20){ Increment counter by 1.Change to next costume image Move cat forward 10 steps.Wait 0.1 seconds. Turn cat clockwise 15 degrees.}//end if statement }//end infinite while loop
Image F. Pseudocode for the program named ForeverLoop02.

A counter variable

The program creates a variable named counter and initializes its value to zero. The code in the if block increments the counter by one during each iteration. For a counter limit value of 20, the code inside the if block is executed 20 times.

When the user clicks the green flag, the first 20 iterations of the forever loop cause the cat to walk about 80-percent of the way around the circumference of a small circle.

Note that the forever loop continues to iterate even after the conditional clause in the if block goes to false. Be sure to click the red stop button in the upper-right corner of the stage toterminate the forever loop. Otherwise, you may find other applications on your computer running very slowly.

No screen shot of the output

Again, because this program is animated, a screen shot of the Stage wouldn't impart much information so I won't show you one. You can copy the code from Image E and run the program yourself. Also, the program has been posted online so that you can run it from there. (See the link to the online version in Resources .)

The program named RepeatUntil01

This program uses a repeat until block to construct a loop structure. This block makes it possible to create a loop that is similar, but differentfrom a do-while loop in Java.

Program behavior

When the user clicks the green flag, the program implements the pseudocode shown in Image G .

Image g. pseudocode for the program named repeatuntil01.

Move the cat to the center of the stage. Turn the cat to face to the right.repeat until user presses space bar{ Change to next costume imageMove cat forward 10 steps. Wait 0.1 seconds.Turn cat clockwise 15 degrees. }//end repeat until blockMove the cat to the center of the stage. Turn the cat to face to the right.Cause the cat to think (Hmm...)
Image G. Pseudocode for the program named RepeatUntil01.

Program code for the program named RepeatUntil01

The code for this program is shown in Image H .

Image h. program code for the program named repeatuntil01.

Missing image.
Image H. Program code for the program named RepeatUntil01.

What does the cat do?

When the user clicks the green flag, the cat

  • Goes to the center of the screen.
  • Turns to fact to the right.
  • Starts running in a circle.

The cat continues to run in the circle until the user presses the space bar, at which point the repeat until loop terminates.

On my computer, you must hold the space bar down for a short period of time. Simply tapping the space bar doesn't work.

Then the cat moves back to the center facing to the right where it executes a think block, producing the output shown in Image I .

Questions & Answers

what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
What are the treatment for autism?
Magret Reply
hello. autism is a umbrella term. autistic kids have different disorder overlapping. for example. a kid may show symptoms of ADHD and also learning disabilities. before treatment please make sure the kid doesn't have physical disabilities like hearing..vision..speech problem. sometimes these
Jharna
continue.. sometimes due to these physical problems..the diagnosis may be misdiagnosed. treatment for autism. well it depends on the severity. since autistic kids have problems in communicating and adopting to the environment.. it's best to expose the child in situations where the child
Jharna
child interact with other kids under doc supervision. play therapy. speech therapy. Engaging in different activities that activate most parts of the brain.. like drawing..painting. matching color board game. string and beads game. the more you interact with the child the more effective
Jharna
results you'll get.. please consult a therapist to know what suits best on your child. and last as a parent. I know sometimes it's overwhelming to guide a special kid. but trust the process and be strong and patient as a parent.
Jharna
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