<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://draft.blogger.com/navbar.g?targetBlogID\x3d6651501\x26blogName\x3dNotes+on+tech\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ypjain-notesontech.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ypjain-notesontech.blogspot.com/\x26vt\x3d-1979808972264517134', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Notes on tech

Notes on technology, business, enterpreneurship, economy, markets along with interesting general tidbits.


More bytes than you can chew

6/17/2005 11:53:00 AM, posted by anand

Came across this table describing computer storage units:

1 Byte 1 ASCII character [a letter or number]
1KB (Kilobyte) 1000 bytes or 1000 characters [4 manuscript pages]
1MB (Megabyte) 1,000,000 (million) bytes [a novel]
1GB (Gigabyte) 1,000,000,000 (billion) bytes [20 encyclopedia 'sets']
1TB (Terabyte) 1,000,000,000,000 (trillion) bytes [small research library]
1PB (Petabyte 1,000,000,000,000,000 (thousand trillion) bytes [1/2 of all U.S. research libraries]
1EB (Exabyte) 1,000,000,000,000,000,000 (million trillion) bytes [5 x all printed material, ever]
1ZB (Zettabyte) 1,000,000,000,000,000,000,000 (billion trillion) bytes [all the grains of sand?]
1YB (Yottabyte) 1,000,000,000,000,000,000,000,000 (trillion trillion) bytes [angels dancing on head of pin?]

Source: Infortrend
« Home

» Post a Comment