Binary
Denary
Hexadecimal
Signed Integers
Addition & Subtraction
100

What are the two possible values in binary number system?

0 & 1

100

How many digits are there in denary number?

10

100

How many digits are there in Hexadecimal?

16

100

What does LSB stand for?

Least Significant Bit

100

What is 1+ 0 in binary?

1

200

What is anything to the power of 0?

1

200

In what base is denary number?

Base 10

200

Convert hexadecimal F16 to denary.

15

200

The MSB is also called the _______.

Sign Bit

200

What is 12 + 12 in binary?

102

300

What is 35A in binary?

0011 0101 1010

300

What is 01001012 in denary?

37

300

Convert the following to hexadecimal 1011 0011 0101

B3516

300

Given 110111012 in Two's complement. What is the place value of the left most bit?

-128

300

What is 111012 - 112 in binary?

110102

400

What is 69 in binary?

10001012

400

What is 12F16 in denary?

303

400

Convert 219 to hexadecimal.

DB16

400

What is -34 in two's complement?

110111102

400

What is 1110112 + 1112 in binary?

10000102

500

What is 269 in binary?

1000011012

500

What is 1110110112 in denary?

475

500

Why are hexadecimals used in computer programming? 

It's easier to read and detect errors.

500

What is the two's complement binary 110011002 in denary?

-52

500

What is 45 - 66 in binary?

111010112