edited by
7,295 views

2 Answers

Best answer
31 votes
31 votes

A and C.

Sign Magnitude

  • $+0 = 0000$
  • $-0 = 1000$

$1$'s complement

  • $+0 = 0000$
  • $-0 = 1111$
edited by
4 votes
4 votes
-0 and 0 in 1's complement that is why the range is -2^n-1 to 2^n-1
Answer:

Related questions

29 votes
29 votes
4 answers
1
Kathleen asked Sep 23, 2014
13,175 views
Booth's coding in $8$ bits for the decimal number $-57$ is:$0-100+1000$$0-100+100-1$$0-1+100-10+1$$00-10+100-1$
24 votes
24 votes
2 answers
2
Kathleen asked Sep 23, 2014
5,709 views
Which of the following functions implements the Karnaugh map shown below?$\bar{A}B + CD$$D(C+A)$$AD+\bar{A}B$$(C+D) (\bar{C}+D) + (A+B)$
19 votes
19 votes
5 answers
3
Kathleen asked Sep 23, 2014
8,463 views
Which of the following expressions is not equivalent to $\bar{x}$?$x \text{ NAND } x$$x \text{ NOR } x$$x \text{ NAND } 1$$x \text{ NOR } 1$
37 votes
37 votes
5 answers
4
Kathleen asked Sep 23, 2014
14,994 views
Which of the following sets of component(s) is/are sufficient to implement any arbitrary Boolean function?XOR gates, NOT gates$2$ to $1$ multiplexersAND gates, XOR gatesT...