GREEN UNIVERSITY OF
BANGLADESH
Department: EEE (Eve)
Prepared For:
Chayan Mondal
Lecturer, GUB
Prepared By:
Shahida Akter
ID# 143010003
Course Title: Digital Electronics
Boolean Function
Implementation using
block diagram method
(NOR Implementation)
Introduction
The 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.
NOR Implementation
using Block Diagram
F = (A+B)(C+D)E
E
A
B
(A+B)
C
D
(C+D)
(A+B)(C+D)E
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
Nor Implement

Nor Implement