Using logisim to create a 4bit controlled comparator
INPUTS: Create a circuit in Logisim that will take the following inputs: A:4 bit binary number B:4 bit binary number : Control where: if C 0, A and B wil be treated a$ unsigned binary if C 1 , A and B wil be treated as 2’s complement signed binary for example, the number 101 represents the value “5′ if it is treated as unsigned binary but it represents
OR
OR