From 29b5d4d6d71bc7d52e3f14a66b6da70c1e73eaa1 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Thu, 14 Apr 2022 19:08:05 +0100 Subject: [PATCH] added first post tooltip --- blog/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.