Question:
Convert 65(Hex) to Binary.
Answer:
Source: CoolInterview.com
65 to decimal 65/16=4 remainder=1
==41 decimal decimal to binary 101001 Source: CoolInterview.com
Answered by: krish | Date: 1/7/2008
| Contact krish
01100101 Source: CoolInterview.com
Answered by: srinath | Date: 4/2/2008
| Contact srinath
first take 6 6 binary number is acrroding to hexa=0110 5 binary number is acrroding to hexa=0101 last count togather =01100101 Source: CoolInterview.com
Answered by: lakhwinder singh | Date: 6/4/2009
| Contact lakhwinder singh
Convertion of 65 to Binary is 65/2=32 (Rem=1) 32/2=16 (Rem=0) 16/2=8 (Rem=0) 8/2=4 (Rem=0) 4/2=2 (Rem=0) 2/2=1 (Rem=0) Ans : 1000001 Source: CoolInterview.com
Answered by: Asha Krishna | Date: 7/9/2009
| Contact Asha Krishna
first convert 65 into desimal... which is 65/16=4 remainder is 1
so now dwcimal of 65 is 41.. again convert 41 into binary..
41/2=20 remind 1 20/2=10 0 10/2=5 0 5/2= 4 1 4/2= 2 0 2/2= 1 1
so (65)hex->(1101001)bin Source: CoolInterview.com
Answered by: pradeep bhatt | Date: 11/1/2009
| Contact pradeep bhatt
65/2=32=remainder 1 32/2=16=remainder=0 16/2=8=remainder=0 8/2=4 remainder=0 4/2=2 remainder=0 2/2=1 remainder=0 the binary number of 65=1000001 Source: CoolInterview.com
Answered by: sai sankar bihary | Date: 5/20/2010
| Contact sai sankar bihary
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|