What number system--base 2, binary; base 10, decimal, or the base of any other integer-- is best for machines? The answer depends on how many ways the number system can be represented. There are several ways in nature that one can create binary numbers. For example, a switch is open or closed, and a magnet has a north and a south pole. The principal device currently being used is the transistor, which is either on or off. Some uncommon devices are Josephson junctions and light switches. Moreover, circuits made with such 0-1 devices can be analyzed by Boolean algebra. Machines are designed based on binary numbers. Now the question becomes what can be do with binary numbers?
A partial equivalence table between decimal and binary numbers is
shown below.
Decimal |
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decimal |
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Decimal |
Binary |
|
|
|
---|---|---|---|---|
Mult |
Add |
Add |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To process letters in a computer each letter or character is
assigned a number. Currently the possible numbers in an 8-bit byte are
usually used to define characters. There are several competing
conventions. To illustrate the process let us use the widely used ASCII
convention for 8 bit characters.
Letter |
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The ASCII convention is an example of an industrial standard.
Standards are essential for advances in computing, communication and
automation because without standards interaction among machines or even
among software packages for a single machine is impossible. For
example, communication of information objects, such as a spreadsheet or
CAD design, between software programs and devices requires a standard
representation. In comparison with the standards for human interaction,
the standards for machine interaction are rigid and exacting.
Firms have mixed motives in setting standards. Firms frequently try to
set proprietary standards to get customers locked into using their
products. However, if each firm were to adopt its own standard,
communication between equipment from different vendors would be
difficult. In a growing market, one way that standards are set is that
participants tend to follow the dominant firm or coalition of firms.
Another way standards are set is by consortia and other organizations.
Today, the move is towards open standards to ease the problems of
creating systems of multivendor equipment. Standards expand the market
and allow the small firms to seek niches knowing their specialty can be
meshed with other equipment.
One example of a search for a standard is the representation of all
languages in the world. Obviously, oriental languages which use
pictures require larger words than languages which build words out of
characters. There is a debate. It appears that 16 bits should suffice.
Once a standard is set and accepted worldwide, wordprocessors will be
able to process any language easily.
As future managers you should be aware that in markets where there are
no standards, equipment can become obsolete overnight if new standards
are adopted.
Surf the Net: Check out the following sites promoting various standards.
To return to the notes remember to click `back' at the top of your screen. You may have to click several times depending how deeply you delve into these files.