diff --git a/blog/blog.html b/blog/blog.html index 2a5a645..cf2d77f 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -35,7 +35,7 @@
- The image above is an example of a table we can use to convert 8-bit binary numbers (referred to as bytes) to denary. +
The image above is an example of a table we can use to convert 8-bit binary numbersreferred to as bytes 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. The resulting value is the denary conversion.