answersLogoWhite

0

36.62510 = 100100.1012

Multiply 36.625 by 2 until it is an integer, giving 293. This requires 3 multiplies. Convert 293 to binary, giving 100100101. Shift right 3 binary places (balancing the 3 multiplies), giving 100100.101.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you convert binary to excess 3 code?

To convert a binary number to Excess-3 code, first, convert the binary number to its decimal equivalent. Then, add 3 to the decimal value. Finally, convert the resulting decimal number back to binary. For instance, to convert the binary number 1010 (which is 10 in decimal), you would calculate 10 + 3 = 13, and then convert 13 back to binary, resulting in 1101 in Excess-3 code.


How do you convert a binary number into a decimal in C?

sprintf (to, "%d", value)


Express the decimal number 57 in binary?

The binary value of the decimal number 57 (fifty seven) is 00111001According to three different decimal to binary converters I tried, the decimal number 57 is expressed in binary as 111001. Being able to convert to binary is important because binary is what computers work in.


What is the decimal value of 181 in binary?

Decimal 181 in binary is 10110101


How do you write program decimal to binary in verilog?

To convert a decimal number to binary in Verilog, you can use the built-in reg or wire types to store the binary value. First, define a module and declare an input for the decimal number. You can then use an assignment statement to convert the decimal to binary by assigning the input directly to the output, as Verilog implicitly handles the conversion. For example: module decimal_to_binary(input [7:0] decimal, output reg [7:0] binary); always @(*) begin binary = decimal; // Implicit conversion from decimal to binary end endmodule This code will take an 8-bit decimal input and output its binary representation.


What is decimal value of binary number 100?

Binary 100 is 4 in decimal.


What is the decimal value of the binary number 1001?

1001 in binary is equal to 9 in decimal.


What are the binary and decimal values of the ASCII letter g?

Binary- 01100111 Decimal Value- 103


What is the binary number of the decimal value 181?

The binary values is 10110101.


What is the decimal value of binary 10011?

19


What is binary value for 192?

The binary equivalent of the decimal number 192 is 11000000.


What is the value of a binary number of 101?

Binary(101) = Decimal(5).