Chapter 5 Flashcards
What number base system is binary?
Base 2
What number base system is hexadecimal?
Base 16
What is A in denary?
10
Why is hexadecimal used?
-Easier for humans to understand
-More compact when displaying compared to binary
What is an algorithm?
A SEQUENCE of STEPS that can be followed to complete a task that ALWAYS TERMINATES.
Does signed binary use two’s complement?
YES
Does un-signed binary use two’s complement?
NO
In signed binary which bit is negative?
The MOST significant one.
How do you convert to two’s complement?
-Represent positive value.
-Invert the bits.
-Add 1 to the results.
How would you take away in binary?
-Convert numbers into binary
-Make second binary number negative
-Add them together