Monday, 22 August 2022

Updating Java Programming soon

 Hi,

Returning back to the Blog after a long time.

Java programming will be started soon in a few days. I will updated the pages as soon as they are ready.

Hope for the best.

Thank you.

Monday, 21 February 2022

Simplification of Boolean Expressions

Boolean Algebra is all about simplifying the boolean expressions and write them in their smallest form so that execution takes minimum time and required minimum space.

Boolean expressions are simplified in 2 ways. First way is using laws of boolean algebra and the other way is using K-maps

This portion covers the ways to simplify the boolean expressions using laws of boolean algebra.

** Please click to visit the page.

Any problem or issue in understanding the topic is most welcome. Please share it in the comment box and I will resolve it for you.

Thank You.