591 views
1 votes
1 votes

The gray code for a decimal number N is 11111111_2. This number N is converted into P which belongs to 84 − 2 − 1 code system. What is the Hexadecimal representation for P?

(A) ABC

(B) F55

(C) 170

(D) 790

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
1
Sandy Sharma asked Nov 19, 2018
330 views
If decimal value of is less than that of then possible values of x and y in octal number system respectively are:(A) 11, 16(B) 15, 9(C) 9, 12(D) 17, 11
0 votes
0 votes
1 answer
2
Sandy Sharma asked Nov 19, 2018
1,273 views
The Gray code representation of 11710 is: (A) 1111001 (B) 1001111 (C) 1110110 (D) 1110101
0 votes
0 votes
0 answers
3
Sandy Sharma asked Sep 26, 2018
609 views
The number of elements that can be sorted in Θ() time using merge sort is, where n is the size of input which can be represented as some power of 2 for some positive in...