Jump to content

@VAkena

 

Ok don't quote me on this but here is what I think:

 

2 bytes is 16 bits. First bit is used for the sign (+ or -), which leaves 15 bits left to carry numerical data. 2^15 is 32768. That is how many values can be represented as positive numbers or zero. Multiply it by two to get 65536 to account for negative values. Subtract 1 because the question asks how many different numbers can be represented, and even though technically zero in this case be both positive and negative, the value remains the same so it does not count towards the total. Your final answer is 65535 values.

 

Also follow your threads.

Link to comment
https://linustechtips.com/topic/473728-help-with-ist-exam/#findComment-6348398
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×