Sign-Magnitude Number Range in 34-Bit Representation

  • Thread starter Thread starter Her-0
  • Start date Start date
  • Tags Tags
    Range
Click For Summary
SUMMARY

The range of sign-magnitude numbers that can be represented with 34 bits is from -233 to 233 - 1. This is derived from the formula for sign-magnitude representation, where one bit is used for the sign and the remaining bits represent the magnitude. Specifically, for 34 bits, the sign bit is the most significant bit, leaving 33 bits for the magnitude, resulting in a total range of -8,589,934,592 to 8,589,934,591.

PREREQUISITES
  • Understanding of binary number systems
  • Familiarity with sign-magnitude representation
  • Knowledge of bit manipulation
  • Basic concepts of two's complement
NEXT STEPS
  • Research the differences between sign-magnitude and two's complement representations
  • Learn about the implications of using sign-magnitude in computer architecture
  • Explore bitwise operations in programming languages
  • Study the representation of floating-point numbers in binary
USEFUL FOR

Computer science students, software engineers, and anyone interested in understanding binary number representations and their applications in computing.

Her-0
Messages
8
Reaction score
0
1.What is range of sign-magnitude numbers that can be represented with 34-bits

I kind of get it but I'm not sure, I know it has something to do with -2^n -1, 2^n-1 but I'm not sure how to represent it or what the question is really asking. Can anyone help?
 
Physics news on Phys.org
You are correct. Clue: the n is 34 in your case.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
9
Views
2K
Replies
10
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K