Your Name Here Part 2: ------- (1) The README is 1916 bytes (2) The grep command detects 3 lines containing word bytes Part 3: ------- (1) decimal binary hex octal 123 0000 0111 1011 07B 0173 47 0000 0010 1111 02F 0057 63 0000 0011 1111 03F 0077 -18 1111 1110 1110 FEE 7756 (2) (a) 63 in unsigned 8 bit binary is 0011 1111 shifted left 2 bits this would be 1111 1100 in binary FC in hex 252 in decimal (b) 63 in unsigned 8 bit binary is 0011 1111 shifted right 2 bits this would be 0000 1111 in binary 0F in hex 15 in decimal