diff --git a/Calculators/Binary-Calculator/README.md b/Calculators/Binary-Calculator/README.md index 2d858ffaa..8123aaa65 100644 --- a/Calculators/Binary-Calculator/README.md +++ b/Calculators/Binary-Calculator/README.md @@ -12,12 +12,27 @@ This web application allows you to perform various binary operations on given bi ## Features :- -- Binary Addition: Add two binary numbers together. -- Binary Subtraction: Subtract one binary number from another. -- Binary Multiplication: Multiply two binary numbers. -- Left Shift: Shift the bits of a binary number to the left. -- Right Shift: Shift the bits of a binary number to the right. +- **Binary Addition**: Add two binary numbers together to get the sum. +- **Binary Subtraction**: Subtract one binary number from another to get the difference. +- **Binary Multiplication**: Multiply two binary numbers to get the product. +- **Left Shift**: Shift the bits of a binary number to the left, filling with zeroes. +- **Right Shift**: Shift the bits of a binary number to the right, filling with zeroes or the sign bit. +- **Addition**: Add two numbers together. +- **Subtraction**: Subtract one number from another. +- **Multiplication**: Multiply two numbers together. +- **Division**: Divide one number by another to get the quotient. +- **Left Shift**: Shift the bits of a number to the left, discarding bits. +- **Right Shift**: Shift the bits of a number to the right, discarding bits. +- **AND Operator**: Perform a bitwise AND operation between two binary numbers. +- **OR Operator**: Perform a bitwise OR operation between two binary numbers. +- **XOR Operator**: Perform a bitwise XOR operation between two binary numbers. +- **XNOR Operator**: Perform a bitwise XNOR operation between two binary numbers. +- **NAND Operator**: Perform a bitwise NAND operation between two binary numbers. +- **NOT Operator**: Perform a bitwise NOT operation to invert the bits of a binary number. +- **Binary To Gray Operator**: Convert a binary number to its corresponding Gray code. ## Screenshots :- -![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/8a25411d-199c-47c8-9cd5-2e12d426ea58) +![image](https://github.com/user-attachments/assets/a78d6cfd-87ee-4c3f-8a2b-ad25486c7e1d) + +![image](https://github.com/user-attachments/assets/397168f3-15c3-46e7-9316-470b79dbaff6) diff --git a/Calculators/Binary-Calculator/assets/background.jpg b/Calculators/Binary-Calculator/assets/background.jpg new file mode 100644 index 000000000..ad8e3793f Binary files /dev/null and b/Calculators/Binary-Calculator/assets/background.jpg differ diff --git a/Calculators/Binary-Calculator/index.html b/Calculators/Binary-Calculator/index.html index 6bffea405..0f804b66a 100644 --- a/Calculators/Binary-Calculator/index.html +++ b/Calculators/Binary-Calculator/index.html @@ -32,6 +32,10 @@