cours/architecture des ordinateurs TD2 2022-09-30.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

532 B

#fac/TD


Question 7

!attachments/markmind/1664536539208.png

  1. \overline{10}_{10} = \overline{00000101}_{2}
  2. \overline{0110}_{2} = \overline{6}_{2}
  3. \overline{129}_{10} = \overline{10000001}_{2}
  4. \overline{110100110010}_{2} = \overline{3338}_{10}

Question 10

!1664538783006.png On peut coder au maximum 2^{10} + 2^{9} + 2^{8}+\cdots+2^{1}+2^{0} = 2^{11} = 2048 nombres. Le nombre maximum est donc 2047 (on commence avec 0)

Question 11

!1664538950234.png

Question 14