Search results for number+system

3 votes
3 answers
1
0 votes
0 answers
6
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 answers
8
Design a 3-bit code to represent each of the six digits of the base-6 number system. Make the binary code self-complementing so that the 5's complement is obtained by cha...
1 votes
1 answer
11
1 votes
1 answer
14
I think 3rd option is right but they mentionedThe binary representation of -39 is : 10110012's complement of 1011001 will be: 1's complement of 1011001 + 1= 0100110 + 1 ...
1 votes
1 answer
17
Example 39: (36x 70)₁₀ is 10’s complement of (yzyz0)₁₀ Then values of x, y, z are?(A) 4, 5, 2(B) 4, 6, 3(C) 3, 6, 3(D) 3, 5, 4Explain ….Solution: (C)
0 votes
2 answers
18
What is smallest negative value expressed in 8 bit 2 complement from that when added to itself, the sum causes an overflow?
0 votes
1 answer
19
while representing an exponent in floating point number why do we add a biased term? What is the benifit of adding this??
0 votes
1 answer
20
In a number system range of numbers are - 3to3 represented as C,B ,A,0,1,2,3 what will be 102 base 10 in the system?