Projects Tagged with "binary"

Binary Maze

Binary Maze

By: thecooltodd

Views: 2660 | LoveIts: 25

Description: This is a VERY SIMPLE random maze generator. In fact, it is virtually one of the simplest maze algorithms possible, taking me only half an hour to program it. Download this program and you'll see the code itself should be fairly simple (18 lines of code).

Binary Word Encrypter

Binary Word Encrypter

By: Keani

Views: 1271 | LoveIts: 46

Description: 10/12/10:: OMG!!! 1184 VEIWS! THANK YOU Press flag to restart. UPDATE: thanks to Paddle2See for help with coding and for his reading idea. Binary word encrypter gives you easy access to figuring out words in binary. The binary word encrypter will change a word or small sentence into 8-b ... show more

Binary Code Calculator

Binary Code Calculator

By: Dolfus555

Views: 1058 | LoveIts: 4

Description: just type your binary in then hit space. ex: 1=1 2=10 3=11 4=100 5=101 6=110 7=111 15=1111 binary reads exponentialy from RIGHT TO LEFT. the far right digit, if 1, equals 1,(if its 0 then it doesnt equal anything) the second to the right digit equals 2. the 3rd to right equals 4, then 8 ... show more

Learn braille!

Learn braille!

By: hdarken

Views: 1015 | LoveIts: 93

Description: I just wanted to do a project on braille, hope you enjoy! Featured! 7/5/2011 4th top loved! 7/7,8/2011

Logic Kit

Logic Kit

By: Paddle2See

Views: 843 | LoveIts: 19

Description: Yet another Logic Gate Kit to let you play with binary gates like those used in computer construction. The real innovation here is the use of flexible "wire" elements that simplify hooking up the gates. I've modeled a binary adder circuit for you to play with. Click on the rectangular ... show more

Fetch Execute Cycle Animation

Fetch Execute Cycle Animation

By: moffboffjoe

Views: 762 | LoveIts: 24

Description: This is meant for a scratch competition at school. Its pretty boring, but it does the job... decently well :P Not much to see here really unless you're interested. No need to be downloaded, works on both flash and java versions of the scratch player. Just a note, when it says 001, it means line ... show more

binary_counter

binary_counter

By: kevin_karplus

Views: 750 | LoveIts: 5

Description: This script contains instructions and animation for learning to count in binary on your fingers. The thumb is used as the least-significant digit, since it has to move the fastest when counting. A left hand is displayed, to put the least-significant bit on the right where it is most expected. Of c ... show more

BinaryTree

BinaryTree

By: SeanCanoodle

Views: 414 | LoveIts: 27

Description: This generates a binary tree (literally), where each branch splits into two more branches. I place a leaf on each vertex (after a few iterations to keep the trunk clear) and angle each branch between 20 and 80 degrees apart so the shape is unique each time.

Poke-A-Bit

Poke-A-Bit

By: Paddle2See

Views: 379 | LoveIts: 12

Description: A Binary/Decimal Converter that is Fun to use! You can click on any digit in either the Decimal or the Binary value and it will increase it by one and then quickly calcluate the digit values in the other base. This project was written to help people explore the relationships between the two ... show more

BinaryAppleFun

BinaryAppleFun

By: Alana

Views: 345 | LoveIts: 3

Description: Press Green flag to start new game. This chooses a goal number from 1 to 31. Click on the apples to make them go up or down. Your total is the sum of the numbers in the apples that are up in the air. You win the game when your total equals the goal number. Since the numbers in the apples are pow ... show more

binary array

binary array

By: toontownmiser

Views: 278 | LoveIts: 0

Description: this project used binary instead of base ten to create a stamp-costume based array. This type of array is more storage-efficient for very large numbers Instructions: Set the bounds of the array with the max x and max y sliders, then press initialize, and wait until the button is **completely** gr ... show more

Binary Logic Gates

Binary Logic Gates

By: bla

Views: 274 | LoveIts: 10

Description: READ THE NOTES FIRST. And don't forget to press the love-it button if you love-it.This is a project about binary logic gates. the yellow gates are called XOR Gates. The Orange Gates are AND Gates, and the blue gates are called OR gate. view the programming to see how each one works. This project is ... show more

Wizard Nim

Wizard Nim

By: Digimath

Views: 272 | LoveIts: 3

Description: Play NIM against the computer. Take turns flipping the dots from red to black. On your turn, you can flip as many dots as you want, but only on One row. The winner is the player that takes the last turn. I used Innermuse's suggestion and speeded up some of the Wizard's movements.

Number Base Converter

Number Base Converter

By: scimonster

Views: 237 | LoveIts: 14

Description: This project converts a number in decimal (base ten [the number system we generally use]) to a different base, between 1 and 36. A base is a unit of counting. In a base, when a place value equals the base number, it resets the place value, and changes the next value by 1. Bad explanation, I know. Ba ... show more

Logic Gates v. 1.3

Logic Gates v. 1.3

By: Mathdude

Views: 227 | LoveIts: 0

Description: Logic Logic Logic... I want you to have the experience of logic gates too! That's why i made this project. *please don't put it in the "i like feet" gallery. **this was modified sept. 30 3:57:43 PM ***you can see how, right???

binary guessing game

binary guessing game

By: WALKER_ANDERSON

Views: 204 | LoveIts: 2

Description:

4 Bit Binary Adder or is it a nibble calculator

4 Bit Binary Adder or is it a nibble calculator

By: what-the

Views: 201 | LoveIts: 3

Description: Add two 4 bit binary numbers together. The result will show in binary and decimal. This is exactly how a computer add binary numbers together. I mean exactly the way binary numbers are added. Watchout for overflow!!!!!!!! Remember 1 + 1 = 10 :) Calculator can calulate up to 15 :) 0 1 2 3 4 5 6 7 ... show more

davidwu

davidwu

By: lightvector

Views: 197 | LoveIts: 3

Description: Binary adder project, uploaded with proper file name for submission to the course. Simple binary adder that adds two numbers together, going through the step by step process of adding ones and tracking carry bits. Click on the digits of the two numbers to be added to toggle them between 0 and 1. Cl ... show more

Binary calculator

Binary calculator

By: rakhi

Views: 180 | LoveIts: 6

Description: This is a binary calculator.It can perform addition,substraction,multiplication and division with binary numbers.You must enter a number,then a sign and again a number to get proper answer. Please tell me if any bug is found.

BinaryAppleFunWithSolver

BinaryAppleFunWithSolver

By: Alana

Views: 158 | LoveIts: 0

Description: Press Green flag to start new game. This chooses a goal number from 1 to 31. Click on the apples to make them go up or down. Your total is the sum of the numbers in the apples that are up in the air. You win the game when your total equals the goal number. Since the numbers in the apples are pow ... show more

Binary Numbers

Binary Numbers

By: greenflash

Views: 140 | LoveIts: 8

Description: The binary system allows you to write numbers with ones and zeros. Use this project to learn a little bit more about binary and see if you can become fluent in binary!

binary-decimal converter Version i

binary-decimal converter Version i

By: skellious

Views: 137 | LoveIts: 2

Description: Just a simple binary-decimal converter -------------- I created this project to aid conversion between binary and decimal systems. Mainly, this was just an exercise, but it could be useful. ----------------------- Possible improvements: * Add more digits * Add more number systems * Add a menu to ... show more

Number Base Converter

Number Base Converter

By: 1tchy

Views: 137 | LoveIts: 5

Description: This project will convert a number from base 10 (decimal) to any other base from 2 (binary) to 16 (hexadecimal) Change the base with the base slider

Binário

Binário

By: ffred

Views: 135 | LoveIts: 11

Description: Clica num pin para escolher a linguagem e assiste à explicação. No fim, podes treinar a conversão de números decimais para binário. Click the pin to choose your language and watch the explanation. At the end, you can train yourself to convert decimal numbers into binary. 19Mar2011

binary transform

binary transform

By: yetsur

Views: 130 | LoveIts: 1

Description: write a number with the 1 & 2 buttons and press space!! the number will transform to a binary number!!

Binary Encryptor

Binary Encryptor

By: ElPapa

Views: 125 | LoveIts: 5

Description: Ever wanted to speak computer numbers? Or cheat on binary in homework? Or want to muck around trying to see if you can find a glitch in this flawless creation of mine? Well, now you can with my binary encryptor! Simply type in a number between zero and 128 and you'll get it in binary! Note: BETWEEN ... show more

BASIC Lesson 1

BASIC Lesson 1

By: N-Wear

Views: 123 | LoveIts: 5

Description: This is lesson 1 in my Lets Learn Basic program. For questions vist my forum tread "Lets Learn BASIC!!"

Binary 1.1

Binary 1.1

By: x_nyx25

Views: 119 | LoveIts: 3

Description: The one I posted earlier had an error.When you click on the arrows the number above if 0 turns into a 1 and vise versa.

Binary 2.0

Binary 2.0

By: x_nyx25

Views: 112 | LoveIts: 1

Description: When you click on the arrows the number above if 0 turns into a 1 and vise versa.

Decimal to binary and vice-versa converter

Decimal to binary and vice-versa converter

By: Ro_bert

Views: 102 | LoveIts: 3

Description: Enjoy! Very accurate. Glitchless. NOTE:FOR DECIMAL TO BINARY CONVERSION USE ONLY POSITIVE NUMBERS E.g. of binary numbers : 101 1100011 10101110

Binary Flash Cards

Binary Flash Cards

By: DB88

Views: 89 | LoveIts: 2

Description: Learn to recognize binary numbers! Click on "HELP" for a quick reminder of each bit's value. For a full tutorial on binary numbers, visit http://www.wikihow.com/Convert-from-Binary-to-Decimal

binary calculator v.1 (notes for directions)

binary calculator v.1 (notes for directions)

By: blahdeblah

Views: 87 | LoveIts: 2

Description: *You might need to press the green flag 2-3 times to reset the calculator... This is my first attempt of a binary calculator. It wasnt that hard=/ I just need to recode it to make it more efficient... Anyways...this is a binary calculator. It will convert the numbers 0 - 255 (8-bits) with more or le ... show more

Binary Decoder

Binary Decoder

By: StBernard17

Views: 87 | LoveIts: 8

Description: Download for Best result!!! Enjoy! If you want to know more about the binary code, ask me. :)

binary clock (Download)

binary clock (Download)

By: blahdeblah

Views: 87 | LoveIts: 6

Description: Note: Please download. Online, it will not accept certain values for some unknown reason. Off line it works fine. Two hours of work got me this: a fully functioning binary clock. Since scratch can't work in binary, I had to convert the input numbers into binary, and then have the lights form a repre ... show more

Formic Numbers

Formic Numbers

By: sherminator

Views: 82 | LoveIts: 3

Description: This is the number system of Formic, a language that I made up for an RPG I'm making. From top: Number in English Number in Binary Number in written Formic Number pronunciation(English alphabet) THE ONLINE VERSION GIVES THE WRONG WORD DOWNLOAD TO WORK

7 bit binary converter V2

7 bit binary converter V2

By: sparks

Views: 82 | LoveIts: 1

Description: converts numbers up to 127 into binary. 0s1s V2 uses a slider to select rather than asking you to type I know, it's not particularly amazing graphics wise but it only took about 10 mins.

1s1s Binary Converter

1s1s Binary Converter

By: HarleyK

Views: 80 | LoveIts: 2

Description: This is a 1s1s instant binary converter. Fairly slowly, type up any number below 2097152, and press space as instructed. The binary equivilent will be shown. Challenge: See if you can find a 6 digit number with lots of 1's. Post the number of ones if the binary number is dominated with ones, as wel ... show more

Binary-Decimal Converter

Binary-Decimal Converter

By: Fourex

Views: 72 | LoveIts: 2

Description: Click the binary->decimal button to change the dec value variable to the value shown on the binary number. Click the decimal->binary button to change the decimal number to the value of the dec value variable. Click the +1 to binary button to add one to the binary number. If you add too much it ... show more

Binary Example

Binary Example

By: NewlandBB

Views: 65 | LoveIts: 3

Description: This is one of the Projects I did on my holiday to Devon in between surfing and relaxing. It creates a completely random pattern using 300 rather large pixels (reduced from 10,00+ because it took 10 mins to create!) PRESS SPACE once it's finished making the pattern to reverse the pattern (same patte ... show more

10011011100011011100010111100101010101

10011011100011011100010111100101010101

By: nathanprocks

Views: 60 | LoveIts: 0

Description: Very simple :D goes too fast when in flash turbo mode lol this doesn't look anything like the real matrix decode lololololololololol

binary /decimal conversion tool

binary /decimal conversion tool

By: vidivi

Views: 59 | LoveIts: 0

Description: Click on the Green Flag to start. Click on the digit !!! vdv

Binary Code Renderer

Binary Code Renderer

By: plb36

Views: 50 | LoveIts: 6

Description: Just a cool little thing I made. You can use the final result for a backround in your projects, just give me credit.

binary converter

binary converter

By: Shamrock63

Views: 49 | LoveIts: 1

Description: Sorry I dissapeared from the Scratch community for so long. I got caught up with studies. A few important announcements: Forever Nights is delayed/cancelled (i'm not sure which) until further notice. Also, I'm experimenting with some more professional programming software like Java (which, by the wa ... show more

Binary to Decimal numerical conversion

Binary to Decimal numerical conversion

By: ericw0long1

Views: 49 | LoveIts: 1

Description: Click numbers to toggle them.

binary calc v.2 (please download for optimal performance)

binary calc v.2 (please download for optimal performance)

By: blahdeblah

Views: 46 | LoveIts: 3

Description: New Site=P http://www.freewebs.com/theblahofblah/ Anyone know how to hyperlink it? Problem found on Web version: your typed numbers will be off by once place. This does not affect the result. Download for it to properly work. This is my second attempt at a binary calculator. It has a much nice ... show more

Binary writer

Binary writer

By: user

Views: 44 | LoveIts: 0

Description: Simple program I made in 5 minutes.

Text to Binary Converter

Text to Binary Converter

By: nathanprocks

Views: 43 | LoveIts: 0

Description: EDIT: THIS IS VERY BUGGED. :D (and im not fixing it lol coz im too lazy). All it does is convert the text you type into binary. Supported characters: a-z (lower-case only) 0-9 [SPACE] . (dot) - (dash) ' (apostrophe) , (comma) " (quotation marks)

Decimal to binary converter

Decimal to binary converter

By: leumas9

Views: 42 | LoveIts: 0

Description: This converts a number from 1 to 1023 into binary. Not completely accurate.

number master

number master

By: estorken

Views: 39 | LoveIts: 1

Description: this project lets you count or do math in any number system (such as hexadecimal or binary) much improved. if you enter in a letter or symbol it is considered to be 0

hacker screen

hacker screen

By: Cyborg35066

Views: 38 | LoveIts: 0

Description: generates random numbers, and creates binary code when backround turns red, so it looks like the two random codes are related. WARNING: Do Not Put On Fullscreen, it will hurt your eyes.

ASCII translator

ASCII translator

By: OoOgAlOoOk

Views: 37 | LoveIts: 1

Description: An ASCII translator. What else needs to be explained? Just click the buttons in the upper-left corner to translate characters and messages into bytes, or to put values into Binary (base 2). This program can handle any character visible and typable on your keyboard, and quite a few at a time. The bin ... show more

Guide To Binary Code (Plus Decimal to Binary Calculator!)

Guide To Binary Code (Plus Decimal to Binary Calculator!)

By: Lotia

Views: 36 | LoveIts: 0

Description: For school. DOWNLOAD

Binary Maze playable remix

Binary Maze playable remix

By: tm999

Views: 35 | LoveIts: 3

Description: This is the updated version, any ideas i will do them.

Another Dec-Bin converter

Another Dec-Bin converter

By: lutzste

Views: 35 | LoveIts: 1

Description: This decimal-binary-converter DOES NOT USE ANY MATH-FUNCTION of scratch or the computer. ITS A SIMULATION OF A REAL BINARY CODE. THERE IS NO LIMIT OF PLACES !!!! Output is also given in a list "bit1", because the var "b1" may be larger as can be shown on screen. Only use of ... show more

Base converter

Base converter

By: cartwheelnurd

Views: 35 | LoveIts: 5

Description: This project will translate numbers into any base 2 through 9. simply enter the number as the first answer and the base you would like as the second number. It will magically find the new number. Please notify me of glitches, and try it downloaded if there are any. The cat is there so I can enter it ... show more

Cool experiment with BINARY BOY

Cool experiment with BINARY BOY

By: terminator68

Views: 34 | LoveIts: 0

Description: A cool experiment with "Binary Boy". What it does is it is a gif and the background is full of 1s and 0s, and when the gif is moving, the illusion of "Binary Boy" appears! CONTROLS: Space Bar: switch background from "positive" to "negative" I APOLOGIZE FOR ... show more

8 bit Binary Converter

8 bit Binary Converter

By: Coslawman

Views: 33 | LoveIts: 0

Description: This is an 8 bit binary code converter. Put any number up to 255 in and it will convert it to binary.

Binary Number Converter w BMem V.2

Binary Number Converter w BMem V.2

By: scratchycat625625

Views: 32 | LoveIts: 0

Description: This thingy converts binary numbers 2 decimal from those little dots on the screen. Please no huge numbers 1/0 to change memory YOU MUST PRESS E WHEN YOU HAVE FINISHED TYPING THE LINE! Press down arrow to go to next line Keep pressing space until all your lines have been 'scanned'. Say numbers but ... show more

Random Binary Data

Random Binary Data

By: laptop97

Views: 31 | LoveIts: 0

Description: A random binary project.

binary counter

binary counter

By: ScienceGuy

Views: 30 | LoveIts: 0

Description: I made a counter by using binary. It's a little glitchy, meaning sometimes you'll get other numbers. But it SHOULD give you the correct numbers after its scrolling through them. It will return to 0 when Its done.

이진탐색 - binary search simulation

이진탐색 - binary search simulation

By: eundoggi

Views: 30 | LoveIts: 0

Description: 이진탐색을 시뮬레이션 해주는 프로그램입니다. for korean only.

Decimal to Binary Calcuator

Decimal to Binary Calcuator

By: snazzy82

Views: 30 | LoveIts: 1

Description: use the slider to set Base 10 number (decimal) . Press green flag. It should appear. Love it!

Μετατροπή από δυαδικό σε δεκαδικό

Μετατροπή από δυαδικό σε δεκαδικό

By: sourlaef

Views: 30 | LoveIts: 0

Description: Μετατροπή από δυαδικό σε δεκαδικό. Το έργο αυτό δημιουργήθηκε στα πλαίσια του εργαστηρίου "Παιδαγωγικές Εφαρμογές των Η/Υ" της ΑΣΠΑΙΤΕ Πάτρας. Μάιος 2010

Make A Character Contest! 011's entry

Make A Character Contest! 011's entry

By: Unibear

Views: 29 | LoveIts: 0

Description: press space entering for fun, doubt i'll win ;D

binary converter

binary converter

By: user

Views: 28 | LoveIts: 0

Description:

Binary Converter

Binary Converter

By: JoshEM

Views: 27 | LoveIts: 0

Description: Converts Binary numbers to decimal ***INSTRUCTIONS*** Click on the digits from right to left to convert it to decimal. Click reset to clear the total and set the digits back to zero.

8bit binary to decimal calculator

8bit binary to decimal calculator

By: ublueant

Views: 27 | LoveIts: 0

Description: This is for educate about relation between Binary digit & Decimal digit. When you click 0 or 1, you may know it's decimal value.

Binary number - decimal converter

Binary number - decimal converter

By: Cloudend31

Views: 27 | LoveIts: 0

Description: Convert binary number in to decimal! Will make it other way round soon. (Max is 24 digits of binary)

Binary And Decimal Calculator

Binary And Decimal Calculator

By: Thrity

Views: 25 | LoveIts: 1

Description: Click the flag DECIMAL TO BINARY: Click above the bar on the digits to increase them, and above it to decrease them BINARY TO DECIMAL: Simply click on the bits to change them between 0 and 1 Click the reset button before trying to change the other base, or else weirdness ensues.

GuessingGame

GuessingGame

By: MaPau

Views: 23 | LoveIts: 1

Description: 1. Think in a number between 0 and 31. 2. Press Y if your number is in the list and N if it is not. 3. I will guess the number! I made this using the "binary system".

Number to Binary

Number to Binary

By: Greenatic

Views: 22 | LoveIts: 1

Description: Binary works like this: The number on the far right is worth 1, the next from the right 2, then 4, and so on. Add the values of the places with 1s to get your number. Ex: 00010001 = 16 + 1 = 17.

Binary Buttons REMIX

Binary Buttons REMIX

By: Dominic1

Views: 22 | LoveIts: 2

Description: Create any number below 65536 but turning the buttons on and off. Also, use the "decimal" button to switch numbers below 256 to binary, or back.

mind reading 2

mind reading 2

By: manicat

Views: 21 | LoveIts: 4

Description: this is based on walker andersons's project. pick a number 1 to 31, let the computerread your mind, and make sure to say you love it.

Mul-1Bit

Mul-1Bit

By: kumahide-soukichi

Views: 21 | LoveIts: 0

Description: スペースキーでリセット。 左側数字ボックスクリック 入力数値は2 で0or1。 計算機作動中は電源側LEDが点滅。

Number Base Converter V2

Number Base Converter V2

By: 1tchy

Views: 21 | LoveIts: 2

Description: This project will convert a number from ANY base between 2 (binary) and 16 (hexadecimal) to another base Use the arrow buttons to set the number to be converted. Use the reset button to reset the number. Change the bases with the base sliders. Now works for up to 9 digits.

binary number decoder

binary number decoder

By: joaoperfig

Views: 21 | LoveIts: 0

Description:

binary

binary

By: bhz

Views: 20 | LoveIts: 0

Description: C - clear T - convert decimal to binary * F - convert binary to decimal ** Doesn't work very well online...Download! * Number must be less than 512 ** Number must have less than 19 digits

base converter

base converter

By: estorken

Views: 20 | LoveIts: 2

Description: this project converts any number from any base (36 or lower) to any other other base (also 36 or lower). i'm too lazy to add countermeasures to people trying to glitch it by entering in base 0 or something like that. it doesn't go above base 36 because scratch isn't case-sensitive. there might be ... show more

Binary Printer

Binary Printer

By: Bibslah

Views: 18 | LoveIts: 0

Description: The binary printer allows you to enter a number into each print head, and have that number printed according to the binary grid to the right of the print heads. To enter a number, click the black block next to the numbers column and type in the number, then click the next block and repeat. Once you' ... show more

binclock

binclock

By: pololig

Views: 17 | LoveIts: 0

Description: A simple binary clock. Read it as hh mm ss, the least significant bits at the bottom. Press 'h' to set the hours, 'm' to set the minutes and 's' to zero the seconds. Have fun.

00100000 01000010 01001001 01001110 01000001 01010010 01011001 00100000 01100011 01101111 01100100 0

00100000 01000010 01001001 01001110 01000001 01010010 01011001 00100000 01100011 01101111 01100100 0

By: nxsupert

Views: 17 | LoveIts: 0

Description: BINARY code tester can you get 4 out of 4 http://scratch.mit.edu/projects/nxsupert/917519 my next big game if you think your good at decoding decode this 00110000 00110000 00110001 00110001 00110000 00110001 00110001 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110001 00110001 ... show more

binary challenge

binary challenge

By: noah279878582

Views: 17 | LoveIts: 0

Description: have fun!

Ride the Comet, preformed by Groxeon!

Ride the Comet, preformed by Groxeon!

By: GarSkutherGirl

Views: 17 | LoveIts: 0

Description: Cute, huh? This took a lot of work to make, but it was worth it for my favorite music writers! Also, Iso doesn't start singing for 24 seconds.

Binary to Decimal Number Conversion Test

Binary to Decimal Number Conversion Test

By: helpwithcs

Views: 16 | LoveIts: 0

Description: Test the user on their ability to convert from a 4-digit binary number to a decimal number system equivalent.

Binary Count

Binary Count

By: Midlandman

Views: 16 | LoveIts: 2

Description: An alternative binary count up to 127 But what happens if you go higher??? Press space to cycle through the numbers. Enjoy!

Binary Converter

Binary Converter

By: nooooooooooooooooo

Views: 15 | LoveIts: 1

Description: This program will change a binary number into a number you can recognize. Press the arrows to change the number that is underneath or above. Press Go to change it into a number.

01_02BinaryNumbers

01_02BinaryNumbers

By: dang

Views: 15 | LoveIts: 1

Description: This project references the binary illustration in the "Introduction to Computer Science and Media Computation" chapter of the book "Introduction to Computing and Programming in Java: A Multimedia Approach" by Mark Guzdial and Barbara Ericson - the idea of doing a scratch project ... show more

16 bit calculator

16 bit calculator

By: Wreneagle

Views: 15 | LoveIts: 0

Description: This calculator will "mechaincally" perform an arithmatic oporation on numbers 1 and 2. The digits of number1 are represented by the blue things at the top while those of number2 are represented by the top row of gray deflectors. To flip these bits just click on them. The decimal repres ... show more

Binary Yay(MAY BE GLITCHED ONLINE)

Binary Yay(MAY BE GLITCHED ONLINE)

By: fushega

Views: 15 | LoveIts: 0

Description: DO NOT PLAY ONLINE You might need to press gf(greenflag) twice. DON'T ASK WHY! 1s and 0s what else is better!? Any more ideas for similar projects? post 'em now. Working on several projects.DO NOT PLAY ONLINE SUPER GLITCHED DOWNLOAD!!!

The zebra who converts binary!

The zebra who converts binary!

By: kdesfosses

Views: 14 | LoveIts: 1

Description: It took me quite a lot of effort to design this... my 3rd Scratch project ever! Click on the Binary Zebra to start. Then input a binary number and he'll give you a decimal one!

20 bit binary converter

20 bit binary converter

By: thebeanery2

Views: 14 | LoveIts: 1

Description: This is a 20 bit binary converter (it can convert decimal numbers to binary numbers with up to 20 digits.) And the decimal number can be up to 1,048,575 do not use commas when writing typing in the number

Bits & Bytes

Bits & Bytes

By: Midlandman

Views: 14 | LoveIts: 0

Description: Simulation for Computer Science - inside the CPU. ** Either download or run in Turbo - otherwise it is too 'laggy' ** The keyboard input is converted to binary ASCII and stored in a memory cell. The binary code is read from memory and displayed on the screen. The memory and screen are both limit ... show more

Binary coder

Binary coder

By: bigreader

Views: 13 | LoveIts: 1

Description: Enter a number, or type "random".

(Buggy) Binary Calculator

(Buggy) Binary Calculator

By: spivee

Views: 13 | LoveIts: 0

Description: Works out Decimal - Binary or Binary - Decimal Press clear all instead of stop all press the arrow to change which side you enter info. into and which side is calculated when you press calculate. buttons in the lower right corner are to change the bin. list, + adds a 0 to the list - deletes ... show more

binary number decoder fast version

binary number decoder fast version

By: joaoperfig

Views: 13 | LoveIts: 0

Description:

Decimal to Binary Convertor

Decimal to Binary Convertor

By: AznKid66

Views: 13 | LoveIts: 1

Description: |[Instructions]| 0-9 to input numbers. 'z' to backspace 'spacebar' to initiate conversion |[Notes]| Maximum digit threshold is 15, which means that anything higher than 65535 base ten will be inaccurate. The number on the bottom isn't actually a binary number, it's a decimal with only the digit ... show more

Human Counting

Human Counting

By: windymilla

Views: 12 | LoveIts: 1

Description: Simulates a human binary counting machine. Written for a MasterClass for able 9 and 10 year olds. With real humans, the rules are: If your shoulder is tapped, raise your arm, but if your arm is already raised, then lower it. As you lower it you tap the shoulder of the person in front. To use the s ... show more

EPIK BARCODE MAKER!!!! WORKS!!!

EPIK BARCODE MAKER!!!! WORKS!!!

By: zakofff

Views: 12 | LoveIts: 2

Description: make your bar code with the mouse then press space. copy and take the numbers in the translate box to a binary translator. MUST DOWNLOAD TO COPY THE NUMBERZ

6-Bit Binary Converter

6-Bit Binary Converter

By: Animax

Views: 12 | LoveIts: 0

Description: Convert a number to binary. Converts numbers up to 63.

Binary to Integer Translator v 1.0

Binary to Integer Translator v 1.0

By: nut_mack

Views: 12 | LoveIts: 2

Description: If you like this, try http://scratch.mit.edu/projects/nut_mack/2227773 Enter Binary and it will give an Integer (number) answer. V 1.0 First Upload nut_mack

Binary

Binary

By: JMTB123

Views: 12 | LoveIts: 0

Description: Well I know I don't upload many projects but this one I did last night so I hope you like it I am going to add more words later

Encoder 1.0

Encoder 1.0

By: goofball88

Views: 11 | LoveIts: 0

Description: Please comment and enjoy! Much more can be encoded when it's downloaded. Faster in Java but much more can be encoded in flash. I will be making more versions with more coding methods. To be fixed/changed/debugged in future versions: Allow numbers in 5-digit binary, make the codeword processing faste ... show more

binary

binary

By: Gentle

Views: 11 | LoveIts: 0

Description: Pico board and binary display

binary numbers

binary numbers

By: m340

Views: 10 | LoveIts: 0

Description: First,write a 4 digit number.If you want less than 4, press 0 first. Then click the buttons until you have the number that you entered.If you want clues,just look at the number on the left. When you found the combination,you will see the you win screen.Press X and then the green flag to restart.

number sequences

number sequences

By: chazmaniandevel

Views: 10 | LoveIts: 0

Description: This is a project demonstarting the two number sequences: binary and fibonacci(fib-oh-nahch-ie). The two squares in the corners will tell you some information about each if you want to learn more google it. Can someone tell me how to make it so that online, the boxes aren't so small?

Binary Calc

Binary Calc

By: CPU0

Views: 10 | LoveIts: 0

Description: This calculator can claculate the binary form of any positive base-10 integer up to 4096. Download only! Have fun!

Simple Binary Clock

Simple Binary Clock

By: WizzardOfUk

Views: 10 | LoveIts: 2

Description: Simple binary clock to show binary numerical progression.

binary imager v2 - 1 to 8 bit converter

binary imager v2 - 1 to 8 bit converter

By: sneb

Views: 9 | LoveIts: 0

Description: this scratch project is a remake of the last one i've built. its cleaner sleaker and faster. if your going to use this then you'll need to download it to try it out for your self. HOW TO USE: 3 things what youll need 1) go to: http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_ ... show more

BinaryCat

BinaryCat

By: WooHooBoy

Views: 9 | LoveIts: 0

Description: Just type in a number in the range. It will translate it into binary code. HAVE FUN! :)

Binary Code Generator

Binary Code Generator

By: iAnim8

Views: 9 | LoveIts: 1

Description: This is a Simple Project that Generates Binary... If you do not understand Binary then look it up on Wikipedia! :D

binary solver

binary solver

By: threepointonefour

Views: 6 | LoveIts: 0

Description: type in a number to see it graphed in binary. click anywhere to return pen to top.

kódoló

kódoló

By: DJDavid98

Views: 6 | LoveIts: 0

Description: 2-es számrendszerben kódolt képeket lehet vele készíteni. a kódot kiírja. Kód kimásolása és használata a "képelő" projektemmel: 1. Készíts egy listát, bármi lehet a neve. 2. Tégy egy "add [...] listához: (...)" parancsot a "Számkód gomb" szereplő ... show more

in my mind

in my mind

By: supergarfield

Views: 5 | LoveIts: 0

Description: if you were in my mind heres what you might find! i know im crazy

binary to number

binary to number

By: Da_Matt

Views: 5 | LoveIts: 0

Description: Type it in one bit at a time

BinaryProject

BinaryProject

By: JCampbellArchmere

Views: 5 | LoveIts: 0

Description: This is a simple program I use in class to let my students see how binary numbers work.

Binary Game

Binary Game

By: arielk

Views: 5 | LoveIts: 0

Description:

spbinary

spbinary

By: knightwolf1976

Views: 4 | LoveIts: 0

Description: 8 bit binary from decimal 0 to 255

Hex To Binary

Hex To Binary

By: Fusionhunter99

Views: 4 | LoveIts: 0

Description: Turns hex numbers into binary.Need I say more?

binary decoder copy

binary decoder copy

By: MedburyICT

Views: 4 | LoveIts: 0

Description: Chris Jung produced this porject in Year 5

Magic Numbers V1.0

Magic Numbers V1.0

By: qwerty2357

Views: 4 | LoveIts: 0

Description: -----Directions----- Choose a random number from 0-60 and press the green flag! -----Notes----- This program is a great use of binary counting! Download to see how this program works and/or look up how binary works if you don't already know!

képelő

képelő

By: DJDavid98

Views: 4 | LoveIts: 0

Description: 2-es számrendszerben kódolt képeket lehet vele kirajzolni. Kód generáláshoz használhatod a "kódoló" projektem, vagy készíthetsz kódot valamilyen szövegszerkesztő segítségével, amit a Ctrl + C (másolás), és a Ctrl + V (beillesztés) billentyűkonbinácóval tudsz beilles ... show more

Binary Viewer

Binary Viewer

By: trahmit

Views: 4 | LoveIts: 0

Description: An 8-bit binary to decimal visualizer.

NumberGuessSolutionUsingLists

NumberGuessSolutionUsingLists

By: dalereed

Views: 4 | LoveIts: 0

Description: See if you can beat the computer, playing a simple guessing game where you guess 0 or 1 on each turn.

Light Bulb Binary Trainer v5.0

Light Bulb Binary Trainer v5.0

By: lv99moogle

Views: 4 | LoveIts: 1

Description: The Binary Numeral System is used internally by almost all modern computers. This program will help you learn about Binary number system and train you to interpret them to base 10 equivalent. Click the GREEN FLAG to begin sequence, click the PC icon after reading instruction to start. (This prog ... show more

The Binary Calculator!

The Binary Calculator!

By: vukthewolf

Views: 3 | LoveIts: 0

Description: This is a simple binary calculator, based on the simple binary to decimal equation: x1 * 2 + x2 * 2 + x3 * 2, etc.

the binary epesode 1part 1

the binary epesode 1part 1

By: ror

Views: 2 | LoveIts: 0

Description:

DENARY TO BINARY

DENARY TO BINARY

By: wdavis

Views: 2 | LoveIts: 0

Description: This is a pproject i made at school its about how to convert DENARY TO BINARY. Some things you should note: -The top row is DENARY and the bottom is BiNARY. -BINARY is made up of ONLY 1's and 2's!!

MyFirstProject

MyFirstProject

By: hassoon3

Views: 2 | LoveIts: 0

Description: Tutorial for using Broadcast and Receive. With switching control using variables.

number-binary

number-binary

By: cooker818

Views: 1 | LoveIts: 0

Description: don't use a too high number or will fail

Please Wait...