convert 0.9375 to binary

Answer Posted / uthiravel

0.9375*2=1.875=>1
0.875*2 =1.75 =>1
0.75*2 =1.5 =>1
0.5*2 =1.0 =>1

0.9375=0.1111(Top to Bottom)

Is This Answer Correct ?    76 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "Duff's Device"?

703


What is conio h in c?

625


What are the types of arrays in c?

624


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2161


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

625






What is New modifiers?

672


What is type qualifiers?

664


Explain how do you print only part of a string?

651


How can I handle floating-point exceptions gracefully?

636


What is scope rule of function in c?

553


difference between Low, Middle, High Level languages in c ?

1635


explain what is an endless loop?

612


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2272


How are 16- and 32-bit numbers stored?

725


How does selection sort work in c?

625