recategorized by
696 views

3 Answers

1 votes
1 votes

With n bit numbers possible is = $2^n$ 

so here n=8 therefore number possible is $2^8$ = 256 

now for unsigned number range would be 0 to 255

and for signed number range would be -128 to 127 (Keeping in mind that 0 has two representation)

so answer would be option A

Answer:

Related questions

1 votes
1 votes
1 answer
1
admin asked Apr 2, 2020
1,759 views
Odd parity of word can be conveniently tested by OR gateAND gateNOR gateXOR gate
2 votes
2 votes
1 answer
2
admin asked Apr 2, 2020
1,191 views
A sequential circuit outputs a $\text{ONE}$ when an even number$(>0)$ of one’s are input; otherwise the output is $\text{ZERO}.$ The minimum number of states required i...
1 votes
1 votes
3 answers
3
admin asked Apr 2, 2020
1,277 views
If a clock with time period $“T”$ is used with $n$ stage shift register, then output of final stage will be delayed by$nT$ sec$(n-1)T$ sec$n/T$ sec$(2n-1)T$ sec
1 votes
1 votes
2 answers
4
admin asked Apr 2, 2020
737 views
If the input $\text{J}$ is connected through $\text{K}$ input of $\text{J-K}$, then flip-flop will behave as a D type flip-flopT type flip-flopS-R flip-flopToggle switch