0% found this document useful (0 votes)
4 views

Combinational Circuit Design Ii: Eee 441 Logical Design Iilaboratory

This document contains questions and explanations about combinational logic circuits. It includes: 1) A truth table comparing the outputs of a full subtractor and full adder circuit. 2) A statement about how parity bits help detect errors in transmitted information. 3) An explanation of gray code and its advantage over binary numbers. Also a mention of BCD (binary coded decimal).

Uploaded by

Fatih Tokgöz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Combinational Circuit Design Ii: Eee 441 Logical Design Iilaboratory

This document contains questions and explanations about combinational logic circuits. It includes: 1) A truth table comparing the outputs of a full subtractor and full adder circuit. 2) A statement about how parity bits help detect errors in transmitted information. 3) An explanation of gray code and its advantage over binary numbers. Also a mention of BCD (binary coded decimal).

Uploaded by

Fatih Tokgöz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

EEE 441 LOGICAL DESIGN IILABORATORY

EXPERIMENT#4

COMBINATIONAL CIRCUIT DESIGN II


QUESTIONS

Mehmet BAYRAM
9610433

I. QUESTIONS
1.
x
0
0
0
0
1
1
1
1

y
0
0
1
1
0
0
1
1

z
0
1
0
1
0
1
0
1

S
0
1
1
0
1
0
0
1

C
0
0
0
1
0
1
1
1

B
0
1
1
1
0
0
0
1

D
0
1
1
0
1
0
0
1

S = x yz
C = xy + xz + yz
D = x yz
B = x ' y + x ' z + yz
then
S=D

full subtractor

full adder

2.
The parity bit is helpful in detecting errors during the transmission of
information from one location to anoher.

3.

4)

F(odd)

0
0
0

0
0
0

0
0
1

0
1
0

1
0
0

Fodd = A B C D 1

The advantage of gray code over binary numbers is that only one bit in
the code group chances when going chances when going from one number to
the next.
The BCD is straight assignment of the binary equivalent.

You might also like