Question

Using the rules for binary subtraction: 0 - 0 = 0 1 - 0 = 1...

Using the rules for binary subtraction:

0 - 0 = 0

1 - 0 = 1

1 - 1 = 0

10 - 1 = 1      case4

The fourth case could be stated that 0 - 1 = 1 with a borrow of 1 from the next most significant bit.

Subtract 0000 0000 0000 0000 0000 0000 0010 10112

from 0000 0000 0000 0000 0000 0000 0011 01002.

What is the result for this binary subtraction?

0000 0000 0000 0000 0000 0000 0000 10002
0000 0000 0000 0000 0000 0000 0001 10012
0000 0000 0000 0000 0000 0000 0000 10012
0000 0000 0000 0000 0000 0000 0001 11112
0 0
Add a comment Improve this question Transcribed image text
Answer #1

This will be the answer 0000 0000 0000 0000 0000 0000 0000 10012

an answer will be -01001

but in the binary subtraction the number digits must be zeros and ones but in the question, they have given in 2 in the binary numbers

Add a comment
Know the answer?
Add Answer to:
Using the rules for binary subtraction: 0 - 0 = 0 1 - 0 = 1...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • DO bit 0 1 Q-2 (25p): Assume that logical addresses are 16-bit long: 3 bits for...

    DO bit 0 1 Q-2 (25p): Assume that logical addresses are 16-bit long: 3 bits for segment no and 13 bits for offset. Segment table of the currently running process is given below: a) (5) How many segments can this Segment Present Modify process have at maximum? Length bit Base 0 0 0 0100 0111 0000 0100 0000 1000 0100 b) (15) Convert the following logical 1 1 0100 0100 0001 0010 0010 1100 1000 address to physical (real) address...

  • Question 12 1 pts What is the decimal for the 2's Complement Binary addition of the...

    Question 12 1 pts What is the decimal for the 2's Complement Binary addition of the following 8 Bit numbers (Assume 8 Bit full adder i.e. overflow is possible) 1000 0001 + 1000 0010 Question 13 1 pts What is the 2's complement binary number for the 2's complement operation of the following 8 bit numbers (Assume 8 Bit full adder i.e. overflow is possible) 0010 1111 - 0011 0000 Question 14 1 pts What is the 2's complement binary...

  • Write a program that will ask the user for a decimal number such as 18 and...

    Write a program that will ask the user for a decimal number such as 18 and prints the 16 bit binary equivalent of the number: 0000 0000 0001 0010 NOTE: Your output should be a binary string formatted by nibbles (spaces every four bits): 0000 0000 0010 1110 1010 0111 1. Ask the user for a number and store it in an int variable called “number”. 2. Find out how many bits you want to use to represent this number....

  • We have learned a famous shift cipher called Caesar Cipher. Now if we are given a...

    We have learned a famous shift cipher called Caesar Cipher. Now if we are given a plain test: THE ART OF WARAnd key = 3 (a shift by 3 letters), please give the ciphertext Given an 8 bit block P = 10101111 and a key K = 01101011, please give the result of bitwise XOR between P and K Please give the left 2 shift of the 8 bit text 01100101 Use the given a permutation table 23614857 to define...

  • Please show work! 2. Now, give it a try by converting the binary number 01110110 to...

    Please show work! 2. Now, give it a try by converting the binary number 01110110 to decimal by filling in the same table in step 1 r of 2 Pov 128 64 32 16 Cumulative Amount 4. Now, you give it a try by converting the decimal number 131 to binary by filling in the table Power of 2 128 32 16 Bit Amount Remaining 6. Use the binary to hexadecimal table to convert the binary number 01101111 to hexadecimal...

  • (a) Write a truth table. The input is 4-bit binary ABCD, A is MSB, D is...

    (a) Write a truth table. The input is 4-bit binary ABCD, A is MSB, D is LSB. The output is also represented by x. (b) Obtain an output expression in the form of a SOP. (c) Use Boolean Algebra to design a circuit consisting of only four inverters, four 3-input and gate, and one 4-input OR gate using the simplified and simplified expression obtained in (b). 4-6. The Excess-3 coding system is a four-bit digital coding system for encoding all...

  • 1 Simulations to verify a 4-bit Register Simulate and verify a 4-bit Register using behavioral VHDL...

    1 Simulations to verify a 4-bit Register Simulate and verify a 4-bit Register using behavioral VHDL code in ModelSim. Recall that sequential circuits depend on both present and past state. Sequential circuits are in contrast to combinational circuits, which depend on input values from only the present state. Fur- thermore, recall that a flip-flop is a fundamental circuit used to create more complex sequential circuits. A register is an array of storage components, such as flip-flops. For example, a 4-bit...

  • Please Can someone paraphrase this ? : 1.4 Binary Subtractor The subtraction of unsigned binary numbers...

    Please Can someone paraphrase this ? : 1.4 Binary Subtractor The subtraction of unsigned binary numbers can be done most conveniently by means of complement. Subtraction A–B can be done by tacking the 2’s complement of B and adding it to A. The 2’s complement can be obtained by taking the 1’s complement and adding one to the least significant pair of bits. The 1’s complement can be implemented with the inverters and a one can be added to the...

  • E-Cube algorithm: 1. for source A and destination B, result = A XOR B 2. for...

    E-Cube algorithm: 1. for source A and destination B, result = A XOR B 2. for each non-zero bit in the result starting from the least significant (right most) travel along that dimension Using the above algorithm give the sequence of hops, node by node, for the following source and destinations on this hypercube: 1.0000→1111 2.1111→0000 3. 0101→1010 4. 1100→1000 5. 0001→1000 6. 0010→1111 AQ3 ю. AQ r000 1001 0010 101p.. 001 1011 1100, 1101 0110 Ц10

  • Show all work. Define the following: 1. Bit 2. Byte 3. ASCII 4. Binary 5. Octal...

    Show all work. Define the following: 1. Bit 2. Byte 3. ASCII 4. Binary 5. Octal Convert the following binary numbers to decimal numbers: 1011 0111 0000 0001 1100 1000 0101 Convert the following numbers from decimal to binary: 0 4 9 3 17 8 7 Decode the following Binary ASCII text. Show your work. 01001001 00100000 01101100 01101111 01110110 01100101 00100000 01111001 01101111 01110101

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT