<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é determina la magnitud en la representación de números binarios con signo?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">El valor del número que se desea representar.</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é similitud comparten todos los formatos de representación binaria negativa mencionados?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Todos representan el mismo número en negativo pero difieren en su estructura interna dependiendo del diseño del circuito.</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 propósito de los sistemas digitales al manejar números con signo?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Representar valores numéricos tanto positivos como negativos.</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 el bit de signo en un número binario?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">Si el número es positivo o negativo.</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 diferencia el formato de complemento a 2 del complemento a 1 en la representación de números binarios negativos?</h2>
<p style="font-weight: normal; font-size: 1.2rem;">En el complemento a 2, se invierten los bits a partir del primer 1 encontrado de derecha a izquierda, manteniendo ese 1 y los bits a su derecha sin cambios.</p>
</div>
</div>