Correct option is CHexadecimal numberBinary representation00000100012001030011401005010160110701118100091001A1010B1011C1100D1101E1110F1111\begin{array}{|c|c|}\hline\textbf{Hexadecimal number} & \textbf{Binary representation} \\\hline0 & 0000 \\1 & 0001 \\2 & 0010 \\3 & 0011 \\4 & 0100 \\5 & 0101 \\6 & 0110 \\\mathbf{7} & \mathbf{0111} \\8 & 1000 \\9 & 1001 \\A & 1010 \\B & 1011 \\C & 1100 \\D & 1101 \\E & 1110 \\F & 1111 \\\hline\end{array}Hexadecimal number0123456789ABCDEFBinary representation0000000100100011010001010110011110001001101010111100110111101111