What's above a Brontobyte?

Chieftess

Moderator
Retired Moderator
Joined
Feb 10, 2002
Messages
24,160
Location
Baltimore
For the insanely bored...

This is what I found.

Keirfabyte (Is that a term? 1/8th of a bit)
Bit
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte
Exabyte
Zettabyte
Yottabyte
Brontobyte
Nisababyte (?)
Zotzabyte (?)


Don't know about the last 2. On someone's site, they were linked to message boards. He could have made them up (they were usernames - Nisaba and Zotz).
 
half of those sound made up to me :D

and how the hell can you have an eighth of a bit?
 
The largest I've seen before is Yotta (10^24), and the smallest is Yokto (10^-24). Checking lexicon...confirmed. Haven't seen Bronto before. I wonder what these are used for anyway?

Yes, I'm bored too. I'm just about to start painting our balcony...
 
Originally posted by Chieftess
For the insanely bored...

And how bored were you? :p
 
Originally posted by funxus
The largest I've seen before is Yotta (10^24), and the smallest is Yokto (10^-24). Checking lexicon...confirmed. Haven't seen Bronto before. I wonder what these are used for anyway?

Yes, I'm bored too. I'm just about to start painting our balcony...
but how can there be a 10^-24?

i thought the bit was the atomic element re: computers :confused:
 
Originally posted by SuperBeaverInc.
And how bored were you? :p

Bored enough that there was only one minor spammer to warn in Civ3Gen. :p
 
Well, we only need the large ones, not the small ones. The way things are going, Giga is going to be out of date in about 3 weeks.

And no, I have never heard of Bronto before (Bronco, OTOH . . . )
 
Originally posted by bobgote
i thought the bit was the atomic element re: computers :confused:
I wrote the two most extreme unit prefixes (not only for bytes) I could find.:)

Still, that makes me wonder about the Keirfabyte, how can something be 1/8 of a bit?
 
I found that one on the same site I found Nisaba and Zotz (probably made up).

I usually thought of a bit as an electron/protron, and a byte as an atom (since a byte can also be a datatype). Simple instructions (like int a = 10;) would be a molecule. A function would be a 1-celled organism (or a (in)organic compound), and so on.
 
yeah bits are indivisible
and i've seen all those prefixes below, not including, Bronto. but at this point isn't it simpler just to use *10^whatever insted?


Originally posted by Chieftess

cool, that's a great way to think, thanks!
 
Originally posted by Fanatica
I check in here thinking it was about prehistoric life forms.
Guess I'm pretty bored. ;)
Interesting stuff. Is nano only used for time?

No, but nano is only 10^-9 or -12, cant remember which one.
 
what about a nyble.

nyble = 4 bits or half a byte
 
Originally posted by Chieftess
I usually thought of a bit as an electron/protron, and a byte as an atom (since a byte can also be a datatype). Simple instructions (like int a = 10;) would be a molecule. A function would be a 1-celled organism (or a (in)organic compound), and so on.
hehe, you really were bored, weren't you :D
 
Since 2^10 = 1024, and 10^3 = 1000, this led to the SI prefix letters being used approximately (and wrongly) to denote "binary" prefixes as follows:

Kilo = 2^10 = 1,024
Mega = 2^20 = 1,048,576
Giga = 2^30 = 1,073,741,824
Terra= 2^40 = 1,099,511,627,776
Peta = 2^50 = 1,125,899,906,842,624.

However, these prefixes usually retain their powers-of-1000 meanings when used to describe rates of data communication (bit rates): 10 Mb/s Ethernet runs at 10,000,000 b/s, not 10,485,760 b/s.

These inconsistencies can lead to simple errors in calculations, making the whole system of "binary" prefixes fraught with problems. For example, 64 "binary kilobytes" = 65536 bytes, which is more than 65 decimal kilobytes, resulting in the potential for an error of 1536 bytes: as the prefixes get bigger, the potential for confusion grows further.

Accordingly, the International Electrotechnical Commission adopted new binary prefixes in 1998, formed from the first syllable of the decimal prefix plus 'bi' (pronounced 'bee'). The symbol is the decimal symbol plus 'i'. So now, one kilobyte (1 kB) equals 1000 bytes, whereas one kibibyte (1 KiB) equals 2^10 = 1024 bytes. For example, at 1 MB/s = 10^6 bytes per second, it would take slightly longer than one second to transfer an object 1 MiB = 2^20 bytes in size. The adoption of these prefixes has been very limited.

The IEC standard prefixes are as follows:

Code:
kibibyte	Ki	2^10 = 1024
mebibyte	Mi	2^20 = 1 048 576
gibibyte	Gi	2^30 = 1 073 741 824
tebibyte	Ti	2^40 = 1 099 511 627 776
pebibyte	Pi	2^50 = 1 125 899 906 842 624
exbibyte	Ei	2^60 = 1 152 921 504 606 846 976

Of course, it makes sense that yebi and zebi will be made official soon:

Code:
zebibyte	Zi	2^70 = 1 180 591 620 717 411 303 424 
yobibyte	Yi	2^80 = 1 208 925 819 614 629 174 706 176

(Thanks Wikipedia)
 
Originally posted by funxus
I still don't understand the Keirfabyte?

I'm with you, funxus. We're not talking quantum mechanics here, you can't be between on and off; it is impossible. You're either on or off, here or there.

Now, if we get into quantum computing, it's a whole other ball game.
 
Top Bottom