answersLogoWhite

0

100010110010110100 = 142516 (decimal)

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Computer Science
Related Questions

What is the 205.168.115.18 translated in binary code?

11001101.10101000.01110011.00010010


What is 100 plus 101 equals?

201 in decimal1001 in binary9 in binary translated to decimal


Is binary translatable?

binary numbers can be converted into numbers of any base system. Also, eight digit binary numbers can be translated into text characters. There are several translators online. See related link.


What is binary number 1111 translated into a base 10 number?

It is 15 in base 10.


What is 1 or 0 used in computer data is called?

The "1's and 0's" are referred to as binary. Binary is actually the only language a computer can understand. Everything else has to be translated to binary for it to understand it. 1 is conidered closed and 0 is open.


What does binary code 00110011 mean?

The binary code 00110011 represents the decimal number 51 in the ASCII character encoding system. In ASCII, the number 51 corresponds to the character '3'. Thus, 00110011 can be interpreted as the character '3' when translated from binary to text.


What is the word 'ningen' when translated from Japanese to English?

It means duality and can also refer to a computer's binary system.


Does binary code make sound?

Binary code itself does not produce sound; it is a system of representing data using two states, typically 0s and 1s. However, when binary code is processed by a computer or electronic device, it can be translated into audio signals, which can then be converted into sound by speakers or headphones. Essentially, while binary code is silent, it can be used to create sound through the right hardware and software.


What Convert 10111010 into hexadecimal binary number?

There is no such thing as a Hexadecimal Binary number. It is either Hexadecimal Or Binary. Not both at the same time in one writing.. Binary to Hex is easy though. split up the 8 binary into two of 4 1011 and 1010 8421 and 8421 How many 1s, How many2s etc. We add together 1+2+8 = 11 2+8 = 10 The hex scale is from 0 to 9, A to F : 0123456789ABCDEF 11 Equals B 10 Equals A your Binary number translated to a Hex Number is "BA"


What are copies pictures and words to the computer?

1's and 0's, just data bits. Bitmap pictures usually have binary values which tell the computer what colour to output and where and what size etc and words (letters) usually have an ascii value which is translated to hex and then to binary.


How is a binary used?

Binary what? Binary numbers? Binary stars? Binary fission?


What is a command interpretation?

The CPU needs to understand a command keyed in by a user. The CPU can interpret only binary code, i.e. the code containing 0's and 1's. A command keyed in by user has to be translated to binary code for the CPU to understand it. An operating system performs this task.