Question: Using Java GUI to implement a programming calculator as below CALCULATOR HAS TO BE CLOSE OR EXACTLY AS DESCRIBED IN THE IMAGE BELOW. Disable Dword,
Using Java GUI to implement a programming calculator as below
CALCULATOR HAS TO BE CLOSE OR EXACTLY AS DESCRIBED IN THE IMAGE BELOW.
Disable Dword, Word, Byte, but keep the buttons there. Also, no interaction of the mouse on the binary bits area is required. Just display 64 bits for all the items with appropriate bits filled in based on the value in the number field.
Test Case: Please find below the list of test cases. 1.Look and feel of the calculator. 2.The 64 bits binary value of the entered number in the number field should be displayed correctly. 3.All basic arithmetic operations (+, - , / , *, etc.) must be performed correctly. Results with decimal places or negative values should be displayed appropriately. 4.There is no order of operation expected; if someone has implemented it that way then it is OK either way 5.There should be no interaction of the mouse expected on the binary bits area.
Functionality Test Cases Addition of two integer numbers. Addition of two negative numbers. Addition of one positive and one negative number. Subtraction of two integer numbers. Subtraction of two negative numbers. Subtraction of one negative and one positive number. Multiplication of two integer numbers. Multiplication of two negative numbers. Multiplication of one negative and one positive number. Division of two integer numbers. Division of two negative numbers. Division of one positive number and one integer number. Division of a number by zero. Division of a number by negative number. Division of zero by any number. Basic Conversion of Hex, Dec, Bin, Oct shall work (Handling of Overflow of numbers is not required)


Conversion Calculator 1321561 Bin 0 Dec 0 Hex O oct Conversion_Calculator 11110100000000 Bin 3 O Dec O Hex 8 O Oct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
