(Tabular)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

NOT

\begin{table}[h]

\caption{}

\label{tab:my-table}

\resizebox{\textwidth}{!}{%

\begin{tabular}{|c|c|}

\hline

\multicolumn{2}{|c|}{\textbf{Compuerta NOT}} \\ \hline

\textbf{V} & \textbf{V} \\ \hline


\textbf{0} & \textbf{+5} \\ \hline

\textbf{+5} & \textbf{0} \\ \hline

\end{tabular}%

\end{table}

AND

\begin{table}[h]

\caption{}

\label{tab:my-table}

\resizebox{\textwidth}{!}{%

\begin{tabular}{|c|c|c|}

\hline

\multicolumn{3}{|c|}{\textbf{Compuerta AND}} \\ \hline

\textbf{V1} & \textbf{V2} & \textbf{V3} \\ \hline

0 & 0 & 0 \\ \hline

0 & +5 & 0 \\ \hline

+5 & 0 & 0 \\ \hline

+5 & +5 & +5 \\ \hline

\end{tabular}%
}

\end{table}

OR

\begin{table}[h]

\caption{}

\label{tab:my-table}

\resizebox{\textwidth}{!}{%

\begin{tabular}{|c|c|c|}

\hline
\multicolumn{3}{|c|}{\textbf{Compuerta OR}} \\ \hline

\textbf{V1} & \textbf{V2} & \textbf{V3} \\ \hline

0 & 0 & 0 \\ \hline

0 & +5 & +5 \\ \hline

+5 & 0 & +5 \\ \hline

+5 & +5 & +5 \\ \hline

\end{tabular}%

\end{table}

NAND

\begin{table}[h]

\caption{}

\label{tab:my-table}

\resizebox{\textwidth}{!}{%

\begin{tabular}{|c|c|c|}

\hline

\multicolumn{3}{|c|}{\textbf{Compuerta NAND}} \\ \hline

\textbf{V1} & \textbf{V2} & \textbf{V3} \\ \hline

0 & 0 & +5 \\ \hline


0 & +5 & +5 \\ \hline

+5 & 0 & +5 \\ \hline

+5 & +5 & 0 \\ \hline

\end{tabular}%

\end{table}

NOR

\begin{table}[h]

\caption{}
\label{tab:my-table}

\resizebox{\textwidth}{!}{%

\begin{tabular}{|c|c|c|}

\hline

\multicolumn{3}{|c|}{\textbf{Compuerta NOR}} \\ \hline

\textbf{V1} & \textbf{V2} & \textbf{V3} \\ \hline

0 & 0 & +5 \\ \hline

0 & +5 & 0 \\ \hline

+5 & 0 & 0 \\ \hline

+5 & +5 & 0 \\ \hline

\end{tabular}%

\end{table}

You might also like