Course Info
Data Representation
- represent unique states in binary
- bitwise operation
- signed integer
- signed magnitude: top bit represents signedness (1 if negative)
- two’s complement
- convert from any base to any base
- endianness
- IEEE floating-point representation
- decimal to IEEE floating-point