answersLogoWhite

0

Computers only understand numbers (1 and 0) so for instance: the hex value for A = 60 - this is converted to a binary digit consisting of 1's and 0's which the computer understands, the binary representation of A = 1000001. Programs return or send hex strings for processing as a representation of the action being performed or a word and so on rather than returning several 0's and 1's. The ascii tables give a representaion of the keyboard imput and the coresponding hex values, there is a link below of one.

When a user enters input the program receives this imput and sends to the computer processor, the computer converts to machine code or binary and the correct action is returned.

Each character or action in machine language has a hex string representation, hex means the character is a base of 16.

Html a = a

Dec a = 97

Oct a = 141

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Calculate the check sum8 of hex string 0221323DA3B4?

The check sum8 of hex string 0221323DA3B4 is E9.


What is alphabetic chars only?

In computer programming, a string can be made up of; all numbers (a numeric string,) all letters, (an alphabetic string,) or a mixture of numbers, letters, and symbols, (an alphanumeric string.)


What does one use a hex converter for?

A hex converter is used to convert hexadecimal numbers to binary or decimal numbers, which is necessary for programming or studying computer science. Hex converters are usually online tools that will automatically convert the numbers for you quickly and easily.


What do you mean by string in java programming?

A "string" in any programming language is a line of text.


What does the command strstr do in programming?

The strstr command in programming is used to find a sub string within a string. If nothing is found the pointer is returned to the beginning of the sub string.


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


Advantages of computer programming?

The advantages of computer programming is that it pays well since programming is a creative task. Computer programming helps human beings solve problems on a regular basis.


What is the diffirence of computer programming and computer science?

Computer science is a more abstract study of computing techniques; which will include computer programming. Computer programming, as it implies, is the practise of writing programs for computers.


What does hex stand for in computer terms?

hexadecimal


What is the significance of the empty string symbol in programming languages?

The empty string symbol, represented as "", signifies a string with no characters. It is important in programming languages for tasks such as indicating a lack of data or serving as a placeholder in algorithms and functions.


What is a hash and how is it used in computer programming?

A hash is a function that converts input data into a fixed-size string of characters. In computer programming, hashes are commonly used to store and retrieve data quickly in data structures like hash tables. They are also used for data encryption and security purposes.


How is writing is somewhat like computer programming?

writing and computer programming are basically the same!