-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathproject_report_exp2.tex
112 lines (102 loc) · 2.77 KB
/
project_report_exp2.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fullpage}
\usepackage{graphicx}
\title{CMPE 240 Experiment 2 Preliminary Work}
\begin{document}
\noindent
\textbf{Student Names:} Ergün ERDOĞMUŞ, Mustafa Enes ÇAKIR \\
\textbf{Student IDs:} 2014400006, 2013400105 \\
\textbf{Group ID:} 2 \\
\textbf{Session:} 2
\section*{CMPE 240 Experiment 2 Preliminary Work}
\subsection*{Truth Table:}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|}
\hline
\textbf{\#} & \textbf{x4} & \textbf{x3} &\textbf{x2} & \textbf{x1} & \textbf{x0} & \textbf{F } \\
\hline
\textbf{0} & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
\textbf{1} & 0 & 0 & 0 & 0 & 1 & 0 \\
\hline
\textbf{2} & 0 & 0 & 0 & 1 & 0 & 1 \\
\hline
\textbf{3} & 0 & 0 & 0 & 1 & 1 & 1 \\
\hline
\textbf{4} & 0 & 0 & 1 & 0 & 0 & 0 \\
\hline
\textbf{5} & 0 & 0 & 1 & 0 & 1 & 1 \\
\hline
\textbf{6} & 0 & 0 & 1 & 1 & 0 & 0 \\
\hline
\textbf{7} & 0 & 0 & 1 & 1 & 1 & 1 \\
\hline
\textbf{8} & 0 & 1 & 0 & 0 & 0 & 1 \\
\hline
\textbf{9} & 0 & 1 & 0 & 0 & 1 & 0 \\
\hline
\textbf{10} & 0 & 1 & 0 & 1 & 0 & 1 \\
\hline
\textbf{11} & 0 & 1 & 0 & 1 & 1 & 0 \\
\hline
\textbf{12} & 0 & 1 & 1 & 0 & 0 & 1 \\
\hline
\textbf{13} & 0 & 1 & 1 & 0 & 1 & 0 \\
\hline
\textbf{14} & 0 & 1 & 1 & 1 & 0 & 1 \\
\hline
\textbf{15} & 0 & 1 & 1 & 1 & 1 & 0 \\
\hline
\textbf{16} & 1 & 0 & 0 & 0 & 0 & 0 \\
\hline
\textbf{17} & 1 & 0 & 0 & 0 & 1 & 0 \\
\hline
\textbf{18} & 1 & 0 & 0 & 1 & 0 & 0 \\
\hline
\textbf{19} & 1 & 0 & 0 & 1 & 1 & 1 \\
\hline
\textbf{20} & 1 & 0 & 1 & 0 & 0 & 0 \\
\hline
\textbf{21} & 1 & 0 & 1 & 0 & 1 & 1 \\
\hline
\textbf{22} & 1 & 0 & 1 & 1 & 0 & 1 \\
\hline
\textbf{23} & 1 & 0 & 1 & 1 & 1 & 1 \\
\hline
\textbf{24} & 1 & 1 & 0 & 0 & 0 & 1 \\
\hline
\textbf{25} & 1 & 1 & 0 & 0 & 1 & 0 \\
\hline
\textbf{26} & 1 & 1 & 0 & 1 & 0 & 0 \\
\hline
\textbf{27} & 1 & 1 & 0 & 1 & 1 & 0 \\
\hline
\textbf{28} & 1 & 1 & 1 & 0 & 0 & 0 \\
\hline
\textbf{29} & 1 & 1 & 1 & 0 & 1 & 0 \\
\hline
\textbf{30} & 1 & 1 & 1 & 1 & 0 & 0 \\
\hline
\textbf{31} & 1 & 1 & 1 & 1 & 1 & 1 \\
\hline
\end{tabular}
\end{center}
\newpage
\noindent
\textbf{Student Names:} Ergün ERDOĞMUŞ, Mustafa Enes ÇAKIR \\
\textbf{Student IDs:} 2014400006, 2013400105 \\
\textbf{Group ID:} 2 \\
\textbf{Session:} 2
\subsection*{List of components used in the design:}
\begin{enumerate}
\item 2x4 Decoder
\item 8x1 Multiplexer
\item NOT gates \em{(2 units)}
\end{enumerate}
\subsection*{Circuit:}
\includegraphics[width=\textwidth]{exp2.png}
\end{document}