tags:

views:

1311

answers:

11

binary question :)

A: 

4 bits = 1 nibble

8 bits = 1 byte

px
+2  A: 

I always understood a nybble to be 4 bits. Spelling intentional as a nybble was half a byte.

paxdiablo
+11  A: 

Four

http://en.wikipedia.org/wiki/Nibble

Chris M.
+1  A: 

4 bits. But I remember it being called a nybble instead of nibble, like byte versus bite.

Chris
+3  A: 

0b100 bits, actually.

Thiago Arrais
A: 

A nibble is normally bits BUT can refer to 2-7 bits, with 1 bit being a bit and 8 becoming a byte.

Teifion
A: 

A nibble has 4 bits (although it doesn't have to).

That also means that when you view a byte's value in hex-notation, one hex digit corresponds to one nibble. That's one reason why going from hex to binary is much easier than from decimal to binary.

innaM
+13  A: 

Bits Bytes Chips Clocks Bits in bytes on chips in box. Bytes with bits and chips with clocks. Chips in box on ether-docks.

Chips with bits come. Chips with bytes come. Chips with bits and bytes and clocks come.

Look, sir. Look, sir. Read the book, sir. Let's do tricks with bits and bytes, sir. Let's do tricks with chips and clocks, sir.

First, I'll make a quick trick bit stack. Then I'll make a quick trick byte stack. You can make a quick trick chip stack. You can make a quick trick clock stack.

And here's a new trick on the scene. Bits in bytes for your machine. Bytes in words to fill your screen.

Now we come to ticks and tocks, sir. Try to say this by the clock, sir.

The answer is 4 bits. 2 nibbles make a byte

Abhishek Mishra
that's a really neat poem
px
didn;t know that was a poem but it was certainly a fun read.
Khnle
I take it that's a poke at Fox in Socks? :)
Jason S
The page that seems to be from (http://people.cornell.edu/pages/elz1/clocktower/DrSeuss.html) says "Reprint or repost only with permission".
Andrew Medico
A: 

In grad school I didn't know the answer to this one. And when my lady professor asked me this question I mistakenly heard it as 'nipple'!!

globetrotter
A: 

a Nybble or nibble is 4 bits. Early compter graphics used 4 bits of data fro color. as memory was precious two pixels were stored in one byte, a upper nibble and a lower nibble.

Jim C