Recent questions tagged number-system

1 votes
0 answers
1
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 answers
2
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
5
1 votes
1 answer
12
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
14
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
15
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
16
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?
0 votes
1 answer
17
while representing an exponent in floating point number why do we add a biased term? What is the benifit of adding this??
3 votes
1 answer
18
0 votes
1 answer
19
The decimal equivalent value of given 2's complement number 101001.10 is A -20.5B -23.5C -22.5
0 votes
0 answers
20
How many integers are there in the set {1,2,3,…..,1000} with no digit being repeated?