Print Page | Close Window

Teaching Kodables to Kindergartners (Part 2)

Printed From: CAD Forum
Category: EN
Forum Name: RSS Feeds
Forum Description: Automatic publishing of CAD information from other web sources
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12237
Printed Date: 21.Sep.2026 at 18:58


Topic: Teaching Kodables to Kindergartners (Part 2)
Posted By: AliveInTheLab
Subject: Teaching Kodables to Kindergartners (Part 2)
Date Posted: 28.Feb.2017 at 04:00

In a previous blog article, I talked about http://labs.blogs.com/its_alive_in_the_lab/2017/02/teaching-kodables-to-kindergartners.html" rel="noopener noreferrer - using Kodables to teach kindergarten students how to computer program  — eventually to write JavaScript. The first lesson was based on sequence. Programmers need to tell what computers what to do in the correct order. If one of your computer program statements is not in the right order, the computer program will not produce the correct result. The students learn that by placing directional arrows in the right order so that their Fuzzball (fictional creation) traverses a path and picks up coins.

The second lesson is based on conditionals. Conditionals often appear in computer programs as "if" statements.

Javascript_example
http://www.dynamicdrive.com" rel="noopener noreferrer - Dynamic Drive example that allows a button to toggle between opening and closing a menu

To illustrate the concept to students, they drag and drop a colored square onto the sequence to indicate:

  • if my Fuzzball comes to a square that matches the color, take the action indicated by the directional arrow

Here is the first example:

Puzzle_conditionals_start

Here is the correct solution.

Puzzle_conditionals_done

You can see that the Fuzzball will move up when it encounters its first yellow square. The Fuzzball will move down when it encounters the second. Though not the shortest path, this maximizes the number of coins collected which is the object of the exercise.

Eventually, understanding how checking a condition before taking an action leads students to write correct computer programs.

Education is alive in the lab.

Go to the http://feedproxy.google.com/~r/ItsAliveInTheLab/~3/VBUGHx76gXk/kodables-part-2.html - original post...



-------------
http://labs.blogs.com" rel="nofollow - It's Alive in ihe Lab - Autodesk Labs blog by Scott Sheppard



Print Page | Close Window