Binary Representation Flashcards

1
Q

Decimal and Hexadecimal notation for 0000_2

A

Decimal: 0_10
Hexadecimal: 0_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Decimal and Hexadecimal notation for 0010_2

A

Decimal: 2_10
Hexadecimal: 2_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Decimal and Hexadecimal notation for 0001_2

A

Decimal: 1_10
Hexadecimal: 1_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Decimal and Hexadecimal notation for 0100_2

A

Decimal: 4_10
Hexadecimal: 4_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Decimal and Hexadecimal notation for 0011_2

A

Decimal: 3_10
Hexadecimal: 3_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Decimal and Hexadecimal notation for 0101_2

A

Decimal: 5_10
Hexadecimal: 5_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Decimal and Hexadecimal notation for 0110_2

A

Decimal: 6_10
Hexadecimal: 6_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Decimal and Hexadecimal notation for 0111_2

A

Decimal: 7_10
Hexadecimal: 7_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Decimal and Hexadecimal notation for 1000_2

A

Decimal: 8_10
Hexadecimal: 8_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Decimal and Hexadecimal notation for 1001_2

A

Decimal: 9_10
Hexadecimal: 9_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Decimal and Hexadecimal notation for 1010_2

A

Decimal: 10_10
Hexadecimal: A_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Decimal and Hexadecimal notation for 1011_2

A

Decimal: 11_10
Hexadecimal: B_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Decimal and Hexadecimal notation for 1100_2

A

Decimal: 12_10
Hexadecimal: C_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Decimal and Hexadecimal notation for 1101_2

A

Decimal: 13_10
Hexadecimal: D_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Decimal and Hexadecimal notation for 1110_2

A

Decimal: 14_10
Hexadecimal: E_16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Decimal and Hexadecimal notation for 1111_2

A

Decimal: 15_10
Hexadecimal: F_16

16
Q

Binary and Hexadecimal notation for 0

A

Binary: 0000
Hexadecimal: 0 (same as decimal)

17
Q

Binary and Hexadecimal notation for 1

A

Binary: 0001
Hexadecimal: 1 (same as decimal)

18
Q

Binary and Hexadecimal notation for 2

A

Binary: 0010
Hexadecimal: 2 (same as decimal)

19
Q

Binary and Hexadecimal notation for 3

A

Binary: 0011
Hexadecimal: 3 (same as decimal)

20
Q

Binary and Hexadecimal notation for 4

A

Binary: 0100
Hexadecimal: 4 (same as decimal)

21
Q

Binary and Hexadecimal notation for 5

A

Binary: 0101
Hexadecimal: 5 (same as decimal)

22
Q

Binary and Hexadecimal notation for 6

A

Binary: 0110
Hexadecimal: 6 (same as decimal)

23
Q

Binary and Hexadecimal notation for 7

A

Binary: 0111
Hexadecimal: 7 (same as decimal)

24
Binary and Hexadecimal notation for 8
Binary: 1000 Hexadecimal: 8 (same as decimal)
25
Binary and Hexadecimal notation for 9
Binary: 1001 Hexadecimal: 9 (same as decimal)
26
Binary and Hexadecimal notation for 10
Binary: 1010 Hexadecimal: A
27
Binary and Hexadecimal notation for 11
Binary: 1011 Hexadecimal: B
28
Binary and Hexadecimal notation for 12
Binary: 1100 Hexadecimal: C
29
Binary and Hexadecimal notation for 13
Binary: 1101 Hexadecimal: D
30
Binary and Hexadecimal notation for 14
Binary: 1110 Hexadecimal: E
31
Binary and Hexadecimal notation for 15
Binary: 1111 Hexadecimal: F
32
Binary and Decimal notation for A
Binary: 1010 Decimal: 10
33
Binary and Decimal notation for B
Binary: 1011 Decimal: 11
34
Binary and Decimal notation for C
Binary: 1100 Decimal: 12
35
Binary and Decimal notation for D
Binary: 1101 Decimal: 13
36
Binary and Decimal notation for E
Binary: 1110 Decimal: 14
37
Binary and Decimal notation for F
Binary: 1111 Decimal: 15