ScratchData LogoScratchData
Back to 19f8361's profile

Binary & Hexadecimal Counter remix

1919f8361•Created August 20, 2014
Binary & Hexadecimal Counter remix
1
0
282 views
View on Scratch

Instructions

This project demonstrates simultaneous counting in base 10, 16, and binary using an "odometer" style. You can see when a "rollover" occurs when one column "runs out" of digits and resets to zero while advancing the next place value. To confirm the number's actual value, remember to sum up all of it's place values using the magenta numbers above each spot. So in decimal (plain old everyday base 10) the number 27 = (2 * 10) + (7 * 1). In hexadecimal, we use 0-F to represent the digits 0-15. So 1B in hexadecimal is (1 * 16) + (11 * 1) = 27. And similarly, 11011 in binary is (16 * 1) + (8 * 1) + (4 * 0) + (2 * 2) + (1 * 1) = 27. You can use the slider on to adjust the rate of "counting" and pause it all together as well. This current version counts to 511 before stopping. Clicking the green flag again will reset.

Description

credit Below!

Project Details

Project ID25742799
CreatedAugust 20, 2014
Last ModifiedAugust 20, 2014
SharedAugust 20, 2014
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root