level: Level 1
Questions and Answers List
level questions: Level 1
Question | Answer |
---|---|
What does the symbol 'b' stand for? | Bit |
What does the symbol 'B' stand for? | Byte |
What does the symbol 'KB' stand for? | Kilobyte |
What does the symbol 'MB' stand for? | Megabyte |
What does the symbol 'GB' stand for? | Gigabyte |
What does the symbol 'TB' stand for? | Terabyte |
What does the symbol 'PB' stand for? | Petabyte |
What is the binary value for a bit? | 0 or 1 |
What is the binary value for a Nibble? | 4 bits |
What is the binary value for a Byte? | 8 bits |
What is the binary value for a Kilobyte? | 1024 bits |
What is the approximation for a Nibble? | 1/2 byte |
To convert between a Petabyte until a Kilobyte you must do what? | Multiply by 1,000 |
To go from a byte to a bit, what must you do? | Multiply by 8 |
How do you write a petabyte? | 1 Quadrillion bytes |
How do you write a megabyte? | 1 Million bytes |
What is the binary value for a Gigabyte? (Write in ^n) | 1024^3 bits |