Loose Leaf For Introduction To Computing Systems: From Bits & Gates To C & Beyond
Loose Leaf For Introduction To Computing Systems: From Bits & Gates To C & Beyond
3rd Edition
ISBN: 9781260424744
Author: Yale N. Patt, Sanjay Patel
Publisher: McGraw-Hill Education
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
Students have asked these similar questions
Using the notation

you can select multipy options
For each of the following, decide whether the claim is True or False and select the True ones: Suppose we discover that the 3SAT can be solved in worst-case cubic time. Then it would mean that all problems in NP can also be solved in cubic time. If a problem can be solved using Dynamic Programming, then it is not NP-complete. Suppose X and Y are two NP-complete problems. Then, there must be a polynomial-time reduction from X to Y and also one from Y to X.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
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