You are on page 1of 4

UNIVERSIDAD TECNOLÓGICA DE

ALTAMIRA
Organismo Público Descentralizado del Gobierno del Estado de Tamaulipas

TECHNICAL READINGS
1. Student’s name:____________DIAZ MADRIGALES JESSICA_______
2. Student’s name:____________________________________________

3. Student’s name: ____________________________________________

Group 4 __A___ Mechatronic./ First evaluation.

Number System

Binary, hexadecimal, and octal refer to different number systems. The one that we typically use is
called decimal. These number systems refer to the number of symbols used to represent numbers. In
the decimal system, we use ten different symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. With these ten
symbols, we can represent any quantity. For example, if we see a 2, then we know that there is two of
something. For example, this sentence has 2 periods on the end.

When we run out of symbols, we go to the next digit placement. To represent one higher than 9, we
use 10 meaning one unit of ten and zero units of one. This may seem elementary, but it is crucial to
understand our default number system if you want to understand other number systems.

For example, when we consider a binary system which only uses two symbols, 0 and 1, when we run
out of symbols, we need to go to the next digit placement. So, we would count in binary 0, 1, 10, 11,
100, 101, and so on.

Conversions

Decimal to Other Base System Steps


• Step 1 − Divide the decimal number to be converted by the value of the new base.
• Step 2 − Get the remainder from Step 1 as the rightmost digit (least significant digit) of new base
number.
• Step 3 − Divide the quotient of the previous divide by the new base.
• Step 4 − Record the remainder from Step 3 as the next digit (to the left) of the new base number.
Repeat Steps 3 and 4, getting remainders from right to left, until the quotient becomes zero in
Step 3. The last remainder thus obtained will be the Most Significant Digit (MSD) of the new base
number.
Example −
Decimal Number: 2910
Calculating Binary Equivalent −

Step Operation Result Remainder

Step 1 29 / 2 14 1

Step 2 14 / 2 7 0

Step 3 7/2 3 1

Step 4 3/2 1 1

Step 5 1/2 0 1
As mentioned in Steps 2 and 4, the remainders have to be arranged in the reverse order so that the
first remainder becomes the Least Significant Digit (LSD) and the last remainder becomes the Most
Significant Digit (MSD). Decimal Number − 2910 = Binary Number − 111012.

Other Base System to Decimal System


Steps
• Step 1 − Determine the column (positional) value of each digit (this depends on the position of the
digit and the base of the number system).
• Step 2 − Multiply the obtained column values (in Step 1) by the digits in the corresponding
columns.
• Step 3 − Sum the products calculated in Step 2. The total is the equivalent value in decimal.
Example
Binary Number − 111012
Calculating Decimal Equivalent −

Step Binary Number Decimal Number

Step 1 111012 ((1 × 24) + (1 × 23) + (1 × 22) + (0 × 21) + (1 × 20))10

Step 2 111012 (16 + 8 + 4 + 0 + 1)10

Step 3 111012 2910


Binary Number − 111012 = Decimal Number − 2910

Other Base System to Non-Decimal System Steps


• Step 1 − Convert the original number to a decimal number (base 10).
• Step 2 − Convert the decimal number so obtained to the new base number. Example
Octal Number − 258
Calculating Binary Equivalent −
Step 1 − Convert to Decimal

Step Octal Number Decimal Number

Step 1 258 ((2 × 81) + (5 × 80))10

Step 2 258 (16 + 5 )10

Step 3 258 2110


Octal Number − 258 = Decimal Number − 2110
Step 2 − Convert Decimal to Binary
Step Operation Result Remainder

Step 1 21 / 2 10 1

Step 2 10 / 2 5 0

Step 3 5/2 2 1

Step 4 2/2 1 0

Step 5 1/2 0 1
Decimal Number − 2110 = Binary Number − 101012 Octal
Number − 258 = Binary Number − 101012

I. Translate all the text to Spanish.


Binario, hexadecimal y octal se refieren a diferentes sistemas numéricos. El que normalmente
usamos se llama decimal. Estos sistemas numéricos se refieren a la cantidad de símbolos
utilizados para representar números. En el sistema decimal, usamos diez símbolos diferentes: 0,
1, 2, 3, 4, 5, 6, 7, 8 y 9. Con estos diez símbolos, podemos representar cualquier cantidad. Por
ejemplo, si vemos un 2, entonces sabemos que hay dos de algo. Por ejemplo, esta oración tiene
2 puntos al final.

Cuando nos quedamos sin símbolos, vamos a la ubicación del siguiente dígito. Para representar
uno mayor que 9, usamos 10 que significa una unidad de diez y cero unidades de uno. Esto
puede parecer elemental, pero es crucial comprender nuestro sistema numérico predeterminado
si desea comprender otros sistemas numéricos.
Por ejemplo, cuando consideramos un sistema binario que solo usa dos símbolos, 0 y 1, cuando
nos quedamos sin símbolos, debemos pasar a la ubicación del siguiente dígito. Entonces,
contaríamos en binario 0, 1, 10, 11, 100, 101, y así sucesivamente.

Conversiones

Decimal a otros pasos del sistema base


• Paso 1 − Divide el número decimal a convertir por el valor de la nueva base.
• Paso 2: Obtenga el resto del Paso 1 como el dígito más a la derecha (el dígito menos
significativo) del nuevo número base.
• Paso 3 − Divide el cociente de la división anterior por la nueva base.
• Paso 4 − Registre el resto del Paso 3 como el próximo dígito (a la izquierda) del nuevo número
base. Repita los Pasos 3 y 4, obteniendo los residuos de derecha a izquierda, hasta que el
cociente sea cero en el Paso 3. El último residuo así obtenido será el Dígito Más Significativo
(MSD) del nuevo número base.
Ejemplo −
Número decimal: 2910
Cálculo del equivalente binario –

*tabla*

Como se mencionó en los pasos 2 y 4, los residuos deben organizarse en orden inverso, de
modo que el primer residuo se convierta en el dígito menos significativo (LSD) y el último residuo
se convierta en el dígito más significativo (MSD). Número decimal − 2910 = Número binario −
111012.

Otro sistema base a sistema decimal


Pasos
• Paso 1: determine el valor de columna (posicional) de cada dígito (esto depende de la posición
del dígito y la base del sistema numérico).
• Paso 2: multiplique los valores de columna obtenidos (en el Paso 1) por los dígitos de las
columnas correspondientes.
• Paso 3 − Sume los productos calculados en el Paso 2. El total es el valor equivalente en
decimal. Ejemplo
Número binario − 111012
Cálculo del equivalente decimal –

*tabla*

Número binario − 111012 = Número decimal − 2910

Otro sistema base a pasos del sistema no decimal


• Paso 1 − Convierte el número original a un número decimal (base 10).
• Paso 2 − Convertir el número decimal así obtenido al nuevo número base. Ejemplo
Número octal − 258
Cálculo del equivalente binario −
Paso 1 − Convertir a decimal

*tabla*
Número octal − 258 = Número decimal − 2110
Paso 2 − Convertir Decimal a Binario

*tabla*
Número decimal − 2110 = Número binario − 101012 Número octal − 258 = Número binario –
101012

II. Elaborate 5 questions in English with their answer using the information in the
text.

What is the typically number system that we used?


Decimal
What number system we used with only two numbers 1 and 0?
Binary
What is MSD?
the Most Significant Digit
In what number system we used MSD?
Decimal
What is LSD?
the Least Significant Digit

III. Make a list of 10 words with their meaning in English (use a Dictionary English-
English)

Pacement: the action of putting someone or something in a particular place or the fact of being
placed.
Rightmost: farthest to the right side.
Arranged: put (things) in a neat, attractive, or required order.
Quotient: a result obtained by dividing one quantity by another.
Least: smallest in amount, extent, or significance.
Getting: come to have or hold (something); receive.
Remainders: : a remaining group, part, or trace.

You might also like