answersLogoWhite

0

I think i fancy Lee-anne McWilliams

-Katie O'Dowd

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is the largest number that can be represented as binary?

Infinity - 1


How do you say no in Binary code?

In binary code, the word "no" can be represented using ASCII values. The letter "n" corresponds to the ASCII value 110, which is 01101110 in binary, and the letter "o" corresponds to 111, which is 01101111 in binary. Therefore, "no" in binary code is 01101110 01101111.


What is binary code for SOS?

In binary code, the SOS distress signal, which is represented in Morse code as "... --- ...", can be encoded as follows: the letter "S" is represented by the sequence 01010011 and the letter "O" by 01001111. Therefore, SOS in binary is 01010011 01010011 01001111 01001111 01010011 01010011. Each character is typically represented using 8 bits in ASCII encoding.


How do you say 'yes' in binary code?

In binary code, the word "yes" is represented as follows: the letter 'y' is 121 in ASCII, which is 01111001 in binary; 'e' is 101, which is 01100101; and 's' is 115, which is 01110011. Therefore, "yes" in binary is 01111001 01100101 01110011.


How do you say Sam in binary code?

To represent the name "Sam" in binary code, you need to convert each letter to its ASCII value and then to binary. The ASCII values for 'S', 'a', and 'm' are 83, 97, and 109, respectively. In binary, these values are represented as: 'S' = 01010011, 'a' = 01100001, and 'm' = 01101101. Therefore, "Sam" in binary code is 01010011 01100001 01101101.

Related Questions

What is the largest number that can be represented as binary?

Infinity - 1


How do you say no in Binary code?

In binary code, the word "no" can be represented using ASCII values. The letter "n" corresponds to the ASCII value 110, which is 01101110 in binary, and the letter "o" corresponds to 111, which is 01101111 in binary. Therefore, "no" in binary code is 01101110 01101111.


What is binary code for SOS?

In binary code, the SOS distress signal, which is represented in Morse code as "... --- ...", can be encoded as follows: the letter "S" is represented by the sequence 01010011 and the letter "O" by 01001111. Therefore, SOS in binary is 01010011 01010011 01001111 01001111 01010011 01010011. Each character is typically represented using 8 bits in ASCII encoding.


What is db in binary?

In binary, "db" would be represented as "01100100" when converted from ASCII to binary. Each character is assigned a unique binary code according to the ASCII standard.


What are Reflected codes?

a modified binary code in which sequential binary numbers are represented by expressions that differ only in one bit, to minimize errors.


How is text represented in main computer memory?

By using a binary number called ASCII code


What letters do binary code represent?

Binary code represents letters by assigning each letter a unique combination of 0s and 1s according to a specific coding scheme, such as ASCII or Unicode. Each letter can be represented by a sequence of 0s and 1s that the computer interprets as that specific character.


How do you say Sam in binary code?

To represent the name "Sam" in binary code, you need to convert each letter to its ASCII value and then to binary. The ASCII values for 'S', 'a', and 'm' are 83, 97, and 109, respectively. In binary, these values are represented as: 'S' = 01010011, 'a' = 01100001, and 'm' = 01101101. Therefore, "Sam" in binary code is 01010011 01100001 01101101.


How is letter a represented in binary number?

Find out how are keyboard letters represented as binary data.


What is meant by excess 3 code in computer science?

Excess 3 code in computer, is defined as a number code in which the decimal digit 'n' is represented by the four bit binary equivalent of n + 3. Symbolically can be represented as XS-3 code.


What is Oscar in binary code?

The name "Oscar" in binary code, using ASCII encoding, is represented as follows: O = 01001111, s = 01110011, c = 01100011, a = 01100001, r = 01110010. Therefore, "Oscar" in binary is 01001111 01110011 01100011 01100001 01110010.


What decimal number is represented by the binary number?

Every decimal number can be represented by a binary number - and conversely.