answersLogoWhite

0

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.

So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is meant by self complementing binary codes?

a binary code is self complementary if complement of any code word is again a code .in self completing codes 9's complement of a number can be obtained by interchanging 0's and 1's.


What does 011510 mean in binary codes?

With that big old '5' in there, this can't be a binary number. A binary number is written with only 2 symbols. They're usually represented as '0' and '1', but they can be any two different marks. The number in the question has 3 different marks.


What are binary codes of colours?

Binary codes for colors represent colors using a combination of bits, typically in the RGB (Red, Green, Blue) color model. In this model, each color is defined by three components, each ranging from 0 to 255, which can be expressed in binary as 8 bits each, resulting in a 24-bit color code. For example, pure red is represented as 11111111 00000000 00000000 in binary, while white is 11111111 11111111 11111111. This binary representation allows computers to process and display a wide range of colors.


Why do you use binary codes to represent characters?

Binary codes are used to represent characters because they provide a simple and efficient way to encode information using only two states, typically represented as 0s and 1s. This binary system aligns well with digital electronics, where transistors can easily represent these two states. By using standard encoding schemes like ASCII or Unicode, computers can consistently interpret and manipulate text across different platforms and devices. Ultimately, binary representation simplifies data processing, storage, and transmission.


What system of symbols can be strung together in an infinite number of ways for purpose of communicating abstract thought?

binary 0 1

Related Questions

Both computer instructions and memory address are represented by?

Binary Codes


Do binary codes uses 1 and 2?

binary codes uses 0 and 1


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


What are weighted binary codes?

It is that type of binary code where weights are assigned to each symbol position in the code word.


How many bytes are in a binary code?

There is no real answer to this. Binary codes can be any length. The minimum length is 1 byte.


What instructions carry out a task on the computer?

The binary codes in the registry.


What are different types of binary code?

BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code


What was the purpose of the codes?

The purpose of slave codes was to control enslaved people and prevent them from rebelling.


What kind of data is in the form of numbers?

binary codes or a number chart


How many different binary codes can be made with 8 bits?

With 8 bits, each bit can be either 0 or 1, leading to 2 possibilities for each bit. Therefore, the total number of different binary codes that can be generated with 8 bits is calculated as (2^8), which equals 256. Thus, there are 256 different binary codes that can be made with 8 bits.


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 many different binary codes can be represented in 2 bits?

2


What are the codes in a computer called?

the 0's and 1's are called binary.


What is the purpose of the holes in binary data?

Not quite sure what you mean by "holes"; "binary data" consists of a string of ones and zeros.


How do graphics communicate information?

binary codes I or O, vairly easer to understand just have to install the correct binary codes in the proper place such as IIOIOI. Not IIOIIO would give a code for the electronics to since what you want such as a letter or number....


What is meant by self complementing binary codes?

a binary code is self complementary if complement of any code word is again a code .in self completing codes 9's complement of a number can be obtained by interchanging 0's and 1's.


What benefit does the binary digit have over decimal in ters of the internal operation of computer?

Binary is easier for the computer to understand. It is also easier to handle and is not costly.


Which code uses 7 bit binary code to reprent each characters?

Ascii codes is uses 7 bit binary code to reprsent each character


What does math have to do with codes?

Math is very important in codes just like in Binary theory wherein only two numbers are involved, 1 and 0.


What are weighted and unweighted codes?

Weighted codes are binary codes where each digit (bit) has a different positional value, meaning that certain bits contribute more to the overall value than others. An example of a weighted code is the Binary Coded Decimal (BCD), where each decimal digit is represented by a fixed number of bits. Unweighted codes, on the other hand, treat each bit equally, with no positional value assigned to them; an example of this would be simple binary representation. In unweighted codes, the value is determined purely by the combination of bits present, not by their positions.