added first post tooltip
This commit is contained in:
parent
01857a008e
commit
29b5d4d6d7
|
|
@ -35,7 +35,7 @@
|
||||||
<button class="arrow"></button>
|
<button class="arrow"></button>
|
||||||
<h1 class="blog_title">Binary to Denary Conversions</h1>
|
<h1 class="blog_title">Binary to Denary Conversions</h1>
|
||||||
<img class="blog_image" src="assets/blog/images/first.png"/>
|
<img class="blog_image" src="assets/blog/images/first.png"/>
|
||||||
<p class="blog_content">The image above is an example of a table we can use to convert 8-bit binary numbers (referred to as bytes) to denary.
|
<p class="blog_content">The image above is an example of a table we can use to convert <span class="moreInfo">8-bit binary numbers<span class="extraInfo">referred to as bytes</span></span> to denary.
|
||||||
Each individual bit is put into each column in the same order as written. Any columns with a 1 should have their values added together.
|
Each individual bit is put into each column in the same order as written. Any columns with a 1 should have their values added together.
|
||||||
The resulting value is the denary conversion.
|
The resulting value is the denary conversion.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue