Nor Implement

7
GREEN UNIVERSITY OF BANGLADESH Department: EEE (Eve) Prepared For: Chayan Mondal Lecturer, GUB Prepared By: Shahida Akter ID# 143010003 Course Title: Digital Electronics

Transcript of Nor Implement

Page 1: Nor Implement

GREEN UNIVERSITY OF BANGLADESH

Department: EEE (Eve)

Prepared For:

Chayan MondalLecturer, GUB

Prepared By:

Shahida AkterID# 143010003

Course Title: Digital Electronics

Page 2: Nor Implement

Boolean Function Implementation using block diagram method (NOR Implementation)

Page 3: Nor Implement

IntroductionThe NOR function is the dual of the NAND function. For this reason, all procedures and rules for NOR logic are the dual of the corresponding procedures and rules developed for NAND logic.

The implementation of a Boolean function with NOR gates requires that the function be simplified in Product Of Sum (POS) form.

Page 4: Nor Implement

NOR Implementation using Block Diagram

Page 5: Nor Implement

F = (A+B)(C+D)E

E

A

B

(A+B)

C

D(C+D)

(A+B)(C+D)E

Page 6: Nor Implement

F = (A+B)(C+D)E

E

A

B

(A+B)

C

D(C+D)

A

B

(A+B)

C

D

(C+D)

E E

F = ((A+B) + (C+D) + E) = (A+B) (C+D) E

Page 7: Nor Implement