One terabyte.
1000 terabytes = 1 petabyte
1000 petabytes = 1 exabyte
1000 exabytes = 1 zettabyte
2006-10-19 10:10:45
·
answer #1
·
answered by softtoucher 2
·
0⤊
0⤋
1024 gigabytes = 1 terabyte, the counting system is binary.
2006-10-19 17:13:21
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
aprox 1 terabyte
2006-10-19 17:10:57
·
answer #3
·
answered by tru_story 4
·
0⤊
0⤋
This is a cool little snippet to convert a bytesize to suitible unit. OK, it's a bit backward to your question, but it's really usable!
function human_file_size($size)
{
if( $size == 0 )
{
return("0 Bytes");
}
$filesizename = array(" Bytes", " KB", " MB", " GB", " TB", " PB", " EB", " ZB", " YB");
return round($size/pow(1024, ($i = floor(log($size, 1024)))), 2) . $filesizename[$i];
}
2006-10-19 18:57:13
·
answer #4
·
answered by forgiatura 1
·
0⤊
0⤋
I think it's a Terabyte.
2006-10-19 17:11:07
·
answer #5
·
answered by -Incline- 4
·
0⤊
0⤋
a terabyte.
Now, define a teraflop. Like what my Linux Knoppix cluster will do several of... I hope,
2006-10-19 17:16:39
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
"Insanely huge but can fit in a microchip" -bite
2006-10-19 17:14:08
·
answer #7
·
answered by savio 4
·
0⤊
0⤋
terabyte.
2006-10-19 17:11:28
·
answer #8
·
answered by Jimmy B 2
·
0⤊
0⤋