Exam 2 Information

You will be given the following information on the exam:

Powers of 2 Reference Table

2^n Value 2^n Value 2^n Value
0 1 6 64 12 4,096
1 2 7 128 13 8,192
2 4 8 256 14 16,384
3 8 9 512 15 32,768
4 16 10 1,024 16 65,536
5 32 11 2,048 17 131,072

Hexidecimal Values in Binary

Hex Value Binary Hex Value Binary Hex Value Binary
0 0000 6 0110 C (12) 1100
1 0001 7 0111 D (13) 1101
2 0010 8 1000 E (14) 1110
3 0011 9 1001 F (15) 1111
4 0100 A (10) 1010    
5 0101 B (11) 1011    

Topics

The exam content will primarily appear from the following chapters. Note that [APPLIED] questions may not be the only ones that reference the topic under which they appear.

Chapter 4/5

Chapter 19

Chapter 20

Chapter 26/27

Chapter 31

Chapter 37

Chapter 38

Chapter 40

Chapter 42