THEGAMING_ALE

Untitled

May 31st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="../style/style.css">
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=600, initial-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>Document</title>
  9. <style>
  10.  
  11. </style>
  12. </head>
  13. <body>
  14.  
  15. <!--avanti-->
  16. <div class="contenitore">
  17. <span id="avanti">
  18. <a href="../4/4.html">next</a>
  19. </span>
  20. <!--indietro-->
  21. <span id="indietro">
  22. <a href="../2/2.html">back</a>
  23. </span>
  24. </div>
  25.  
  26. <!--inizio testo-->
  27.  
  28. <div id="boh">
  29.  
  30. <center><h1 style="font-size: 45px;">Why is used for computers?</h1></center>
  31. <p>
  32. Beacouse with the digital circuits is more convenient: 1 and 0 are the levels of physical tension
  33. <br>
  34. <div style="float:right;">1=input<br>0=output<br><br><br><br><br><br>
  35.  
  36. 10^3≠2^10 --> 10^3=1000 || 2^10= 1024 (bytes)<br>
  37. 1 tera = 1099511627776 bytes!
  38.  
  39. </div>
  40. a binary system is a sequence of binary digits<br><br>
  41. Remember: the storage of a computer is done in byte: 8bit=1byte,<br> their multiple are 2^10-2^20-2^30...
  42. <br>
  43. <img src="multiple.jpg">
  44.  
  45. </p>
  46. </div>
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment