diff --git a/.zk/notebook.db b/.zk/notebook.db index 9fd57f3..aa4b75e 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/zk/Half_adder_and_full_adder.md b/zk/Half_adder_and_full_adder.md index b8227ba..d83cbbf 100644 --- a/zk/Half_adder_and_full_adder.md +++ b/zk/Half_adder_and_full_adder.md @@ -9,8 +9,8 @@ tags: [logic-gates, binary] The half adder and full adder are components of digital circuits that enable us to carry out binary addition. Using adders and half adders we can add two binary numbers together. Adders are a type of [integrated circuit]() comprising certain -[logic gates](Logic_gates.md) where the arrangement -allows for the representation of the addition of bits. +[logic gates](Logic_gates.md) where the arrangement allows for the +representation of the addition of bits. ### Example addition