Question

If the decimal value, 30, is shifted to the right by 1 bit position, what will be the result when represented with 10-bits? Note: Your answer in binary should contain only 1 and 0 characters. Result in binary: Result in decimal:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Decimal value 30 in binary = 11110

in 10 bit notation = 0000011110

if we shifiting the value by 1

value = 0000001111     = 15 in decimal

hence

result in binary = 0000001111

result in decimal = 15

===============================================================

KIndly Check and Verify Thanks..!!!

Add a comment
Know the answer?
Add Answer to:
If the decimal value, 30, is shifted to the right by 1 bit position, what will...
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
  • 7) Consider an 8-bit shift register, with initial condition 1001110, which is shifted right six t...

    7) Consider an 8-bit shift register, with initial condition 1001110, which is shifted right six times, while the shift-in data is the following sequence: 0-1-1- 0- 0-0-I Show the sequence of output bits, and give the final state 7) Consider an 8-bit shift register, with initial condition 1001110, which is shifted right six times, while the shift-in data is the following sequence: 0-1-1- 0- 0-0-I Show the sequence of output bits, and give the final state

  • Programming Exercise 4.6 Use the strategy of the decimal to binary conversion and the bit shift...

    Programming Exercise 4.6 Use the strategy of the decimal to binary conversion and the bit shift left operation defined in Project 5 bits = input("Enter bit string: ") bits = bits[1:] + bits[0] print ("Result:", bits) to code a new encryption algorithm. The algorithm should Add 1 to each character’s numeric ASCII value. Convert it to a bit string. Shift the bits of this string one place to the left. A single-space character in the encrypted string separates the resulting...

  • Consider the byte address 0x002468ac. What is the value shifted to the right by 6 bits?...

    Consider the byte address 0x002468ac. What is the value shifted to the right by 6 bits? (That is, what is the block address corresponding to this byte address when using 64-byte blocks?)

  • please include only the digits of the appropriate number system. In particular, do not precede the...

    please include only the digits of the appropriate number system. In particular, do not precede the answers with ‘0x’ or ‘0b’ or follow your answers with base indicators, like subscript 2 or 10. 1. A processor uses 24 bits for its memory addressing. How many possible distinct locations (in decimal) can the computer address? The computer memory address locations are numbered from 0 to the maximum. If a memory locations' address is (7243)10, how is this address represented in binary...

  • What is the maximum positive decimal value that can be represented in 32 bit signed binary...

    What is the maximum positive decimal value that can be represented in 32 bit signed binary integer notation?

  • 1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal....

    1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal. i) 101001012 - 01001001, ii) 110110102 - 100100112 b) Repeat the calculations above but for when the binary numbers are in two's complement form. Comment on the results of the two methods used, noting and discrepancies. 2. Find the sums of the following unsigned hexadecimal numbers. Indicate whether or not the sum overflows an equivalent 8-bit binary result. a) 1116 +2216 b) 1716 +3516...

  • (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the...

    (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the left of the decimal point and 3 to the right. a.      What is the range of the expressible numbers?    b.      What is the precision?    c.       What is the error?    ______________________________________________________________________________   (3 pts) Convert this unsigned base 2 number, 1001 10112, to each base given below   (Note: the space in the binary string is purely for visual convenience) Show your work. Using...

  • For this problem you will design a circular bit shifter in VHDL. These circuits are especially...

    For this problem you will design a circular bit shifter in VHDL. These circuits are especially useful for aligning signals in communications equipment. Your bit shifter should have a 4-bit input, a 4-bit output, and a 2-bit shift amount. The shift amount will specify how many bits are to be shifted, 0, 1, 2, or 3 bits. To perform a circular shift, take the N least significant bits, and put them in the most significant position. For example, 1010 shifted...

  • 2. Convert the following two's complement binary numbers to decimal numbers. These numbers are integers.

    2. Convert the following two's complement binary numbers to decimal numbers. These numbers are integers. a. 110101 b. 01101010 c. 10110101 3. Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Write the results in 6-bit two's complement binary number format and decimal number format. Indicate whether or not the sum overflows a 6-bit result. a. 14 + 12 b. 30 + 2 C. -7 + 20 d. -18-17 4. What is the signed/magnitude and two's complement range of...

  • 4. What decimal value does the 8-bit binary number 10011110 have if:

    4. What decimal value does the 8-bit binary number 10011110 have if: a) It is interpreted as an unsigned number? b) It is on a computer using signed-magnitude representation? c) It is on a computer using ones complement representation? d) It is on a computer using twos complement representation? 5. Given the following two binary numbers: 11111100 and 01110000. a) Which of these two numbers is the larger unsigned binary number? b) Which of these two is the larger when it is being...

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