1.

What is the binary equivalent of the decimal number 368?(a) 10111000(b) 110110000(c) 111010000(d) 111100000I have been asked this question by my college professor while I was bunking the class.My question is from Bottom-Up Parsing-1 in portion Bottom Up Parsing of Compiler

Answer»

Correct choice is (b) 110110000

The BEST I can EXPLAIN: 368 binary EQUIVALENTS is

8=1000

6=0110

3=0011

So 1101101000.



Discussion

No Comment Found

Related InterviewSolutions