answersLogoWhite

0

ASCII (American Standard Code for Information Interchange)

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

Bar code system- why must the number code be changed to binary for the laser readr to work?

Binary is the most primitive form of numeric notation and is by far the easiest to implement at the machine level.


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


Which is the gray code for number 6 in four bit formate?

The gray code for the decimal number 6 in four-bit format is 1011. To convert from binary to gray code, the most significant bit (MSB) remains the same, and each subsequent bit is derived by XORing the current bit with the previous bit in the binary representation. The binary representation of 6 is 0110, which converts to gray code as follows: 0 (MSB), 1 (0 XOR 1), 1 (1 XOR 1), 1 (1 XOR 0), resulting in 1011.


What are the properties of binary tree?

A binary tree of n elements has n-1 edgesA binary tree of height h has at least h and at most 2h - 1 elementsThe height of a binary tree with n elements is at most n and at least ?log2 (n+1)?


7 Why is binary code suitable for use with computers?

Binary is well suited for computers because it only needs two symbols to represent numbers a 1 and a 0. In a computer a circuit can be in 2 states on and off hence in the simplest implementation"on" represents a 1 and "off" a 0.

Related Questions

Is the binary code most widely used for microcomputers?

ASCII (American Standard Code for Information Interchange)


What the most popular code system is?

binary code system


What is the most basic code computers use?

Machine code e.g binary code 011100010001101010001100010001001001


What is the purpose of binary codes?

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.


What is Binary Encoder?

A binary encoder is a person who creates a code used to program computers at the most basic level. Claude Shanna developed binary encoding in the 1930s.


Bar code system- why must the number code be changed to binary for the laser readr to work?

Binary is the most primitive form of numeric notation and is by far the easiest to implement at the machine level.


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


Why do robots use binary code?

Yes. Any electronic device that need to move information uses binary code


How do you convert graycode to binary?

Converting Gray Code to Binary1). Write down the number in gray code.2). The most significant bit of the binary number is the most significant bitof the gray code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the gray coded number to obtain the next binary bit.4). Repeat step 3 till all bits of the gray coded number have been added inmodulo 2. The resultant number is the binary equivalent of the gray number.Converting Binary to Gray Code1). Write down the number in binary code.2). The most significant bit of the gray number is the most significant bitof the binary code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the binary number to obtain the next gray coded bit.4). Repeat step 3 till all bits of the binary coded number have been added inmodulo 2. The resultant number is the gray coded equivalent of the binarynumber.


Which is the most widely used PUK code?

Known as a PIN unlock code, PUK's are codes that are commonly used in phones to unlock their restrictions and make them accessible. Interestingly, the most widely used PUK code is 1-2-3-4, which is the easiest to discover.


What is the most important characteristic of Gray code Prepare a table showing the 4 bit Gray code Explain the rule for conversion of Binary number to Gray code?

characteristic of Gray code


The code established so that all computers used the same binary code is called?

ASCII, the American Standard Code for Information Interchange, is the most commonly used way to represent character and numerical information in a seven-bit binary format, for values from 0 to 127. Most modern computer systems tend to use ASCII values of 128 and above for extended character sets. EBCDIC, the Extended Binary Coded Decimal Interface Code, is an eight-bit binary format used by various IBM mainframe operating systems.