Introduction To Computing Systems
Introduction To Computing Systems
3rd Edition
ISBN: 9781260150537
Author: PATT, Yale N., Patel, Sanjay J.
Publisher: Mcgraw-hill,
Expert Solution & Answer
Book Icon
Chapter 2, Problem 26E

a.

Explanation of Solution

Number of bits required:

7” bits are required to represent “-64” in a 2’s complement representation.

Explanation:

  • Using “2” bits, “22”, which means “4” numbers can be produced.
  • Using “3” bits, “23”, which means “8” numbers can be produced and the maximum value that can be represented using “3” bits is “7”.
  • Hence, using “n” bits, “2n” numbers can be produced and the maximum positive value of “2n1” can be represented

b.

Explanation of Solution

Largest positive number in 7-bit 2’s complement code:

  • The Left most Significant Bit (LSB) denotes that the number is positive or negative.
  • The number is positive, if LSB is “0”.
  • The number is negative, if LSB is “1”.
  • Here is to find, the largest positive number, hence the LSB in binary representation must be “0”.
  • The remaining “6” digits must be “1”.
  • Hence the largest positive number in 7-bit binary representation is “0111111”, which means “+63”.

Representation in binary and decimal:

  • The value “63” is represented in binary as follows,
26

c.

Explanation of Solution

Largest unsigned number using “7” bits:

  • For unsigned numbers, the sign bit is not used.
  • The largest unsigned number can be obtained by placing “1” in all the 7-bit positions.
26252423222120Integer

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education