Website Security Test

Overview

Using a term from Chapter 7, this chapter has taken a bottom-up approach.

You've seen how and why computers use binary numbers internally, and looked at how calculations are done in binary, including multiplying or dividing by powers of two using binary shifts.

To make binary easier to handle, you've looked at converting binary to and from both decimal and hexadecimal systems.
Website Security Test