answersLogoWhite

0


Best Answer

Why do I get the feeling that everybody on Wikianswers is trying to cheat on a test? Maybe they aren't, and maybe pigs fly, and- Oh, yeah. The answer:

0.001; 0.012; 0.100; 0.101. Unless you really mean "greater," not "greatest," in which case the answer would involve a lot of sets of two numbers showing each number compared individually to the other numbers. Writing that probably took more work than it would take to answer the "less to greater" thing. Ugh. Whatever.

lol i'm on that sheet right now! i'm a cheater your talking about TROLOLOLOLOLOLO

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Put in least to grater 0.012 0.100 0.001 0.101?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is a quasi decimal system?

A 0, 1 system using: 5, 2, 1', 1 instead of 8, 4, 2, 1 to count binary numbers. Example: 0000 0001 0010 0101 0100 0101 1001 1100 1101 1111


What is 52 in binary digits?

0011 0100


What is the dotted decimal representation of the IPv4 address which is represented in binary string of 00001010.01100100.00010101.00000001?

Convert each binary number to decimal: Each digit to the left is worth twice what it is worth in the column to its right: each column starting from the right is worth 1, 2, 4, 8, 16, 32, ...; for an 8-bit number, the columns from the left are 128, 64, 32, 16, 8, 4, 2, 1; thus : 0000 1010 = 8 + 2 = 10 0110 0100 = 64 + 32 + 4 = 100 0001 0101 = 16 + 4 + 1 = 21 0000 0001 = 1 → 00001010.01100100.00010101.00000001 = 10.100.21.1 The IPv4 dotted decimal representation is just expressing the 32 bits of the address in the value of each of the 4 bytes used to store the 32 bits using decimal numbers with a dot between each byte's value so that it is not confused to be a single number, ie so that 10.100.21.1 is not read as 10100211 or 10,100,021,001 when the correct decimal value of the 32 bit binary number (0000 1010 0110 0100 0001 0101 0000 0001) is 174,331,137 (but converting that to binary is not as easy as converting an 8 bit (decimal number of range 0-255) to binary.


What is the binary coded decimal of 234?

234 in BCD is 0010 0011 0100


How many binary digits are represented by one hexadecimal digit?

Hexadecimal means 16. So that 4 binary bits are represented by a hexadecimal number. 0000 = 0 1000 = 8 0001 = 1 1001 = 9 0010 = 2 1010 = A 0011 = 3 1011 = B 0100 = 4 1100 = C 0101 = 5 1101 = D 0110 = 6 1110 = E 0111 = 7 1111 = F

Related questions

What is the binary number of alphabet A?

For Capital A, 0100 0001. For Lowercase A, 0110 0001.


How do you convert 14 into binary?

00010100 Like: 1 = 0001 4 = 0100


Adding numbers from 0 to 5 in assembly language?

0000 0001 0010 0011 0100 0101


What is the sum of 1111 plus 0001 plus 1000 plus 0100 using binary addition?

1111 + 0001 + 1000 + 0100 = 11100 Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).


Can u Find a password from binary numbers 1111 0011 1001 0000 0010 0100 0000 1111 0110 1100 0111 0111 0111 1001 0101 0111 0111 1110 0100 1100 0111 1100 1001 0100 0000 0010 1011 0011 1110 0001 11100101?

1539026015


Ascii code of have a nice day?

100 1000 100 0001 101 0110 100 0101 100 0001 100 1110 100 1001 100 0011 100 0101 100 0100 100 0001 101 1001---------Binary Representation. 110 101 126 105 101 116 111 103 105 104 101 131.------Octal


What is the count sequence for a BCD up-counter?

1 = 0001 2 = 0010 3 = 0011 4 = 0100 5 = 0101 6 = 0110 7 = 0111 8 = 1000 9 = 1001


How do you spell cutie in binary code?

The Alphabet in Binary CodeLetterBinary CodeA01000001B01000010C01000011D01000100E01000101F01000110G01000111H01001000I01001001J01001010K01001011L01001100M01001101N01001110O01001111P01010000Q01010001R01010010S01010011T01010100U01010101V01010110W01010111X01011000Y01011001Z01011010LetterBinary Codea01100001b01100010c01100011d01100100e01100101f01100110g01100111h01101000i01101001j01101010k01101011l01101100m01101101n01101110o01101111p01110000q01110001r01110010s01110011t01110100u01110101v01110110w01110111x01111000y01111001z01111010


How do you convert hexadecimal 542 to binary?

Write each hexadecimal digit straight into binary: 5 = 0101 4 = 0100 2 = 0010 So 0x542 = 0101 0100 0010 = 10101000010 (without the spaces). Hex digit to binary conversion: 0 = 0000, 1 = 0001, 2 = 0010, 3 = 0011 4 = 0100, 5 = 0101, 6 = 0110, 7 = 0111 8 = 1000, 9 = 1001, a = 1010, b = 1011 c = 1100, d = 1101, e = 1110, f = 1111


How many different four scoop ice cream cones can be made using two flavors?

16: 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111


What is a quasi decimal system?

A 0, 1 system using: 5, 2, 1', 1 instead of 8, 4, 2, 1 to count binary numbers. Example: 0000 0001 0010 0101 0100 0101 1001 1100 1101 1111


What do you mean by bcd number by example?

A BCD number is a binary-coded decimal. It means that each group of four bits represents a decimal digit. Since you want an example: 1234 would be encoded as: 0001 0010 0011 0100 Since 0001 in binary = 1, etc. In practice, one nibble (half-byte, or group of 4 bits) would also need to be reserved for the sign (positive or negative).