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
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...
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.
Use a proof by induction to show that, −(16−11?) is a positive number that is divisible...
Use a proof by induction to show that, −(16−11?) is a positive number that is divisible by 5 when ? ≥ 2. Prove (using a formal proof technique) that any sequence that begins with the first four integers 12, 6, 4, is neither arithmetic nor geometric.
Number of times students visited tutoring one or fewer times 2 or 3 times 4 or...
Number of times students visited tutoring one or fewer times 2 or 3 times 4 or more times total full time students 12 25 6 45 part time students 2 5 6 13 Total 14 30 14 58 (a) What is the probability the student visited the tutoring center four or more times? Write your answer as a simplified fraction or a decimal to 3 decimal places. Show your work. (b) What is the probability the student is full time?...
Adder Start out by picking 2 positive six bit binary numbers that are less than 3210,...
Adder Start out by picking 2 positive six bit binary numbers that are less than 3210, written in 2's complement notation. The eventual goal is to add these two numbers. 1) Look at the LSB bit of the numbers, and using logic gates (NANDs, NORs, etc.) design a circuit that correctly gives the right output for any possible combination of bits in the LSB place. 2) Now look at the next column to the left (next to LSB). In this...
Please Show All Work !! and Number. Thank You! QUESTION 31 A social psychologist is interested...
Please Show All Work !! and Number. Thank You! QUESTION 31 A social psychologist is interested in determining whether the presence of other children influences creativity scores on a task. The children in the study first performed a task by themselves and then performed a similar one in a group setting (with all participants in the same room, but working independently). The data are presented in the table below. Conduct the Related-Samples Sign Test using SPSS to determine whether there...
Cpp Task: Create a class called Mixed. Objects of type Mixed will store and manage rational...
Cpp Task: Create a class called Mixed. Objects of type Mixed will store and manage rational numbers in a mixed number format (integer part and a fraction part). Details and Requirements Your class must allow for storage of rational numbers in a mixed number format. Remember that a mixed number consists of an integer part and a fraction part (like 3 1/2 – “three and one-half”). The Mixed class must allow for both positive and negative mixed number values. A...
Suppose these data show the number of gallons of gasoline sold by a gasoline distributor in...
Suppose these data show the number of gallons of gasoline sold by a gasoline distributor in Bennington, Vermont, over the past 12 weeks. Week Sales (1,000s of gallons) 1 16 2 20 3 18 4 22 5 17 6 15 7 20 8 18 9 22 10 20 11 15 12 22 a) using a weight of 1/2 for the most recent observation, 1/3 for the second most recent observation, and 1/6 for third recent observation, compute a three-week weighted...