Saltar al contenido principal
LibreTexts Español

4.6: Ejercicios

  • Page ID
    82870
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    1. Dibuja los símbolos para las puertas NAND, NOR, XOR y XNOR. ¿Cuál es la diferencia entre las puertas Buffer, AND, OR, XOR y NOT, NAND, NOR y XNOR?
    2. Implementar el circuito de chip AND que se muestra en la Figura 4.5.4. Muestre por varias combinaciones de los interruptores que el circuito coincide con la tabla de veracidad de la puerta AND.
    3. Modifique el circuito de la pregunta 2 para usar una segunda puerta AND en el chip. Debe usar los mismos interruptores de entrada en el circuito, por lo que la iluminación resultante del LED debe ser la misma.
    4. Retire el chip AND del circuito en el Ejercicio 3 y reemplázelo por el chip OR. Demuestre que el circuito coincide con la tabla de veracidad de la puerta OR. Prueba otros chips (NAND, XOR, etc) que tengas del kit de laboratorio.
    5. Hay 16 posibles combinaciones de salida dadas 2 entradas. Estas 16 combinaciones se dan en la siguiente tabla. Utilice Logisim para identificar los operadores NAND, NOR, XOR y XNOR. Ve a cuántos de los otros puedes nombrar. El AND y el OR se ingresan en la tabla por usted.

    Entrada

    Salida
    A B  

    Y

             

    O

                   
    0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
    0 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
    1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
    1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1

    This page titled 4.6: Ejercicios is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Charles W. Kann III via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.