CMSI 284 Quiz 1 Preparation =========================== For the first quiz, you will have to: - convert between undigned decimal, signed decimal, hex, and binary representations of 16-bit words. - computed saturated and modular sums, and indicate carry and overflow occurrences on modular sums. - express values using kibi, mebi, gibi (and similar) prefixes. - encode and decode floating-point values in the 32-bit IEEE-754 representation. - produce utf-8 and utf-16 encodings of codepoints. - write C functions (with strings).