Daffodil International University
Faculty of Science & Information Technology
Department of Computer Science and Engineering
Mid Semester Examination, Spring-2024
Course Code: CSE223 Course Title: Digital Electronics
Level: 3 Term: 1 Batch: 61
Exam Duration: 1.5 Hours Marks: 25
Answer ALL Questions [Optional]
[The figures in the right margin indicate the full marks and corresponding course outcomes. All
portions of each question must be answered sequentially.]
1. a) Show the conversion of following number system: 4
1. (6523.415)9 = (?)7 CO1
2. (010100101101.101010)2 = (?)10
b) Demonstrate Boolean expression of the following circuit. 4
A B C D
F1
F2
2. a) Construct the expression of Boolean function (F) and logic circuit 4
from following truth table: CO2
x y z F
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 0
b) Develop a standard form the Boolean function F = A’+BD’ + AC 4
using product of maxterms.
Page 1 of 2
c) Apply the simplification of the following Boolean function using 4
K-map with sum of minterm:
F(A,B,C,D) = Σ(0, 1, 2, 7, 8, 12,15) + Σ d(3, 4, 11,14)
3. a) A security system for a building has the following sensors: 5
M: 1 if motion is detected, 0 otherwise CO3
D: 1 if a door is opened, 0 otherwise
S: 1 if a window is opened, 0 otherwise
The system should activate an alarm (A) (alarm A=1, alarm is on)
under the following conditions:
(A=1), If motion is detected when no door or window is opened.
(A=1), If a door is opened while there's no motion and no window
is opened.
(A=1), If a window is opened while there's no motion and no door
is opened.
Now construct a truth table, Boolean expression and circuit
diagram for the system:
Page 2 of 2