diff --git a/blog/blog.css b/blog/blog.css index 99e0a03..0fc6024 100644 --- a/blog/blog.css +++ b/blog/blog.css @@ -84,6 +84,7 @@ button.arrow { margin: 0; transform: rotate(225deg); transition: transform 1s; + cursor: pointer; } diff --git a/blog/blog.html b/blog/blog.html index ddd2886..b71a2cf 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -34,7 +34,7 @@

Binary to Denary Conversions

- + Binary Conversion Table

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. @@ -50,7 +50,7 @@

Binary Addition

- + Example of Binary Addition using Long Addition

In primary school we are taught to use long addition to sum numbers on paper. The practice relies on the concept of carrying digits to other columns when the simple addition excedes 10. We can use the same technique to add binary numbers just instead of carrying when exceding 10, we do this at 1. The best way to visualise this is with a couple of rules whenn carrying. First, when adding two 1s in a column, @@ -60,7 +60,7 @@

Binary Subtraction Using 2's Complement

- + Example of 2's Complement

Subtraction in binary is a little hard as it is not as intuitive as the addition. To subtract two binary numbers we use a method known as 2's complement. 2's complement is a way of expressing a binary number as a negative. After doing this conversion, you can just add the two numbers and it will give the same answer as if the two numbers were subtracted in denary. To find 2's complement, you begin by inverting @@ -71,7 +71,7 @@

Binary to Hexadecimal Conversions

- + Denary to Hexadecimal Conversion Table

Hexadecimal is another base system used in programming. Just like binary and denary hexadecimal creates a new column when it's limit is reached (15). However, as the base system is higher than our standard system (denary), we use letters (A-f) to express the numbers 10-15 so that they can be single digits.

@@ -87,7 +87,7 @@

Software Life Cycle

- + Image

Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste mollitia repellat, possimus nesciunt aspernatur quisquam doloremque! Illo, debitis distinctio, nostrum voluptatum possimus minus odio quaerat quia fugit maiores porro. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate quas recusandae dolorum sunt porro vero, temporibus nesciunt cum, sint iure quis suscipit dignissimos maiores cumque debitis nihil, eveniet dolores nemo.

@@ -95,7 +95,7 @@

Requirements Engineering- Why do we need it?

- + Image

Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste mollitia repellat, possimus nesciunt aspernatur quisquam doloremque! Illo, debitis distinctio, nostrum voluptatum possimus minus odio quaerat quia fugit maiores porro. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate quas recusandae dolorum sunt porro vero, temporibus nesciunt cum, sint iure quis suscipit dignissimos maiores cumque debitis nihil, eveniet dolores nemo.