Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a) Assume that only 5 bits are available for representing integers, and signed integers are represented in 2's complement. Compute the value of the
a) Assume that only 5 bits are available for representing integers, and signed integers are represented in 2's complement. Compute the value of the expression 9 + 9. Five-bit binary number 9: 01001 Five-bit binary number 9: 01001 Summing up: 10010 Decimal value -162-14 b) What is the largest value you can represent on 5 bits in 2's complement? c) What is the smallest value you can represent on 5 bits in 2's complement? d) What is the smallest value you can represent on 5 bits in 1's complement? e) How is the decimal number 99 represented as an eight-bit binary number? f) What is the representation in hexadecimal notation of 99? g) How is -99 represented in 2's complement on 8 bits?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
a Computing the value of the expression 9 9 in 2s complement with 5bit representation Fivebit binary ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started