Sunteți pe pagina 1din 7

Print Your Name: __________________________________ Lab Partner: ____________________________________

Karnaugh Maps
Report Requirements

Use a pencil for all lab exercises.


Make circuit diagrams and graphs neat and organized.

Equipment Needed

Digital Experimenter Board


Integrated Circuit Chips

Procedure
1. Construct a Karnaugh map for the truth table below and find the equation of the output.
Karnaugh Map
ABC
F
000
0
001
1
010
1
011
0
100
1
101
1
110
1
111
1
F = _________________________
Sketch and build the circuit that satisfies the truth table and show your instructor your working circuit.
Circuit Sketch

Instructors Signature: _________________


2. Construct a Karnaugh map for the truth table below and find the equation of the output.

ABCD
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111

F
1
1
1
1
1
1
0
0
0
0
0
0
0
0
0
1

Karnaugh Map

F = ___________________________________________

Sketch and build the circuit that satisfies the truth table and show your instructor your working circuit.
Circuit Sketch

Instructors Signature: _________________

3. Simplify the equation below using Boolean algebra properties or theorems.


Z = X + X Y + Z Y + W X'

Z = _________________________________
4. Construct a Karnaugh map for the truth table below and find the equation of the output.
ABCD
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111

F
1
0
1
0
1
0
0
0
1
0
1
1
1
0
0
0

Karnaugh Map

F = ___________________________________________

Sketch and build the circuit that satisfies the truth table and show your instructor your working circuit.
Circuit Sketch

Instructors Signature: _________________


5. Simplify the equation below using a Karnaugh Map. Express your answer in algebraic form.
f(A,B,C,D,E)=m(0,1,2,3,6,8,9,10,11,17,20,21,23,25,28,30,31)

f = ________________________________________________________________________
Karnaugh
Map
6. Construct a Karnaugh map for the
truth table
below and find the equation of the output.

F = ___________________________________________

ABCD
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111

F
1
0
0
0
0
1
0
1
0
0
1
0
0
1
0
1

Sketch and build the circuit that satisfies the truth table and show your instructor your working circuit.
Circuit Sketch

Instructors Signature: _________________


7. Simplify the equation below using a Karnaugh Map. Express your answer in algebraic form.
f(A,B,C,D)=m(2,3,4,7,9,11,12,13,14) + d(1, 10, 15)

f = _______________________________________________________________________

8. Find the equation that satisfies the Karnaugh map below.

F = __________________________________

9. HTML and Hexadecimal


o Using a text editor create a simple web page by typing the HTML code. Save this document to
a temporary directory on your hard drive. Name the file index.html.
o Once saved, you can use your web browser to check the appearance of your web page.
o Show your instructor your web page.
<HTML>
<HEAD>
<TITLE>Color Web Page</TITLE>
</HEAD>
<BODY BGCOLOR=000000 TEXT=FFFFFF>
<H1>Color Examples</H1>
<hr>
<h2>A Spectra</h2>
<img src="http://www.physics.sfasu.edu/astro/color/spectrac.gif">
<HR>
<ADDRESS>
<a href="mailto:youremail@somewhere.edu">Mail me!</a>
</address>
</body>
</html>

Instructors Signature: _________________


o What color is the background if you change the VALUE of BGCOLOR to the following?
o 0000FF ____________
o 00FF00 ____________
o FF0000 ____________
o 888888 ____________
red green blue
o FFFF00 ____________
00 to FF -> 0 to 255
o FF00FF ____________
o 00FFFF ____________

RRGGBB

S-ar putea să vă placă și