Computer Science: An Overview (13th Edition) (What's New in Computer Science)
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
13th Edition
ISBN: 9780134875460
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 1.7, Problem 1QE

a.

Explanation of Solution

Decode the 01001010 bit pattern using the floating-point:

First designate the high-order bit of the byte as the sign bit. A 0 in the sign bit means that the value stored is non-negative, and a 1 means that the value is negative. The 3 bits following the sign bit is the exponent field and the remaining 4  bits are the mantissa field.

An excess notation system using bit patterns of length three is,

Bit PatternValue represented
1113
1102
1011
1000
0111
0102
0013
0004

Explanation:

  • The sign bit is 0, the exponent part of 01001010 is 100 and the mantissa part of 01001010 is

b.

Explanation of Solution

Decode the 01101101 bit pattern using the floating-point:

  • The sign bit is 0, the exponent part of 01101101 is 110 and the mantissa part of 01101101 is .1101.
  • 0 sign bit indicates that stored value is non-negative.
  • The value of the exponent 110 from Table 1 is 2.
  • As the value of the exponent is 2, move the radix 2bit to the right of the mantissa .1101.

    Themantissabecomes11.01

  • Convert 11

c.

Explanation of Solution

Decode the 00111001 bit pattern using the floating-point:

  • The sign bit is 0, the exponent part of 00111001 is 011 and the mantissa part of 00111001 is .1001.
  • 0 sign bit indicates that stored value is non-negative.
  • The value of the exponent 011 from Table 1 is 1.
  • As the value of the exponent is 1, move the radix 1bit to the left of the mantissa .1001.

    Themantissabecomes.01001

  • Convert .01001 into equivalent decimal form as:

(

d.

Explanation of Solution

Decode the 11011100 bit pattern using the floating-point:

  • The sign bit is 1, the exponent part of 11011100 is 101 and the mantissa part of 11011100 is .1100.
  • 1 sign bit indicates that stored value is negative.
  • The value of the exponent 101 from Table 1 is 1.
  • As the value of the exponent is 1, move the radix 1bit to the right of the mantissa .1100.

    Themantissabecomes1.100.

  • Convert 1.100 into equivalent decimal form as:

(1

e.

Explanation of Solution

Decode the 10101011 bit pattern using the floating-point:

  • The sign bit is 1, the exponent part of 10101011 is 010 and the mantissa part of 10101011 is .1011.
  • 1 sign bit indicates that stored value is negative.
  • The value of the exponent 010 from Table 1 is 2.
  • As the value of the exponent is 2, move the radix 2bit to the left of the mantissa .1011.

    Themantissabecomes0.001011.

  • Convert 0.001011 into equivalent decimal form as:

(0

Blurred answer
Students have asked these similar questions
Decode the following bit patterns using the floating-point format discussed in the text: 01001010 01101101 11011100
The following bit patterns were originally encoded using even parity. In which of them have errors definitely occurred? 10100101 01111010 10001010 01010000 11110011
Convert the decimal number  -19.625 to a floating-point number expressed in the 14-bit simple model given in your text (1 bit for the sign, 5 bits for exponent using excess-15 notation, and 8 bit mantissa with no implied bit).          Question 16 Convert the following decimal  Real number to fixed point binary: 19.62510 Assume 8 bits for the whole part and  8 bits for the fraction

Chapter 1 Solutions

Computer Science: An Overview (13th Edition) (What's New in Computer Science)

Ch. 1.3 - Prob. 1QECh. 1.3 - Prob. 2QECh. 1.3 - Prob. 3QECh. 1.3 - Prob. 4QECh. 1.3 - Prob. 5QECh. 1.3 - Prob. 6QECh. 1.4 - Here is a message encoded in ASCII using 8 bits...Ch. 1.4 - In the ASCII code, what is the relationship...Ch. 1.4 - Prob. 3QECh. 1.4 - Prob. 4QECh. 1.4 - Convert each of the following binary...Ch. 1.4 - Prob. 6QECh. 1.4 - What is the largest numeric value that could be...Ch. 1.4 - An alternative to hexadecimal notation for...Ch. 1.4 - What is an advantage of representing images via...Ch. 1.4 - Prob. 10QECh. 1.5 - Convert each of the following binary...Ch. 1.5 - Convert each of the following base ten...Ch. 1.5 - Convert each of the following binary...Ch. 1.5 - Express the following values in binary notation:...Ch. 1.5 - Perform the following additions in binary...Ch. 1.6 - Convert each of the following twos complement...Ch. 1.6 - Prob. 2QECh. 1.6 - Suppose the following bit patterns represent...Ch. 1.6 - Suppose a machine stores numbers in twos...Ch. 1.6 - In the following problems, each bit pattern...Ch. 1.6 - Prob. 6QECh. 1.6 - Prob. 7QECh. 1.6 - Prob. 8QECh. 1.6 - Prob. 9QECh. 1.6 - Prob. 10QECh. 1.6 - Prob. 11QECh. 1.7 - Prob. 1QECh. 1.7 - Prob. 3QECh. 1.7 - Prob. 4QECh. 1.8 - What makes Python an interpreted programming...Ch. 1.8 - Write Python statements that print the following:...Ch. 1.8 - Write Python statements to make the following...Ch. 1.8 - Write a Python statement that given an existing...Ch. 1.9 - Prob. 1QECh. 1.9 - Prob. 2QECh. 1.9 - Prob. 3QECh. 1.9 - Prob. 4QECh. 1.9 - Prob. 5QECh. 1.9 - Prob. 6QECh. 1.9 - Prob. 7QECh. 1.10 - Prob. 1QECh. 1.10 - Could errors have occurred in a byte from Question...Ch. 1.10 - Prob. 3QECh. 1.10 - Prob. 4QECh. 1.10 - Prob. 5QECh. 1.10 - Prob. 6QECh. 1 - Determine the output of each of the following...Ch. 1 - a. What Boolean operation does the circuit...Ch. 1 - a. If we were to purchase a flip-flop circuit from...Ch. 1 - Assume that both of the inputs in the following...Ch. 1 - The following table represents the addresses and...Ch. 1 - How many cells can be in a computers main memory...Ch. 1 - Prob. 7CRPCh. 1 - Prob. 8CRPCh. 1 - Prob. 9CRPCh. 1 - Prob. 10CRPCh. 1 - Suppose a picture is represented on a display...Ch. 1 - Prob. 12CRPCh. 1 - Prob. 13CRPCh. 1 - If each sector on a magnetic disk contains 1024...Ch. 1 - How many bytes of storage space would be required...Ch. 1 - Prob. 16CRPCh. 1 - Prob. 17CRPCh. 1 - Suppose a typist could type 60 words per minute...Ch. 1 - Prob. 19CRPCh. 1 - Prob. 20CRPCh. 1 - Prob. 21CRPCh. 1 - Prob. 22CRPCh. 1 - Prob. 23CRPCh. 1 - Prob. 24CRPCh. 1 - Prob. 25CRPCh. 1 - Prob. 26CRPCh. 1 - Prob. 27CRPCh. 1 - Prob. 28CRPCh. 1 - Prob. 29CRPCh. 1 - Prob. 30CRPCh. 1 - Prob. 31CRPCh. 1 - Prob. 32CRPCh. 1 - Prob. 33CRPCh. 1 - Prob. 34CRPCh. 1 - Prob. 35CRPCh. 1 - Prob. 36CRPCh. 1 - Prob. 37CRPCh. 1 - Prob. 38CRPCh. 1 - Prob. 39CRPCh. 1 - Prob. 40CRPCh. 1 - Prob. 41CRPCh. 1 - Prob. 42CRPCh. 1 - Prob. 43CRPCh. 1 - Prob. 44CRPCh. 1 - Prob. 45CRPCh. 1 - What would be the hexadecimal representation of...Ch. 1 - Prob. 47CRPCh. 1 - Prob. 48CRPCh. 1 - Prob. 49CRPCh. 1 - Prob. 50CRPCh. 1 - Prob. 51CRPCh. 1 - Prob. 52CRPCh. 1 - Prob. 53CRPCh. 1 - Prob. 54CRPCh. 1 - Prob. 55CRPCh. 1 - Prob. 56CRPCh. 1 - Prob. 57CRPCh. 1 - Prob. 58CRPCh. 1 - Write and test a Python script that, given a...Ch. 1 - Prob. 61CRPCh. 1 - Prob. 2SICh. 1 - Prob. 3SICh. 1 - Prob. 4SICh. 1 - Prob. 5SICh. 1 - Prob. 6SICh. 1 - Prob. 7SI
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    Systems Architecture
    Computer Science
    ISBN:9781305080195
    Author:Stephen D. Burd
    Publisher:Cengage Learning
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning