Michela Ceria edited subsection_Notations_for_bytes_In__.tex  about 6 years ago

Commit id: 1d3a24753acd8d88c47efae0fee06f6e348ab0ca

deletions | additions      

       

\end{itemize}  \begin{Example}\label{BitHex}  The vector $00010101$ is formed by the two nibbles $0001$ $0101$   and we can represent it represented  as $0x15$, corresponding to the decimal $21$. The vector $11100111$ is formed by the nibbles $1110$ $0111$, with the notation $0xE7$, corresponding to the decimal $231$. \end{Example}  \begin{Exercise}\label{Nibbles-Hex}  Find the hex representation of the following strings: