derrick977 derrick977
  • 09-03-2019
  • Computers and Technology
contestada

What decimal value does the 8-bit binary number 10011110 have if it is on a computer using signed-magnitude representation?

Respuesta :

thecoder thecoder
  • 10-03-2019

1 0 0 1 1 1 1 0

0 * 2^{0} + 1 * 2^{1} + 1 * 2^{2} + 1 * 2^{3} + 1 * 2^{4}  + 0 * 2^{5} + 0 * 2^{6} = 30

The sign digit is a 1, so the entire number is negative, which gives -30.

Answer Link

Otras preguntas

This standardized listing of chemical information is valuable
Her __________ can be heard on some recordings by acts such as Oasis and The Lemonheads.a. vocalsb. guitarc. drumsd. keyboard
Assume initial register values of: $t0: 30 $t1: 10 $t2: -5 $t3: 5 1) After the following, what is $t4? a) 5 b) 15 c) -15 d) -5
What is the function of the ancillary services of the palliative care team based on?
free azan prayer app where do i get in on pc is there any good app
why were martin luther king and john kerry against the vietnam war?
which of the following rate laws for the overall reaction corresponds to the proposed mechanism
Out of all the participants in the CAS employment process, who is responsible for the effective and safe planning / execution of CAS? a) Supervisor b) Employee
Using the Adjustments panel, create a non-destructive hue adjustment for the background. Set the hue to 95. A) Done B) Completed C) Finished D) Executed
Implement functions to manipulate lists using pointers instead of indices into an array of structures. what is the difference in memory space and processor time