What are the basic data types?
What is casting?
Units of digital information
What are signed binary numberes?
What is the MSB?
How is sign and magnitude used?
Drawbacks of using sign and magnitude
How do you convert from denary to negative binary using two’s complement?
How do you convert from binary to denary using two’s complement?
Why do we use hexadecimal?
What do you do if you have an overflow in binary addition / subtraction
What is the mantissa and the exponent?
What is fixed point binary?
How to represent a denary number as floating point binary?
What is normalising floating point binary and how do you do it?
How to add and subtract floating point binary
What are logical shifts?
What does a left shift and right shift do?
What is bitwise manipulation and masks?
What is a character set and the 2 examples?
What is ASCII?
Limitations of ASCII
What is UNICODE?
ASCII vs UNICODE