answersLogoWhite

0


Best Answer

Computers cannot process anything but binary numbers. Even character strings are just arrays of whole numbers (character codes), so there is absolutely no difference in the processing speed of an array of integers and an array of characters. While the type of operations you will perform on strings are quite a bit different to the arithmetical operations you will perform with numeric data, as far as the computer is concerned there is no difference at all. It's all numeric so there's no difference in terms of processing speed.

There is, however, a key difference when it comes to displaying the data in a human-readable form. Displaying a character is simply a matter of emitting the character code which maps directly to a corresponding glyph, such as a bitmap. But converting a binary value to a decimal value requires that each decimal digit be determined before it can be mapped to its corresponding raster. This clearly requires additional processing.

The same can also be said of floating point values which require dedicated floating point co-processors to ease the burden. Integer arithmetic is simple by comparison.

So, while there is little difference in terms of actual processing, there are differences when it comes to displaying the results. In that sense alone, character data can be dealt with more efficiently than numeric data.

However, if character data is used to represent numeric data, such as the string "123.45", then numeric data is far more efficient because the string must be converted to and from an actual numeric value, whereas the numeric value does not.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can computers process numbers faster and more efficiently than alphanumeric character data three reasons why?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the sort order for alphanumeric fields that contain both numbers and letters?

It depends on the collating order of the character set being used by the computer:ASCII places the numbers before the lettersEBCDIC places the numbers after the lettersFIELDATA places the numbers after the lettersetc.Some early computers had a different collating order than the numeric order of the character codes in the character set, but for modern computers the collating order is usually identical to the numeric order of the character codes.


Can robots understand numbers?

Robots are controlled by computers. They can certainly process numbers and make calculations. As for understanding, that depends on what you mean by understand. Robots with speech recognition systems can understand spoken numbers subject to the limits of the system. Robots use artificial intelligence techniques to "think". Nobody knows for sure what the limits of AI may be.


Why do computers work with bits rather than decimal digits?

Ever wonder what the real numbers are? Numbers are artificial things invented by human, and the same applied to computers. So, the inventors of computers storing human readable numbers (decimal, Roman numerals, etc...) as computer readable numbers (binary). Binary fit very well with the electrical pulses (on and off, as 1 and 0)


What type of data allows letters and numbers?

Character(-string).


What is senf?

Senf is the German word for Mustard.It is also the name of a Java programming tool for finding numbers on computers (credit card numbers and the like).

Related questions

What is the sort order for alphanumeric fields that contain both numbers and letters?

It depends on the collating order of the character set being used by the computer:ASCII places the numbers before the lettersEBCDIC places the numbers after the lettersFIELDATA places the numbers after the lettersetc.Some early computers had a different collating order than the numeric order of the character codes in the character set, but for modern computers the collating order is usually identical to the numeric order of the character codes.


How do you write a password using alphanumeric character?

By using any letters A to Z and any numbers 0 to 9


What is a datatype with numbers and letters?

Different names can be used, but it is alphanumeric. Some allowed field with a datatype called text or character to allow numbers and text to be entered into them.


What are alphanumeric codes?

Alphanumeric codes are a mixture of codes from letters and numbers.


What is Alphanumeric Keys?

An alphanumeric is any of the characters of an alphabetical or numeric set, in Roman script these are the letters A to Z and the numbers 0 to 9.


Is a space bar part of the alphanumeric keys?

No. "Alphanumeric" refers only to letters and numbers.


is there such a thing an alphanumeric primary key?

A primary key can be alphanumeric, containing both letters and numbers.


Is Annie 07 is alphanumeric?

Yes; a phrase containing numbers and the alphabet is considered alphanumeric. 'Annie 07' contains both the alphabet and numbers.


What is an alphanumeric combination?

a combination of numbers and letters.


An example of an alphanumeric only password?

Alphanumeric only passwords can only contains letters A-Z and numbers 0-9. An example of an Alphanumeric only password: hello123


What alphanumeric mean?

Using both letters and numbers.


Types of alphanumeric codes?

One type of alphanumeric code is simply a password using upper and lowercase letters and numbers. Alphanumeric passwords first rose to popularity in the 1960s.