Base 10 Counter

Project: https://scratch.mit.edu/projects/105524068/

Ideas: Make a base ten counter. Your code must not use variables or change numeric values. Use your code to model base-10 place value concepts.

More Project Ideas:

  1. Can you remix to create a counter in another base? (e.g., a binary counter)
  2. Compare normal mode (FLAG) & “Turbo Mode” (SHIFT + FLAG). Using this counter, or another one you make, calculate how many times faster “Turbo mode” is executing your program than is normal mode.
  3. How do speeds compare when doing different tasks, e.g., moving sprites, changing sprites, drawing lines, stamping, etc.
  4. Create two random 5-digit numbers, then add them mechanically with your code (do not use the ( ( ) + ( ) ) green operator block.

Example Curriculum: Ontario Grade 4-6 mathematics, NSN Strand 

 

One comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s