0% found this document useful (0 votes)
29 views2 pages

Decima L Binary Octal Hexadecimal

This document provides information on binary, octal, and hexadecimal number systems and conversions between decimal, binary, octal, and hexadecimal representations. It also lists common computer storage units from bytes to yottabytes and their relationships in terms of bits and bytes.

Uploaded by

Iama Feminist
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Decima L Binary Octal Hexadecimal

This document provides information on binary, octal, and hexadecimal number systems and conversions between decimal, binary, octal, and hexadecimal representations. It also lists common computer storage units from bytes to yottabytes and their relationships in terms of bits and bytes.

Uploaded by

Iama Feminist
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Conversions Introduction to Computer Science I ZU-019

Decima Binary Octal Hexadecimal


l
0 0000 0 0
1 0001 1 1
2 0010 2 2
3 0011 3 3
4 0100 4 4
5 0101 5 5
6 0110 6 6
7 0111 7 7
8 1000 10 8
9 1001 11 9
10 1010 12 A
11 1011 13 B
12 1100 14 C
13 1101 15 D
14 1110 16 E
15 1111 17 F
Conversions Introduction to Computer Science I ZU-019

Computer Storage units

Bytes 8 bits 23 byte


Kilobyte 1024 bytes 210 byte
Megabyte  1024 KB 220 byte
Gigabyte  1024 MB 230 byte
Terabyte 1024 GB 240 byte
Petabyte 1024 TB 250 byte
Exabyte 1024 PB 260 byte
Zettabyte 1024 EB 270 byte
Yottabyte 1024 ZB 280 byte

You might also like