Ch1
p. 10
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1 NUMBER SYSTEMS LEARNING OBJECTIVES After you finish this chapter, you should be able to do the following: 1. Recognize different types of number systems as they relate to computers. 2. Identify and define unit, number, base/radix, positional notation, and most and least significant digits as they relate to decimal, binary, octal, and hexadecimal number systems. 3. Add and subtract in binary, octal, and hexadecimal number systems. 4. Convert values from decimal, binary, octal, hexadecimal, and binary-coded decimal number systems to each other and back to the other systems. 5. Add in binary-coded decimal.
1.1 INTRODUCTION How many days’ leave do you have on the books? How much money do you have to last until payday? It doesn’t matter what the question is if the answer is in dollars or days or cows, it will be represented by numbers.
Just try to imagine going through one day without using numbers. Some things can be easily described without using numbers, but others prove to be difficult. Look at the following examples:
I am stationed on the aircraft carrier Nimitz.
He owns a green Chevrolet.
The use of numbers wasn’t necessary in the preceding statements, but the following examples depend on the use of numbers:
I have $25 to last until payday.
I want to take 14 days’ leave.
You can see by these statements that numbers play an important part in our lives.
1-1 UNCLASSIFIED
p. 11
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.2 BACKGROUND AND HISTORY Man’s earliest number or counting system was probably developed to help determine how many possessions a person had. As daily activities became more complex, numbers became more important in trade, time, distance, and all other phases of human life.
As you have seen already, numbers are extremely important in your military and personal life. You realize that you need more than your fingers and toes to keep track of the numbers in your daily routine.
Ever since people discovered that it was necessary to count objects, they have been looking for easier ways to count them. The abacus, developed by the Chinese, is one of the earliest known calculators. It is still in use in some parts of the world.
Blaise Pascal (French) invented the first adding machine in 1642. Twenty years later, an Englishman, Sir Samuel Moreland, developed a more compact device that could multiply, add, and subtract. About 1672, Gottfried Wilhelm von Leibniz (German) perfected a machine that could perform all the basic operations (add, subtract, multiply, divide), as well as extract the square root. Modern electronic digital computers still use von Liebniz's principles.
1.3 MODERN USE Computers are now employed wherever repeated calculations or the processing of huge amounts of data is needed. The greatest applications are found in the military, scientific, and commercial fields. They have applications that range from mail sorting, through engineering design, to the identification and destruction of enemy targets. The advantages of digital computers include speed, accuracy, and manpower savings. Often computers are able to take over routine jobs and release personnel for more important work that cannot be handled by a computer.
People and computers do not normally speak the same language. Methods of translating information into forms that are understandable and usable to both are necessary. Humans generally speak in words and numbers expressed in the decimal number system, while computers only understand coded electronic pulses that represent digital information.
In this chapter you will learn about number systems in general and about binary, octal, and hexadecimal (which we will refer to as hex) number systems specifically. Methods for converting numbers in the binary, octal, and hex systems to equivalent numbers in the decimal system (and vice versa) will also be described. You will see that these number systems can be easily converted to the electronic signals necessary for digital equipment.
1-2 UNCLASSIFIED
p. 12
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.4 TYPESOF NUMBER SYSTEMS Until now, you have probably used only one number system, the decimal system. You may also be familiar with the Roman numeral system, even though you seldom use it.
1.4.1 The Decimal Number System In this module you will be studying modern number systems. You should realize that these systems have certain things in common. These common terms will be defined using the decimal system as our base. Each term will be related to each number system as that number system is introduced.
Each of the number systems you will study is built around the following components: the UNIT, NUMBER, and BASE (RADIX).
Unit and Number The terms unit and number when used with the decimal system are almost self- explanatory. By definition the unit is a single object; that is, an apple, a dollar, a day. A number is a symbol representing a unit or a quantity. The figures 0, 1, 2, and 3 through 9 are the symbols used in the decimal system. These symbols are called Arabic numerals or figures. Other symbols may be used for different number systems. For example, the symbols used with the Roman numeral system are letters - V is the symbol for 5, X for 10, M for 1,000, and so forth. We will use Arabic numerals and letters in the number system discussions in this chapter.
Base (Radix) The base, or radix, of a number system tells you the number of symbols used in that system. The base of any system is always expressed in decimal numbers. The base, or radix, of the decimal system is 10. This means there are 10 symbols - 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 - used in the system. A number system using three symbols - 0, 1, and 2 - would be base 3; four symbols would be base 4; and so forth. Remember to count the zero or the symbol used for zero when determining the number of symbols used in a number system.
The base of a number system is indicated by a subscript (decimal number) following the value of the number. The following are examples of numerical values in different bases with the subscript to indicate the base:
1-3 UNCLASSIFIED
p. 13
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You should notice the highest value symbol used in a number system is always one less than the base of the system. In base 10 the largest value symbol possible is 9; in base 5 it is 4; in base 3 it is 2.
Positional Notation and Zero You must observe two principles when counting or writing quantities or numerical values. They are the POSITIONAL NOTATION and the ZERO principles.
Positional notation is a system where the value of a number is defined not only by the symbol but by the symbol’s position. Let’s examine the decimal (base 10) value of 427.5. You know from experience that this value is four hundred twenty-seven and one-half. Now examine the position of each number:
If 427.5 is the quantity you wish to express, then each number must be in the position shown. If you exchange the positions of the 2 and the 7, then you change the value.
Each position in the positional notation system represents a power of the base, or radix. A POWER is the number of times a base is multiplied by itself. The power is written above and to the right of the base and is called an EXPONENT. Examine the following base 10 line graph:
1-4 UNCLASSIFIED
p. 14
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now let’s look at the value of the base 10 number 427.5 with the positional notation line graph:
1-5 UNCLASSIFIED
p. 15
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You can see that the power of the base is multiplied by the number in that position to determine the value for that position.
The following graph illustrates the progression of powers of 10:
All numbers to the left of the decimal point are whole numbers, and all numbers to the right of the decimal point are fractional numbers. A whole number is a symbol that represents one, or more, complete objects, such as one apple or $5. A fractional number is a symbol that represents a portion of an object, such as half of an apple (.5 apples) or a quarter of a dollar ($0.25). A mixed number represents one, or more, complete objects, and some portion of an object, such as one and a half apples (1.5 apples). When you use any base other than the decimal system, the division between whole numbers and fractional numbers is referred to as the RADIX POINT. The decimal point is actually the radix point of the decimal system, but the term radix point is normally not used with the base 10 number system. 1-6 UNCLASSIFIED
p. 16
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Just as important as positional notation is the use of the zero. The placement of the zero in a number can have quite an effect on the value being represented. Sometimes a position in a number does not have a value between 1 and 9. Consider how this would affect your next paycheck. If you were expecting a check for $605.47, you wouldn’t want it to be $65.47. Leaving out the zero in this case means a difference of $540.00. In the number 605.47, the zero indicates that there are no tens. If you place this value on a bar graph, you will see that there are no multiples of 101.
Most Significant Digit and Least Significant Digit (MSD and LSD) Other important factors of number systems that you should recognize are the MOST SIGNIFICANT DIGIT (MSD) and the LEAST SIGNIFICANT DIGIT (LSD).
The MSD in a number is the digit that has the greatest effect on that number.
The LSD in a number is the digit that has the least effect on that number.
Look at the following examples:
1-7 UNCLASSIFIED
p. 17
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You can easily see that a change in the MSD will increase or decrease the value of the number the greatest amount. Changes in the LSD will have the smallest effect on the value. The nonzero digit of a number that is the farthest LEFT is the MSD, and the nonzero digit farthest RIGHT is the LSD, as in the following example:
In a whole number the LSD will always be the digit immediately to the left of the radix point.
Q1. What term describes a single object?
Q2. A symbol that represents one or more objects is called a _________.
Q3. The symbols 0, 1, 2, and 3 through 9 are what type of numerals?
1-8 UNCLASSIFIED
p. 18
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Q4. What does the base or radix of a number system tell you about the system?
Q5. How would you write one hundred seventy-three base 10?
Q6. What power of 10 is equal to 1,000? 100? 10? 1?
Q7. The decimal point of the base 10 number system is also known as the _________.
Q8. What is the MSD and LSD of the following numbers
(a) 420. (b) 1045.06 (c) 0.0024 (d) 247.0001 1-9 UNCLASSIFIED
p. 19
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Carry and Borrow Principles Soon after you learned how to count, you were taught how to add and subtract. At that time, you learned some concepts that you use almost everyday. Those concepts will be reviewed using the decimal system. They will also be applied to the other number systems you will study.
ADDITION-Addition is a form of counting in which one quantity is added to another. The following definitions identify the basic terms of addition:
AUGEND-The quantity to which an addend is added
ADDEND-A number to be added to a preceding number
SUM -The result of an addition (the sum of 5 and 7 is 12)
CARRY -A carry is produced when the sum of two or more digits in a vertical column equals or exceeds the base of the number system in use
How do we handle the carry; that is, the two-digit number generated when a carry is produced? The lower order digit becomes the sum of the column being added; the higher order digit (the carry) is added to the next higher order column. For example, let’s add 15 and 7 in the decimal system:
Starting with the first column, we find the sum of 5 and 7 is 12. The 2 becomes the sum of the lower order column and the 1 (the carry) is added to the upper order column. The sum of the upper order column is 2. The sum of 15 and 7 is, therefore, 22.
The rules for addition are basically the same regardless of the number system being used. Each number system, because it has a different number of digits, will have a unique digit addition table. These addition tables will be described during the discussion of the adding process for each number system.
A decimal addition table is shown in table 1-1. The numbers in row X and column Y may represent either the addend or the augend. If the numbers in X represent the augend, then the numbers in Y must represent the addend and vice versa. The sum of X + Y is located at the point in array Z where the selected X row and Y column intersect.
1-10 UNCLASSIFIED
p. 20
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
To add 5 and 7 using the table, first locate one number in the X row and the other in the Y column. The point in field Z where the row and column intersect is the sum. In this case the sum is 12.
SUBTRACTION.-The following definitions identify the basic terms you will need to know to understand subtraction operations:
• SUBTRACT-To take away, as a part from the whole or one number from another • MINUEND-The number from which another number is to be subtracted • SUBTRAHEND-The quantity to be subtracted • REMAINDER, or DIFFERENCE-That which is left after subtraction • BORROW-To transfer a digit (equal to the base number) from the next higher order column for the purpose of subtraction.
Use the rules of subtraction and subtract 8 from 25. The form of this problem is probably familiar to you: Table 1-1 Decimal Addition Table
1-11 UNCLASSIFIED
p. 21
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
In addition,
In subtraction, the reverse is true; that is,
Thus, in subtraction the minuend is always found in array Z and the subtrahend in either row X or column Y. If the subtrahend is in row X, then the remainder will be in column Y. Conversely, if the subtrahend is in column Y, then the difference will be in row X. For example, to subtract 8 from 15, find 8 in either the X row or Y column. Find where this row or column intersects with a value of 15 for Z; then move to the remaining row or column to find the difference.
1.4.2 The Binary Number System The simplest possible number system is the BINARY, or base 2, system. You will be able to use the information just covered about the decimal system to easily relate the same terms to the binary system.
Unit and Number The base, or radix-you should remember from our decimal section-is the number of symbols used in the number system. Since this is the base 2 system, only two symbols, 0 and 1, are used. The base is indicated by a subscript, as shown in the following example:
When you are working with the decimal system, you normally don't use the subscript. Now that you will be working with number systems other than the decimal system, it is important that you use the subscript so that you are sure of the system being referred to. Consider the following two numbers:
1-12 UNCLASSIFIED
p. 22
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
With no subscript you would assume both values were the same. If you add subscripts to indicate their base system, as shown below, then their values are quite different:
The base ten number 11 10 is eleven, but the base two number 112 is only equal to three in base ten. There will be occasions when more than one number system will be discussed at the same time, so you MUST use the proper Subscript.
All numbers or values to the left of the radix point are whole numbers, and all numbers to the right of the radix point are fractional numbers.
1-13 UNCLASSIFIED
p. 23
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Let’s look at the binary number 101.1 on a bar graph:
Working from the radix point to the right and left, you can determine the decimal equivalent:
Table 1-2 provides a comparison of decimal and binary numbers. Notice that each time the total number of binary symbol positions increase, the binary number indicates the next higher power of 2. By this example, you can also see that more symbol positions are needed in the binary system to represent the equivalent value in the decimal system.
1-14 UNCLASSIFIED
p. 24
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Table 1-2 Decimal and Binary Comparison
MSD and LSD When you’re determining the MSD and LSD for binary numbers, use the same guidelines you used with the decimal system. As you read from left to right, the first nonzero digit you encounter is the MSD, and the last nonzero digit is the LSD.
1-15 UNCLASSIFIED
p. 25
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
If the number is a whole number, then the first digit to the left of the radix point is the LSD.
Here, as in the decimal system, the MSD is the digit that will have the most effect on the number; the LSD is the digit that will have the least effect on the number.
The two numerals of the binary system (1 and 0) can easily be represented by many electrical or electronic devices. For example, 1 2 may be indicated when a device is active (on), and 02 may be indicated when a device is nonactive (off). Figure 1-1 Binary Example
1-16 UNCLASSIFIED
p. 26
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Look at the preceding figure. It illustrates a very simple binary counting device. Notice that 12 is indicated by a lighted lamp and 02 is indicated by an unlighted lamp. The reverse will work equally well. The unlighted state of the lamp can be used to represent a binary 1 condition, and the lighted state can represent the binary 0 condition. Both methods are used in digital computer applications. Many other devices are used to represent binary conditions. They include switches, relays, diodes, transistors, and integrated circuits (ICs).
Addition of Binary Numbers Addition of binary numbers is basically the same as addition of decimal numbers. Each system has an augend, an addend, a sum, and carries. The following example will refresh your memory:
Since only two symbols, 0 and 1, are used with the binary system, only four combinations of addition are possible.
The sum of each of the first three combinations is obvious:
1-17 UNCLASSIFIED
p. 27
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The fourth combination presents a different situation. The sum of 1 and 1 in any other number system is 2, but the numeral 2 does not exist in the binary system. Therefore, the sum of 12 and 12 is 102 (spoken as one zero base two), which is equal to 210.
Study the following examples using the four combinations mentioned above:
When a carry is produced, it is noted in the column of the next higher value or in the column immediately to the left of the one that produced the carry.
Example: Add 1011 2 and 11012.
Solution: Write out the problem as shown:
1-18 UNCLASSIFIED
p. 28
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
As we noted previously, the sum of 1 and 1 is 2, which cannot be expressed as a single digit in the binary system. Therefore, the sum of 1 and 1 produces a carry:
The following steps, with the carry indicated, show the completion of the addition:
When the carry is added, it is marked through to prevent adding it twice.
In the final step the remaining carry is brought down to the sum.
1-19 UNCLASSIFIED
p. 29
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
In the following example you will see that more than one carry may be produced by a single column. This is something that does not occur in the decimal system.
Example: Add 1 2, 12, 12, and 12
The sum of the augend and the first addend is 0 with a carry. The sum of the second and third addends is also 0 with a carry. At this point the solution resembles the following example:
The sum of the carries is 0 with a carry, so the sum of the problem is as follows:
1-20 UNCLASSIFIED
p. 30
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The same situation occurs in the following example:
Add 100 2, 1012, and 1112
As in the previous example, the sum of the four 1s is 0 with two carries, and the sum of the two carries is 0 with one carry. The final solution will look like this:
In the addition of binary numbers, you should remember the following binary addition rules:
1-21 UNCLASSIFIED
p. 31
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now practice what you’ve learned by solving the following problems:
1-22 UNCLASSIFIED
p. 32
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Subtraction of Binary Numbers Now that you are familiar with the addition of binary numbers, subtraction will be easy. The following are the four rules that you must observe when subtracting:
The following example (10110 2 − 11002) demonstrates the four rules of binary subtraction:
1-23 UNCLASSIFIED
p. 33
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Rule 4 presents a different situation because you cannot subtract 1 from 0. Since you cannot subtract 1 from 0 and have a positive difference, you must borrow the 1 from the next higher order column of the minuend. The borrow may be indicated as shown below:
Now observe the following method of borrowing across more than one column in the example, 1000 2 - 12:
1-24 UNCLASSIFIED
p. 34
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Let’s practice some subtraction by solving the following problems:
1-25 UNCLASSIFIED
p. 35
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Complementary Subtraction If you do any work with computers, you will soon find out that most digital systems cannot subtract-they can only add. You are going to need a method of adding that gives the results of subtraction. Does that sound confusing? Really, it is quite simple. A COMPLEMENT is used for our subtractions. A complement is something used to complete something else.
In most number systems you will find two types of complements. The first is the amount necessary to complete a number up to the highest number in the number system. In the decimal system, this would be the difference between a given number and all 9s. This is called the nines complement or the radix-1 or R’s-1 complement. As an example, the nines complement of 254 is 999 minus 254, or 745.
1-26 UNCLASSIFIED
p. 36
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The second type of complement is the difference between a number and the next higher power of the number base. As an example, the next higher power of 10 above 999 is 1,000. The difference between 1,000 and 254 is 746. This is called the tens complement in the decimal number system. It is also called the radix or R’s complement. We will use complements to subtract. Let’s look at the magic of this process. There are three important points we should mention before we start: (1) Never complement the minuend in a problem, (2) always disregard any carry beyond the number of positions of the largest of the original numbers, and (3) add the R’s complement of the original subtrahend to the original minuend. This will have the same effect as subtracting the original number. Let’s look at a base ten example in which we subtract 38 from 59:
Now let’s look at the number system that most computers use, the binary system. Just as the decimal system, had the nines (R’s-1) and tens (R’s) complement, the binary system has two types of complement methods. These two types are the ones (R’s-1) complement and the twos (R’s) complement. The binary system R’s-1 complement is the difference between the binary number and all 1s. The R’s complement is the difference between the binary number and the next higher power of 2.
Let’s look at a quick and easy way to form the R’s-1 complement. To do this, change each 1 in the original number to 0 and each 0 in the original number to 1 as has been done in the example below.
1-27 UNCLASSIFIED
p. 37
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
There are two methods of achieving the R’s complement. In the first method we perform the R’s-1 complement and then add 1. This is much easier than subtracting the original number from the next higher power of 2. If you had subtracted, you would have had to borrow.
Saying it another way, to reach the R’s complement of any binary number, change all 1s to 0s and all 0s to 1s, and then add 1.
As an example let’s determine the R’s complement of 10101101 2:
The second method of obtaining the R’s complement will be demonstrated on the binary number 00101101100 2.
Step 1—Start with the LSD, working to the MS D, writing the digits as they are up to and including the first one.
1-28 UNCLASSIFIED
p. 38
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Step 2—Now R's-1 complement the remaining digits:
Now let's R's complement the same number using both methods:
Now let's do some subtracting by using the R's complement method. We will go through the subtraction of 3 10 from 910 (00112 from 10012):
1-29 UNCLASSIFIED
p. 39
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Step 1-Leave the minuend alone:
10012 remains 10012
Step 2—Using either method, R's complement the subtrahend:
1101 2 R's complement of subtrahend
Step 3-Add the R's complement found in step 2 to the minuend of the original problem:
Step 4—Remember to discard any carry beyond the size of the original number. Our original problem had four digits, so we discard the carry that expanded the difference to five digits. This carry we disregard is significant to the computer. It indicates that the difference is positive. Because we have a carry, we can read the difference directly without any further computations. Let's check our answer:
If we do not have a carry, it indicates the difference is a negative number. In that case, the difference must be R's complemented to produce the correct answer.
1-30 UNCLASSIFIED
p. 40
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Let's look at an example that will explain this for you.
Subtract 9 10 from 510 (10012 from 01012):
Step 1—Leave the minuend alone:
0101 2 remains 01012
Step 2—R's complement the subtrahend:
0111 2 R's complement of subtrahend
Step 3—Add the R's complement found in step 2 to the minuend of the original problem:
Step 4—We do not have a carry; and this tells us, and any computer, that our difference (answer) is negative. With no carry, we must R's complement the difference in step 3. We will then have arrived at the answer (difference) to our original problem. Let's do this R's complement step and then check our answer:
0100 2 R's complement of difference in step 3
1-31 UNCLASSIFIED
p. 41
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Remember, we had no carry in step 3. That showed us our answer was going to be negative. Make sure you indicate the difference is negative. Let's check the answer to our problem:
Try solving a few subtraction problems by using the complement method:
1-32 UNCLASSIFIED
p. 42
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.4.3 Octal Number System The octal, or base 8, number system is a common system used with computers. Because of its relationship with the binary system, it is useful in programming some types of computers.
Look closely at the comparison of binary and octal number systems in table 1-3. You can see that one octal digit is the equivalent value of three binary digits. The following examples of the conversion of octal 225 8 to binary and back again further illustrate this comparison:
1-33 UNCLASSIFIED
p. 43
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Table 1-3 Binary and Octal Comparison
1-34 UNCLASSIFIED
p. 44
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Unit and Number The terms that you learned in the decimal and binary sections are also used with the octal system. The unit remains a single object, and the number is still a symbol used to represent one or more units.
Base (Radix) As with the other systems, the radix, or base, is the number of symbols used in the system. The octal system uses eight symbols - 0 through 7. The base, or radix, is indicated by the subscript 8.
Positional Notation The octal number system is a positional notation number system. Just as the decimal system uses powers of 10 and the binary system uses powers of 2, the octal system uses power of 8 to determine the value of a number’s position. The following bar graph shows the positions and the power of the base:
1-35 UNCLASSIFIED
p. 45
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Remember, that the power, or exponent, indicates the number of times the base is multiplied by itself. The value of this multiplication is expressed in base 10 as shown below:
All numbers to the left of the radix point are whole numbers, and those to the right are fractional numbers.
1-36 UNCLASSIFIED
p. 46
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
MSD and LSD When determining the most and least significant digits in an octal number, use the same rules that you used with the other number systems. The digit farthest to the left of the radix point is the MSD, and the one farthest right of the radix point is the LSD.
Example:
If the number is a whole number, the MSD is the nonzero digit farthest to the left of the radix point and the LSD is the digit immediately to the left of the radix point. Conversely, if the number is a fraction only, the nonzero digit closest to the radix point is the MSD and the LSD is the nonzero digit farthest to the right of the radix point.
Addition of Octal Numbers The addition of octal numbers is not difficult provided you remember that anytime the sum of two digits exceeds 7, a carry is produced. Compare the two examples shown below:
The octal addition table in table 1-4 will be of benefit to you until you are accustomed to adding octal numbers. To use the table, simply follow the directions used in this example:
1-37 UNCLASSIFIED
p. 47
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Locate the 6 in the X column of the figure. Next locate the 5 in the Y column. The point in area Z where these two columns intersect is the sum.
If you use the concepts of addition you have already learned, you are ready to add octal numbers.
Work through the solutions to the following problems: Table 1-4 Octal Addition Table
1-38 UNCLASSIFIED
p. 48
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
As was mentioned earlier in this section, each time the sum of a column of numbers exceeds 7, a carry is produced. More than one carry may be produced if there are three or more numbers to be added, as in this example:
The sum of the augend and the first addend is 6 8 with a carry. The sum of 68 and the second addend is 58 with a carry. You should write down the 58 and add the two carries and bring them down to the sum, as shown below:
1-39 UNCLASSIFIED
p. 49
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now let’s try some practice problems:
1-40 UNCLASSIFIED
p. 50
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Subtraction of Octal Numbers The subtraction of octal numbers follows the same rules as the subtraction of numbers in any other number system. The only variation is in the quantity of the borrow. In the decimal system, you had to borrow a group of 1010. In the binary system, you borrowed a group of 210. In the octal system you will borrow a group of 810.
Consider the subtraction of 1 from 10 in decimal, binary, and octal number systems:
In each example, you cannot subtract 1 from 0 and have a positive difference. You must use a borrow from the next column of numbers. Let’s examine the above problems and show the borrow as a decimal quantity for clarity:
When you use the borrow, the column you borrow from is reduced by 1, and the amount of the borrow is added to the column of the minuend being subtracted. The following examples show this procedure:
1-41 UNCLASSIFIED
p. 51
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
In the octal example 78 cannot be subtracted from 68, so you must borrow from the 4. Reduce the 4 by 1 and add 108 (the borrow) to the 68 in the minuend. By subtracting 78 from 168, you get a difference of 78. Write this number in the difference line and bring down the 3. You may need to refer to table 1-4, the octal addition table, until you are familiar with octal numbers. To use the table for subtraction, follow these directions. Locate the subtrahend in column Y. Now find where this line intersects with the minuend in area Z. The remainder, or difference, will be in row X directly above this point.
Do the following problems to practice your octal subtraction:
Check your answers by adding the subtrahend and difference for each problem.
1-42 UNCLASSIFIED
p. 52
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.4.4 Hexadecimal (HEX) Number System The hex number system is a more complex system in use with computers. The name is derived from the fact the system uses 16 symbols. It is beneficial in computer programming because of its relationship to the binary system. Since 16 in the decimal system is the fourth power of 2 (or 24); one hex digit has a value equal to four binary digits. Table 1-5 shows the relationship between the two systems.
Table 1-5 Binary and Hexadecimal Comparison
1-43 UNCLASSIFIED
p. 53
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Unit and Number As in each of the previous number systems, a unit stands for a single object. A number in the hex system is the symbol used to represent a unit or quantity. The Arabic numerals 0 through 9 are used along with the first six letters of the alphabet. You have probably used letters in math problems to represent unknown quantities, but in the hex system A, B, C, D, E, and F, each have a definite value as shown below:
Base (Radix) The base, or radix, of this system is 16, which represents the number of symbols used in the system. A quantity expressed in hex will be annotated by the subscript 16, as shown below:
Positional Notation Like the binary, octal, and decimal systems, the hex system is a positional notation system. Powers of 16 are used for the positional values of a number. The following bar graph shows the positions:
1-44 UNCLASSIFIED
p. 54
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Multiplying the base times itself the number of times indicated by the exponent will show the equivalent decimal value:
You can see from the positional values that usually fewer symbol positions are required to express a number in hex than in decimal. The following example shows this comparison:
1-45 UNCLASSIFIED
p. 55
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
MSD and LSD The most significant and least significant digits will be determined in the same manner as the other number systems. The following examples show the MSD and LSD of whole, fractional, and mixed hex numbers:
Addition of Hex Numbers The addition of hex numbers may seem intimidating at first glance, but it is no different than addition in any other number system. The same rules apply. Certain combinations of symbols produce a carry while others do not. Some numerals combine to produce a sum represented by a letter. After a little practice you will be as confident adding hex numbers as you are adding decimal numbers.
Study the hex addition table in table 1-6. Using the table, add 7 and 7. Locate the number 7 in both columns X and Y. The point in area Z where these two columns intersect is the sum; in this case 7 + 7 = E. As long as the sum of two numbers is 15 10 or less, only one symbol is used for the sum. A carry will be produced when the sum of two numbers is 16 10 or greater, as in the following examples:
1-46 UNCLASSIFIED
p. 56
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Table 1-6 Hexadecimal Addition Table
1-47 UNCLASSIFIED
p. 57
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Use the addition table and follow the solution of the following problems:
In this example each column is straight addition with no carry.
Now add the addend (784 16) and the sum (BDA16) of the previous problem:
Here the sum of 4 and A is E. Adding 8 and D is 15 16; write down 5 and carry a 1. Add the first carry to the 7 in the next column and add the sum, 8, to B. The result is 1316; write down 3 and carry a 1. Since only the last carry is left to add, bring it down to complete the problem.
Now observe the procedures for a more complex addition problem. You may find it easier to add the Arabic numerals in each column first:
The sum of 4, E, 1, and 3 in the first column is 16 16. Write down the 6 and the carry. In the second column, 1, 1, 9, and 7 equals 1216. Write the carry over the next column. Add B and 2 - the sum is D. Write this in the sum line. Now add the final column, 1, 1, 5, and C. The sum is 1316. Write down the carry; then add 3 and B - the sum is E. Write down the E and bring down the final carry to complete the problem. 1-48 UNCLASSIFIED
p. 58
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now solve the following addition problems:
1-49 UNCLASSIFIED
p. 59
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Subtraction of Hex Numbers The subtraction of hex numbers looks more difficult than it really is. In the preceding sections you learned all the rules for subtraction. Now you need only to apply those rules to a new number system. The symbols may be different and the amount of the borrow is different, but the rules remain the same.
Use the hex addition table (table 1-6) to follow the solution of the following problems:
Working from left to right, first locate the subtrahend (2) in column Y. Follow this line across area Z until you reach C. The difference is located in column X directly above the C - in this case A. Use this same procedure to reach the solution:
Now examine the following solutions:
In the previous example, when F was subtracted from 1E, a borrow was used. Since you cannot subtract F from E and have a positive difference, a borrow of 10 16 was taken from the next higher value column. The borrow was added to E, and the higher value column was reduced by 1.
1-50 UNCLASSIFIED
p. 60
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The following example shows the use of the borrow in a more difficult problem:
In this first step, B cannot be subtracted from 7, so you take a borrow of 10 16 from the next higher value column. Add the borrow to the 7 in the minuend; then subtract (1716 minus B16 equals C16). Reduce the number from which the borrow was taken (3) by 1.
To subtract 4 16 from 216 also requires a borrow, as shown below:
Borrow 10 16 from the A and reduce the minuend by 1. Add the borrow to the 2 and subtract 416 from 1216. The difference is E.
When solved the problem looks like this:
Remember that the borrow is 10 16 not 1010.
1-51 UNCLASSIFIED
p. 61
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
There may be times when you need to borrow from a column that has a 0 in the minuend. In that case, you borrow from the next highest value column, which will provide you with a value in the 0 column that you can borrow from.
To subtract A from 7, you must borrow. To borrow you must first borrow from the 2. The 0 becomes 10 16, which can give up a borrow. Reduce the 1016 by 1 to provide a borrow for the 7. Reducing 1016 by 1 equals F. Subtracting A16 from 1716 gives you D16. Bring down the 1 and F for a difference of 1FD16.
Now let’s practice what we’ve learned by solving the following hex subtraction problems:
1-52 UNCLASSIFIED
p. 62
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.5 CONVERSION OF BASES We mentioned in the introduction to this chapter that digital computers operate on electrical pulses. These pulses or the absence of, are easily represented by binary numbers. A pulse can represent a binary 1, and the lack of a pulse can represent a binary 0 or vice versa.
The sections of this chapter that discussed octal and hex numbers both mentioned that their number systems were beneficial to programmers. You will see later in this section that octal and hex numbers are easily converted to binary numbers and vice versa..
If you are going to work with computers, there will be many times when it will be necessary to convert decimal numbers to binary, octal, and hex numbers. You will also have to be able to convert binary, octal, and hex numbers to decimal numbers. Converting each number system to each of the others will be explained. This will prepare you for converting from any base to any other base when needed.
1.6 DECIMAL CONVERSION Some computer systems have the capability to convert decimal numbers to binary numbers. They do this by using additional circuitry. Many of these systems require that the decimal numbers be converted to another form before entry.
1.6.1 Decimal to Binary Conversion of a decimal number to any other base is accomplished by dividing the decimal number by the radix of the system you are converting to. The following definitions identify the basic terms used in division:
• DIVIDEND-The number to be divided • DIVISOR-The number by which a dividend is divided • QUOTIENT-The number resulting from the division of one number by another • REMAINDER-The final undivided part after division that is less or of a lower degree than the divisor.
To convert a base 10 whole number to its binary equivalent, first set up the problem for division:
1-53 UNCLASSIFIED
p. 63
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Step 1—Divide the base 10 number by the radix (2) of the binary system and extract the remainder (this becomes the binary number's LSD).
Step 2—Continue the division by dividing the q uotient of step 1 by the radix (2 x 2).
Step 3—Continue dividing quotients by the radix until the quotient becomes smaller that the divisor; then do one more division. The remainder is our MSD.
The remainder in step 1 is our LSD. Now rewrite the solution, and you will see that 5 10 equals 1012. Now follow the conversion of 2310 to binary:
Step 1—Set up the problem for division:
1-54 UNCLASSIFIED
p. 64
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Step 2—Divide the number a nd extract the remainder:
Step 3—Rewrite the solution from MSD to LSD:
1-55 UNCLASSIFIED
p. 65
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
No matter how large the decimal number may be, we use the same procedure. Let's try the problem below. It has a larger dividend:
We can convert fractional decimal numbers by multiplying the fraction by the radix and extracting the portion of the product to the left of the radix point. Continue to multiply the fractional portion of the previous product until the desired degree of accuracy is attained.
1-56 UNCLASSIFIED
p. 66
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Let’s go through this process and convert 0.2510 to its binary equivalent:
The first figure to the left of the radix point is the MSD, and the last figure of the computation is the LSD. Rewrite the solution from MSD to LSD preceded by the radix point as shown:
Now try converting .625 10 to binary:
1-57 UNCLASSIFIED
p. 67
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
As we mentioned before, you should continue the operations until you reach the desired accuracy. For example, convert .42510 to five places in the binary system:
Although the multiplication was carried out for seven places, you would only use what is required. Write out the solution as shown:
1-58 UNCLASSIFIED
p. 68
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
To convert a mixed number such as 37.62510 to binary, split the number into its whole and fractional components and solve each one separately. In this problem carry the fractional part to four places. When the conversion of each is completed, recombine it with the radix point as shown below:
Convert the following decimal numbers to binary:
1.6.2 Decimal to Octal The conversion of a decimal number to its base 8 equivalent is done by the repeated division method. You simply divide the base 10 number by 8 and extract the remainders. The first remainder will be the LSD, and the last remainder will be the MSD.
Look at the following example. To convert 15 10 to octal, set up the problem for division:
1-59 UNCLASSIFIED
p. 69
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Since 8 goes into 15 one time with a 7 remainder, 7 then is the LSD. Next divide 8 into the quotient (1). The result is a 0 quotient with a 1 remainder. The 1 is the MSD:
Now write out the number from MSD to LSD as shown:
The same process is used regardless of the size of the decimal number. Naturally, more divisions are needed for larger numbers, as in the following example:
Convert 264 10 to octal:
1-60 UNCLASSIFIED
p. 70
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
By rewriting the solution, you find that the octal equivalent of 26410 is as follows:
To convert a decimal fraction to octal, multiply the fraction by 8. Extract everything that appears to the left of the radix point. The first number extracted will be the MSD and will follow the radix point. The last number extracted will be the LSD.
Convert 0.05 10 to octal:
Write the solution from MSD to LSD:
.03146 8
1-61 UNCLASSIFIED
p. 71
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You can carry the conversion out to as many places as needed, but usually four or five places are enough.
To convert a mixed decimal number to its octal equivalent, split the number into whole and fractional portions and solve as shown below:
Convert 105.589 10 to octal:
Combine the portions into a mixed number:
151.4554 8
1-62 UNCLASSIFIED
p. 72
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Convert the following decimal numbers to octal:
1.6.3 Decimal to Hex To convert a decimal number to base 16, follow the repeated division procedures you used to convert to binary and octal, only divide by 16. Let’s look at an example:
Convert 6310 to hex:
Therefore, the hex equivalent of 63 10 is 3F16.
1-63 UNCLASSIFIED
p. 73
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You have to remember that the remainder is in base 10 and must be converted to hex if it exceeds 9. Let’s work through another example:
Write the solution from MSD to LSD:
AE 16
1-64 UNCLASSIFIED
p. 74
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The solution: .B1EB16
Should you have the need to convert a decimal mixed number to hex, convert the whole number and the fraction separately; then recombine for the solution.
Convert the following decimal numbers to hex:
The converting of binary, octal, and hex numbers to their decimal equivalents is covered as a group later in this section.
1.7 BINARY CONVERSION Earlier in this chapter, we mentioned that the octal and hex number systems are useful to computer programmers. It is much easier to provide data to a computer in one or the other of these systems. Likewise, it is important to be able to convert data from the computer into one or the other number systems for ease of understanding the data.
1.7.1 Binary to Octal Look at the following numbers:
10111001001101 2
271158
You can easily see that the octal number is much easier to say. Although the two numbers look completely different, they are equal.
1-65 UNCLASSIFIED
p. 75
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Since 8 is equal to 23, then one octal digit can represent three binary digits, as shown below:
With the use of this principle, the conversion of a binary number is quite simple. As an example, follow the conversion of the binary number at the beginning of this section.
Write out the binary number to be converted. Starting at the radix point and moving left, break the binary number into groups of three as shown. This grouping of binary numbers into groups of three is called binary-coded octal (BCO). Add 0s to the left of any MSD that will fill a group of three:
Next, write down the octal equivalent of each group:
1-66 UNCLASSIFIED
p. 76
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
To convert a binary fraction to its octal equivalent, starting at the radix point and moving right, expand each digit into a group of three:
Add 0s to the right of the LSD if necessary to form a group of three. Now write the octal digit for each group of three, as shown below:
To convert a mixed binary number, starting at the radix point, form groups of three both right and left:
1-67 UNCLASSIFIED
p. 77
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Convert the following binary numbers to octal:
1.7.2 Binary to Hex The table below shows the relationship between binary and hex numbers. You can see that four binary digits may be represented by one hex digit. This is because 16 is equal to 2 4.
1-68 UNCLASSIFIED
p. 78
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Using this relationship, you can easily convert binary numbers to hex. Starting at the radix point and moving either right or left, break the number into groups of four. The grouping of binary into four bit groups is called binary-coded hexadecimal (BCH).
Convert 1110100112 to hex:
Add 0s to the left of the MSD of the whole portion of the number and to the right of the LSD of the fractional part to form a group of four.
Convert .111 2 to hex:
In this case, if a 0 had not been added, the conversion would have been .716, which is incorrect.
Convert the following binary numbers to hex:
1-69 UNCLASSIFIED
p. 79
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.8 OCTAL CONVERSION The conversion of one number system to another, as we explained earlier, is done to simplify computer programming or interpreting of data.
1.8.1 Octal to Binary For some computers to accept octal data, the octal digits must be converted to binary. This process is the reverse of binary to octal conversion.
To convert a given octal number to binary, write out the octal number in the following format. We will convert octal 5678:
Next, below each octal digit write the corresponding three-digit binary-coded octal equivalent:
Solution: 567 8 equals 101 110 1112
Remove the conversion from the format:
101110111 2
1-70 UNCLASSIFIED
p. 80
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
As you gain experience, it may not be necessary to use the block format.
An octal fraction (.123 8) is converted in the same manner, as shown below:
Solution: .123 8 equals .0010100112
Apply these principles to convert mixed numbers as well.
Convert 32.25 8 to binary:
Solution: 32.25 8 equals 011010.0101012
Convert the following numbers to binary:
1-71 UNCLASSIFIED
p. 81
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.8.2 Octal to Hex You will probably not run into many occasions that call for the conversion of octal numbers to hex. Should the need arise, conversion is a two-step procedure. Convert the octal number to binary; then convert the binary number to hex. The steps to convert 53.78 to hex are shown below:
Regroup the binary digits into groups of four and add zeros where needed to complete groups; then convert the binary to hex.
Solution: 53.7 8 equals 2B.E16
Convert the following numbers to hex:
1-72 UNCLASSIFIED
p. 82
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.9 HEX CONVERSION The procedures for converting hex numbers to binary and octal are the reverse of the binary and octal conversions to hex.
1.9.1 Hex to Binary To convert a hex number to binary, set up the number in the block format you used in earlier conversions. Below each hex digit, write the four-digit binary equivalent. Observe the following example:
Convert ABC 16 to binary:
Solution: ABC 16 = 1010101111002
1-73 UNCLASSIFIED
p. 83
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.9.2 Hex to Octal Just like the conversion of octal to hex, conversion of hex to octal is a two-step procedure. First, convert the hex number to binary; and second, convert the binary number to octal. Let’s use the same example we used above in the hex to binary conversion and convert it to octal:
Convert these base 16 numbers to their equivalent base 2 and base 8 numbers:
1-74 UNCLASSIFIED
p. 84
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.10 CONVERSION TO DECIMAL Computer data will have little meaning to you if you are not familiar with the various number systems. It is often necessary to convert those binary, octal, or hex numbers to decimal numbers. The need for understanding is better illustrated by showing you a paycheck printed in binary. A check in the amount of $10,010,101.002 looks impressive but in reality only amounts to $149.0010
1.10.1 Binary to Decimal The computer that calculates your pay probably operates with binary numbers, so a conversion takes place in the computer before the amount is printed on your check. Some computers, however, don’t automatically convert from binary to decimal. There may be times when you must convert mathematically.
To convert a base 2 number to base 10, you must know the decimal equivalent of each power of 2. The decimal value of a power of 2 is obtained by multiplying 2 by itself the number of times indicated by the exponent for whole numbers; for example, 2 4 = 2 ⋅ 2 ⋅ 2 ⋅ 2 or 1610.
For fractional numbers, the decimal value is equal to 1 divided by 2 multiplied by itself the number of times indicated by the exponent. Look at this example:
The table below shows a portion of the positions and decimal values of the binary system:
Remember, earlier in this chapter you learned that any number to the 0 power is equal to 1 10.
1-75 UNCLASSIFIED
p. 85
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Another method of determining the decimal value of a position is to multiply the preceding value by 2 for whole numbers and to divide the preceding value by 2 for fractional numbers, as shown below:
Let’s convert a binary number to decimal by using the positional notation method. First, write out the number to be converted; then, write in the decimal equivalent for each position with a 1 indicated. Add these values to determine the decimal equivalent of the binary number. Look at our example:
You may want to write the decimal equivalent for each position as we did in the following example. Add only the values indicated by a 1.
1-76 UNCLASSIFIED
p. 86
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You should make sure that the decimal values for each position are properly aligned before adding. For practice let’s convert these binary numbers to decimal:
1-77 UNCLASSIFIED
p. 87
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.10.2 Octal to Decimal Conversion of octal numbers to decimal is best done by the positional notation method. This process is the one we used to convert binary numbers to decimal.
First, determine the decimal equivalent for each position by multiplying 8 by itself the number of times indicated by the exponent. Set up a bar graph of the positions and values as shown below:
To convert an octal number to decimal, write out the number to be converted, placing each digit under the proper position.
Example:
Next, multiply the decimal equivalent by the corresponding digit of the octal number; then, add this column of figures for the final solution:
Solution: 743 8 is equal to 48310
1-78 UNCLASSIFIED
p. 88
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now follow the conversion of 265258 to decimal:
Solution: 11605 10 is the decimal equivalent of 265258
1-79 UNCLASSIFIED
p. 89
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
To convert a fraction or a mixed number, simply use the same procedure.
Example: Change .58 to decimal:
Example: Convert 24.368 to decimal:
Solution: 24.368 equals 20.4687510
If your prefer or find it easier, you may want to convert the octal number to binary and then to decimal.
1-80 UNCLASSIFIED
p. 90
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Convert the following numbers to decimal:
1.10.3 Hex to Decimal It is difficult to comprehend the magnitude of a base 16 number until it is presented in base 10; for instance, E0 16 is equal to 22410. You must remember that usually fewer digits are necessary to represent a decimal value in base 16.
When you convert from base 16 to decimal, you may use the positional notation system for the powers of 16 (a bar graph). You can also convert the base 16 number to binary and then convert to base 10.
Note in the bar graph below that each power of 16 results in a tremendous increase in the decimal equivalent. Only one negative power (16 -1) is shown for demonstration purposes:
1-81 UNCLASSIFIED
p. 91
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Just as you did with octal conversion, write out the hex number, placing each digit under the appropriate decimal value for that position. Multiply the decimal value by the base 16 digit and add the values. (Convert A through F to their decimal equivalent before multiplying). Let’s take a look at an example.
Convert 2C 16 to decimal:
The decimal equivalent of 2C 16 is 4410.
Use the same procedure we used with binary and octal to convert base 16 fractions to decimal.
If you choose to convert the hex number to binary and then to decimal, the solution will look like this:
1-82 UNCLASSIFIED
p. 92
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Convert these base 16 numbers to base 10:
1.11 BINARY-CODED DECIMAL In today’s technology, you hear a great deal about microprocessors. A microprocessor is an integrated circuit designed for two purposes: data processing and control.
Computers and microprocessors both operate on a series of electrical pulses called words. A word can be represented by a binary number such as 10110011 2. The word length is described by the number of digits or BITS in the series. A series of four digits would be called a 4-bit word and so forth. The most common are 4-, 8-, and 16-bit words. Quite often, these words must use binary-coded decimal inputs.
Binary-coded decimal, or BCD, is a method of using binary digits to represent the decimal digits 0 through 9. A decimal digit is represented by four binary digits, as shown below:
1-83 UNCLASSIFIED
p. 93
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
You should note in the table above that the BCD coding is the binary equivalent of the decimal digit.
Since many devices use BCD, knowing how to handle this system is important. You must realize that BCD and binary are not the same. For example, 49 10 in binary is 1100012, but 4910 in BCD is 01001001BCD. Each decimal digit is converted to its binary equivalent.
1.11.1 BCD Conversion You can see by the above table, conversion of decimal to BCD or BCD to decimal is similar to the conversion of hexadecimal to binary and vice versa.
For example, let’s go through the conversion of 264 10 to BCD. We’ll use the block format that you used in earlier conversions. First, write out the decimal number to be converted; then, below each digit write the BCD equivalent of that digit:
The BCD equivalent of 264 10 is 001001100100BCD. To convert from BCD to decimal, simply reverse the process as shown:
1-84 UNCLASSIFIED
p. 94
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.11.2 BCD Addition The procedures followed in adding BCD are the same as those used in binary. There is, however, the possibility that addition of BCD values will result in invalid totals. The following example shows this:
Add 9 and 6 in BCD:
The sum 1111 2 is the binary equivalent of 1510; however, 1111 is not a valid BCD number. You cannot exceed 1001 in BCD, so a correction factor must be made. To do this, you add 610 (0110BCD) to the sum of the two numbers. The "add 6" correction factor is added to any BCD group larger than 10012. Remember, there is no 10102, 10112, 11002, 11012, 11102, or 11112 in BCD:
The sum plus the add 6 correction factor can then be converted back to decimal to check the answer. Put any carries that were developed in the add 6 process into a new 4-bit word:
1-85 UNCLASSIFIED
p. 95
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Now observe the addition of 6010 and 5510 in BCD:
In this case, the higher order group is invalid, but the lower order group is valid. Therefore, the correction factor is added only to the higher order group as shown:
Convert this total to decimal to check your answer:
Remember that the correction factor is added only to groups that exceed 9 10 (1001BCD). 1-86 UNCLASSIFIED
p. 96
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
Convert the following numbers to BCD and add:
1-87 UNCLASSIFIED
p. 97
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1.12 SUMMARY Now that you’ve completed this chapter, you should have a basic understanding of number systems. The number systems that were dealt with are used extensively in the microprocessor and computer fields. The following is a summary of the emphasized terms and points found in the "Number Systems" chapter.
1-88 UNCLASSIFIED
p. 98
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
The UNIT represents a single object.
A NUMBER is a symbol used to represent one or more units.
The RADIX is the base of a positional number system. It is equal to the number of symbols used in that number system.
A POSITIONAL NOTATION is a system in which the value or magnitude of a number is defined not only by its digits or symbol value, but also by its position. Each position represents a power of the radix, or base, and is ranked in ascending or descending order.
The MOST SIGNIFICANT DIGIT (MSD) is a digit within a number (whole or fractional) that has the largest effect (weighing power) on that number.
The LEAST SIGNIFICANT DIGIT (LSD) is a digit within a number (whole or fractional) that has the least effect (weighting power) on that number.
The BINARY NUMBER SYSTEM is a base 2 system. The symbols 1 and 0 can be used to represent the state of electrical/electronic devices. A binary 1 may indicate the device is active; a 0 may indicate the device is inactive.
The OCTAL NUMBER SYSTEM is a base 8 system and is quite useful as a tool in the conversion of binary numbers. This system works because 8 is an integral power of 2; that is, 2 3 = 8. The use of octal numbers reduces the number of digits required to represent the binary equivalent of a decimal number.
The HEX NUMBER SYSTEM is a base 16 system and is sometimes used in computer systems. A binary number can be converted directly to a base 16 number if the binary number is first broken into groups of four digits.
The basic rules of ADDITION apply to each of the number systems. Each system becomes unique when carries are produced.
SUBTRACTION in each system is based on certain rules of that number system. The borrow varies in magnitude according to the number system in use. In most computers, subtraction is accomplished by using the complement (R’s or R’s-1) of the subtrahend and adding it to the minuend.
To CONVERT A WHOLE BASE 10 NUMBER to another system, divide the decimal number by the base of the number system to which you are converting. Continue dividing the quotient of the previous division until it can no longer be done. Extract the remainders -the remainder from the first computation will yield the LSD; the last will provide the MSD. 1-89 UNCLASSIFIED
p. 99
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
To CONVERT DECIMAL FRACTIONS, multiply the fraction by the base of the desired number system. Extract those digits that move to the left of the radix point. Continue to multiply the fractional product for as many places as needed. The first digit left of the radix point will be the MSD, and the last will be the LSD. The example to the right shows the process of converting 248.3210 to the octal equivalent (370.2438).
BINARY numbers are converted to OCTAL and HEX by the grouping method. Three binary digits equal one octal digit; four binary digits equal one hex digit.
To CONVERT binary, octal, and hex numbers to DECIMAL use the POWERS of the base being converted.
BINARY-CODED DECIMAL (BCD) is a coding system used with some microprocessors. A correction factor is needed to correct invalid numbers 1-90 UNCLASSIFIED
p. 100
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
ANSWERS TO QUESTIONS Q1. THROUGH Q110. A1. Unit
A2. Number
A3. Arabic
A4. The number of symbols used in the system
A5. 173 10
A6. 10 3, 102, 101, 100,
A7. Radix point
A8.
(a) MSD -4, LSD -0
(b) MSD -1, LSD -6
(c) MSD -2, LSD -4
(d) MSD -2, LSD -1
A9. 11111 2
A10. 11101 2
A11. 100001 2
A12. 101111 2
A13. 1000 2
A14. 11011110 2
A15. 10000 2
A16. 1011 2
A17. 11101 2
1-91 UNCLASSIFIED
p. 101
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
A18. 11 2
A19. 1110 2
A20. 11111 2
A21. 221 10
A22. 01100011 2
A23. -0001 2
A24. 10 8
A25. 60 8
A26. 1015 8
A27. 22306 8
A28. 151 8
A29. 24 8
A30. 321 8
A31. 36 8
A32. 336 8
A33. 377 8
A34. 104 8
A35. 7767 8
A36. DD8D 16
A37. 11FDB 16
A38. 125F 16
A39. 12020 16
1-92 UNCLASSIFIED
p. 102
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
A40. 191AB 16
A41. 1AA8 16
A42. 335 16
A43. 935 16
A44. 9531 16
A45. 36B3 16
A46. 10ABC 16
A47. 42F0F 16
A48. 1001000 2
A49. 1100001 2
A50. 11110011 2
A51. 0.1110 2
A52. 0.0101 2
A53. 10001.01101 2
A54. 7 8
A55. 53 8
A56. 763 8
A57. 0.7467 8
A58. 0.00203 8
A59. 374.127 8
A60. 2A 16
A61. 53 16
1-93 UNCLASSIFIED
p. 103
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
A62. B0 16
A63. 1EB 16
A64. 0.B893 16
A65. 2 8
A66. 12 8
A67. 57 8
A68. 0.14 8
A69. 0.63 8
A70. 67.25 8
A71. 2 16
A72. B 16
A73. 2F 16
A74. 0.3 16
A75. 0.CC 16
A76. 37.54 16
A77. 111011 2
A78. 101001010 2
A79. 100000011 2
A80. 0.100101110 2
A81. 0.111011 2
A82. 11110.101 2
A83. 3C 16
1-94 UNCLASSIFIED
p. 104
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
A84. 14A 16
A85. 0.0C 16
A86. C.88 16
A87. 1000112; 43 8
A88. 110112; 33 8
A89. 0.1110012; 0.71 8
A90. 1000101.1012; 105.5 8
A91. 18 10
A92. 124 10
A93. 85 10
A94. 0.3125 10
A95. 0.625 10
A96. 109.9375 10
A97. 15 10
A98. 52 10
A99. 253 10
A100. 0.5 10
A101. 0.765625 10
A102. 8.2812510
A103. 3610
A104. 165 10
A105. 219 10
1-95 UNCLASSIFIED
p. 105
NEETS MODULE 13-Number Systems and Logic Circuits UNCLASSIFIED
1-96 UNCLASSIFIED A106. 998.312510
A107. 1000BCD
A108. 1001 BCD
A109. 0001 0001 BCD
A110. 0010 0010 BCD