recategorized by
2,460 views
3 votes
3 votes

A computer with $32$-$bit$ word size uses ${2}'s$ complement to represent numbers, The range of integers
that can be represented by this computer is

  1. $-2^{32}$ to $2^{32}$
  2. $-2^{31}$ to $2^{32}-1$
  3. $-2^{31}$ to $2^{31}-1$
  4. $-2^{31}$ to $2^{32}-1$
recategorized by

1 Answer

1 votes
1 votes

option c)For n bit $-2^{n-1} to 2^{n-1}-1$

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 17, 2017
2,387 views
Which of the following set of components is sufficient to implement any arbitrary Boolean function?$XOR$ gates, $NOT$ gates$AND$ gates, $XOR$ gates and $1$$2$ to $1$ mult...
4 votes
4 votes
2 answers
2
gatecse asked Dec 17, 2017
2,647 views
In $\text{IEEE}$ floating point representation, the hexadecimal number $\text{0xC0000000}$ corresponds to$-3.0$$-1.0$$-4.0$$-2.0$
0 votes
0 votes
1 answer
3
2 votes
2 votes
3 answers
4
gatecse asked Dec 17, 2017
6,960 views
A $32$-$bit$ adder is formed by cascading $4$-$bit$ CLA adder.The gate delays (latency)for getting the sum bits is$16$$18$$17$$19$