Sign In
Ask Question
Engineering
Dalia Avery
1 October, 13:33
What is the range of a 32-bit signed integer?
+2
Answers (
1
)
Travis Herrera
1 October, 14:33
0
From - 2147483647 to 2147483648.
Explanation:
A 32 bit integer has 2^32 = 4294967296 possible values. A signed integer has positive and negative values as well as the zero.
Of these values (2^32) / 2 will be positive, (2^32) / 2 - 1 will be negative and one will be the zero.
Therefore the range is from - (2^32) / 2 + 1 to (2^32) / 2.
This can also be expressed as from - 2147483647 to 2147483648.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Get an answer to your question ✅
“What is the range of a 32-bit signed integer? ...”
in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers
You Might be Interested in
The current in a 67-Ω resistor is 0.12 A. This resistor is in series with a 35-Ω resistor, and the series combination is connected across a battery. What is the battery voltage?
Answers (1)
A pin-supported structure has unrestrained rotations at the support locations. a) True b) False
Answers (1)
Most electricity and natural gas consumption is used for
Answers (1)
The main difference between trusses and frames is trusses are made up of two force members and Frames are made up of multiple force member. a) - True b) - False
Answers (1)
Is refrigerator with an ice-maker an open or a closed system? Explain your answer
Answers (1)
New Questions in Engineering
Familiarity with basic fastener properties: For each of the standard fasteners specified informally below, determine the major diameter d, the pitch p, the pitch diameter dp, and the bolt length L.
Answers (1)
The diameter of a cylinder is called the a.) stroke b.) bore c.) principal length d.) radius
Answers (1)
Consider the following grooves, each of width W, that have been machined from a solid block of material. (a) For each case obtain an expression for the view factor of the groove with respect to the surroundings outside the groove.
Answers (1)
What is the last step to the design process? A: Define the problem B: Present solution C: Evaluate a solution D: Develop a solution
Answers (1)
The controller can be considered the brain of closed loop system
Answers (1)
Home
»
Engineering
» What is the range of a 32-bit signed integer?
Sign In
Sign Up
Forgot Password?