Práctica Números sin signo
Práctica Números sin signo - Organización de Computadoras - Fac. de Informática - UNLP - Prof. Jorge Runco Curso 2021
<div style='margin-bottom: 20px;'>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Qué indica un error absoluto de 0 en la representación de números?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Indica que la representación del número es exacta.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Cuál es el rango de valores que se pueden representar con el formato BSS de 7 bits para la parte entera y 3 bits para la fraccionaria?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">El rango es de 0 a 127,875.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Cómo se calcula la resolución en la representación de números sin signo?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">La resolución se calcula como la distancia entre dos representaciones sucesivas, que en este caso es 0,125.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Cuál es la principal diferencia entre BCD desempaquetado y BCD empaquetado?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">El BCD desempaquetado utiliza más espacio para representar los números que el BCD empaquetado.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Qué indica una bandera de C=1 en el contexto de BSS?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Indica que el resultado es incorrecto debido a un carry o borrow, dependiendo de si es una suma o resta.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Qué representa la sigla BCD en el contexto de la organización de computadoras?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Código Decimal Codificado</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Cuál es la implicación de tener una bandera de V=1 en Ca2?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Significa que el resultado es incorrecto debido a un overflow.</p>
</div>
<div style="margin-bottom: 10px; background-color: #f2f2f2; border-radius: 1rem; padding: 10px 20px;">
<h2 style="font-weight: bold; margin-bottom: 3px; font-size: 1.5rem;">¿Cómo afecta la resolución a la cantidad de números distintos que pueden ser representados en un sistema numérico?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Una mayor resolución disminuye el rango de números representables, manteniendo constante la cantidad de números distintos.</p>
</div>
</div>