C
Programming and Technical
Programming
Program
In which numbering system can the binary number 1011011111000101 be easily converted to?
Options
1) Decimal system
2) Hexadecimal system
3) Octal system
4) No need to convert
Read Solution (Total 12)
-
- I think the question should be " 5 liters of alcohol is added to the mixture,the ratio becomes 4:5"
Because the original ratio 3:5 of Alcohol=15 lit. & Water 25 lit. can become 4:5 if 5 liters of Alcohol is added, with the quantity of 20 lit. & 25 lit. respectively - 12 years agoHelpfull: Yes(2) No(6)
- let mixer is x
then alcohal=3*x/8
water=1-alcohal
given ;
alcohal/(water+5)=4/5
(3*x/8)/(1-(3*x/8)+5)=4/5
when solve we get x=64
hance alcohal=3*64/8=24 - 9 years agoHelpfull: Yes(1) No(4)
- hexadecimal
- 9 years agoHelpfull: Yes(1) No(0)
- Decimal System
bcz for conversion in other system needs decimal value, even if we convert 4 digit binary in hexadecimal then also there is need of converting those digits into decimal.
Exp. 1010(binary) =10(decimal)= A(hexa)
so decimal is the easiest conersion. - 9 years agoHelpfull: Yes(1) No(0)
- hexa decimal system
- 9 years agoHelpfull: Yes(1) No(0)
- 2)Hexadecimal System.
Because every 4 digit binary No. represent a hexadecimal - 9 years agoHelpfull: Yes(0) No(0)
- ans is 2. hexadecimal system
- 9 years agoHelpfull: Yes(0) No(0)
- no hexadecimal system
- 9 years agoHelpfull: Yes(0) No(0)
- hexa decimal system
- 9 years agoHelpfull: Yes(0) No(0)
- This binary number is easily converted into hexadecimal system.
- 7 years agoHelpfull: Yes(0) No(0)
- Is converted into hexadecimal
- 7 years agoHelpfull: Yes(0) No(0)
- 4..because system understand only binary number
- 6 years agoHelpfull: Yes(0) No(0)
C Other Question