- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TiB 2 to the power of 40
TiB 2 to the power of 40 = 1099511627776 = How to read numbers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You really need to do your homework yourself.
1,099,511,627,776
1 = Trillion
099 = Billion
511 = Million
627 = Thousand
776 = Hundred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One trillion, ninety-nine billion, five hundred and eleven million, six hundred and twenty-seven thousand, seven hundred and seventy-six
Yes or no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bytes are binary based so in C and C++
KB = bytes << 4;
MB = KB << 4;
etc
the CPU back in the day was slow so shift right/left is faster, using the bit-shift method, arithmetic is possible. All that is needed is add and negate
some storage vendor wanted to make their product look larger than it was by using decimal on top of binary, so much for honors math and the distortion has continued since
RAM is binary and 24GB is enough for now
