Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1. Assuming six bits are used to represent numbers in a given computer. There will total 64 different representations, ranging from 000000, 000001, 000010,
Problem 1. Assuming six bits are used to represent numbers in a given computer. There will total 64 different representations, ranging from 000000, 000001, 000010, 000011, ...... to 111111.
Construct a table to show the values of all the numbers of these 64 representations, following (a) unsigned notation; (b) signed notation; (c) 1's complement notation; and (d) 2's complement notation.
Hint: your table should contain 64 rows and 5 columns. A sample table is shown below with missing rows and values.
Binary Values in different representations One's Two's Unsigned Signed Complement Complement 0 0 0 0 1 1 1 1 000 000 000 001 000 010 000 011 ... ... 111 101 111 110 62 -30 -1 -2 111 111 63 -31 -0 -1Step by Step Solution
There are 3 Steps involved in it
Step: 1
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