Question

Show the negative and positive number for decimal number 86 in base-6 using the signed-magnitude and...

Show the negative and positive number for decimal number 86 in base-6 using the signed-magnitude and signed-radix-complement number systems, given 5 positions for integer part with no fraction part.

  1. Positive number in signed-magnitude base-6:
  2. Negative number in signed-magnitude base-6:
  3. Positive number in signed-radix-complement base-6:
  4. Negative number in signed-radix-complement base-6:

Homework Answers

Answer #1

Given : decimal number = 86

Positive number in signed-magnitude base-6:

86 = 222

[divide 86 by 6 and note the remainder, then again divide the quotient with 6 and note the remainder ..and so on.]

Negative number in signed-magnitude base-6:

-86 = 334

[86 = 222 [compliment the number and add 1 to find the negative signed output]

= 555-222 +1 = 334]

Positive number in signed-radix-complement base-6:

86 = 5334

Negative number in signed-radix-complement base-6:

-86 = 222

[-86 = 334 [ first convert the decimal into signed base-6]

[Now,find the signed radix complument of base-6]

334 = 222.]

Know the answer?
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
Similar Questions
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement:...
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement: a) 77 b) -42 c) 119 d) -107 Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement representations: a) 60 b) -60 c) 20 d) -20
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can...
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can be expressed (in 8 bits) Using signed magnitude representation as: Using one's complement representation as: Using two's complement representation as: Using excess-M representation (with the appropriate value of M) as: 1c) Using the simple floating point model (1-bit sign, 5-bit biased exponent, and 8-bit significand), the number -0.125 (decimal) can be expressed as: (Do not use spaces or any English text. Provide only the...
Given a 8 bit binary sequence 01111001, show the decimal number it represents in unsigned integer,...
Given a 8 bit binary sequence 01111001, show the decimal number it represents in unsigned integer, sign-magnitude, one's complement, two's complement and execess-127.
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement:...
Represent the following decimal numbers in binary using 8-bit signed magnitude, one’s complement, and two’s complement: a) 77 b) -42 c) 119 d) -107 E) 60 f) -60 g) 20 h) -20
Assume a computer is using signed magnitude base 2 representation to store 8-bit values. Further, assume...
Assume a computer is using signed magnitude base 2 representation to store 8-bit values. Further, assume you have a program which can display the contents of 1-byte memory locations. However, the program displays hex (as a shorthand) instead of binary. What decimal values are represented by the following: (a) C3 (b) 6E Repeat the above, but assume the numbers are stored as 8-bit 2’s complement base 2.
When converting the decimal integer 458 to base-5 using the subtraction method, a number of non-zero...
When converting the decimal integer 458 to base-5 using the subtraction method, a number of non-zero integers will be subtracted from the integer to be converted. Show those integers from large to small, separated by comma.
Sign extension means that any given signed number can be represented with more bits by simply...
Sign extension means that any given signed number can be represented with more bits by simply repeating the sign bit. For example, 0005 = +5 and 00005 = +5. This holds true for negative numbers as well. For example, 1011 = -5 and 11011 = -5. Also, 11111011 = -5. Using finite summation notation, prove that sign extension can be applied to any 2's complement binary integer, B, with b number of bits
6. What decimal number does the bit pattern 0xBF800000 represent if it is: A two's complement...
6. What decimal number does the bit pattern 0xBF800000 represent if it is: A two's complement integer An unsigned integer A floating point number assuming the IEE 754 single precision format PLEASE EXPLAIN AND SHOW WORK
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER...
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER SERIES EXPANSION of the form 147_10=a_2 *R^2+a_1*R^1+a_0*R^0, where R is the number 10 in the base of the number you want to convert to (3) (i.e., R=10_3) and {a_0, a_1,a_2} are the coefficients represented in base 3. Verify your answer using the "division method". Show all your work and all steps.
2) Answer the following number base questions. (SHOW ALL WORK) a. What is 1AA2h in decimal?...
2) Answer the following number base questions. (SHOW ALL WORK) a. What is 1AA2h in decimal? do not simplfy b. What is 238in hex? (put your answer in into word format) c. What is -126 in binary ? d. What is -128 in binary? e. Using the binary compliment method , subtract 11001b – 10110b