Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link rel="stylesheet" type="text/css" href="../style/style.css">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=600, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- <style>
- </style>
- </head>
- <body>
- <!--avanti-->
- <div class="contenitore">
- <span id="avanti">
- <a href="../4/4.html">next</a>
- </span>
- <!--indietro-->
- <span id="indietro">
- <a href="../2/2.html">back</a>
- </span>
- </div>
- <!--inizio testo-->
- <div id="boh">
- <center><h1 style="font-size: 45px;">Why is used for computers?</h1></center>
- <p>
- Beacouse with the digital circuits is more convenient: 1 and 0 are the levels of physical tension
- <br>
- <div style="float:right;">1=input<br>0=output<br><br><br><br><br><br>
- 10^3≠2^10 --> 10^3=1000 || 2^10= 1024 (bytes)<br>
- 1 tera = 1099511627776 bytes!
- </div>
- a binary system is a sequence of binary digits<br><br>
- Remember: the storage of a computer is done in byte: 8bit=1byte,<br> their multiple are 2^10-2^20-2^30...
- <br>
- <img src="multiple.jpg">
- </p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment