Lab 1 Luqman Hakim
Lab 1 Luqman Hakim
Lab 1 Luqman Hakim
ASSESSMENT BRIEF
COURSE DETAILS
INSTITUTE UniKL BRITISH MALAYSIAN INSTITUTE
COURSE NAME INTRODUCTION TO DIGITAL ELECTRONICS
COURSE CODE BEB17203
COURSE LEADER NAS
LECTURER NAS, NHR
SEMESTER & YEAR OCTOBER 2024
ASSESSMENT DETAILS
TITLE/NAME LABORATORY 1
WEIGHTING 20%
DATE/DEADLINE 12/12/2024, 5.00 PM
COURSE LEARNING CLO 3: Construct combinational and sequential logic circuit using modern
OUTCOME(S) engineering techniques and tools. (P7, PLO5)
25/11/2024
Signature: ____________________________
Date : ____________________________28 / 10 /
2024
TOTAL 210
INFORMATION ON SK_SP-TA FOR COURSE
Consequences to
Have reasonably predictable consequences that are most important locally, but
TA4 society and the
may extend more widely
environment
TA5 Familiarity Require a knowledge of normal operating procedures and processes
A. Introduction
Binary input signal based on binary or decimal number representation is applied to any
standard logic gates to produce binary outputs. These combinations of binary inputs
can produce Boolean expression and thus, truth table can be obtained. A Boolean
expression can be simplified using Karnaugh Map or Boolean Algebra. The simplified
Boolean expression could reduce the number gates utilization and could also enable
the implementation of universal logic gates where the knowledge of De Morgan’s
Theorem is applied.
To explore this knowledge, students will be exposed with the standard logic gates such
as AND, OR and NOT gates as well as the universal logic gates like NAND and NOR
gates. All gates will be explored in terms of individual component in theory and as an
integrated circuit (IC) in practical. Besides that, the comparative observation (i.e.
similarities and/or dissimilarities) between the standard logic gates and universal logic
gates are required in this assessment. In this assessment, datasheet for individual IC
is needed as main references and it is required for the students to perform all the
simulated circuit investigations using modern tools.
For task 2 and task 3, circuits for counting events are frequently used in computers and
other digital systems. Since counter circuit must remember its past states, it has to
possess memory. Such kind of circuits are known as sequential logic circuits. In this
lab, several types of sequential logic circuits are simulated using modern tools and
implemented. These include basic flip flop to store one bit, synchronous and
asynchronous counters.
Moreover, Counters can be classified into two broad categories according to the way
they are clocked. The first category is asynchronous (ripple) counters in which the first
flip-flop is clocked by the external clock pulse, and then each successive flip-flop is
clocked by the Q or Q' output of the previous flip-flop. The second category is
synchronous counters where all the memory elements are simultaneously triggered by
the same clock.
This lab will focus on Multisim simulation as modern tools to constructe synchronous
and asynchronous counters. Students will be exposed on how to connect the flip-flops
as counters. The number of flip-flops used and how they are connected will determine
the number of states and sequence of states the counter will pass through in each
complete cycle.
4
B. Objectives
• To select any specific implementation of Karnaugh Map, Boolean Algebra
and/or DeMorgan’s Theorems to obtain a simplified Boolean expression.
• To simulate using modern tools and investigate a complete combinational logic
circuit using standard logic gates.
• To simulate using modern tools and investigate a complete combinational logic
circuit using universal logic gates
• To understand the basic concept of sequential logic circuits such as flip flops,
counters etc.
• To differentiate between asynchronous and synchronous counters.
• To design and simulate an asynchronous counter.
• To design and simulate a synchronous counter.
C. Equipment / Software
• Multisim Software
INSTRUCTIONS
5
Task 1
In a family business of four members, the decision-making power is distributed as in Table 1.
Mr Alif 25%
Miss Batrisya 25%
Mrs Cempaka 25%
Mr Daniel 25%
Each member has a percentage vote equal to his or her power. A total vote of equal and more
than 50% is required to carry out the task. An electronics voting system (logic circuit) in which
an LED is to light (1) is needed to be implemented.
Based on the scenario given,
6
(a) Obtained the truthtable, boolean expression and draw the circuit for the system.
A B C D Y
0 0 0 0 0
0 0 0 1 0
0 0 1 0 0
0 0 1 1 1
0 1 0 0 0
0 1 0 1 1
0 1 1 0 1
0 1 1 1 1
1 0 0 0 0
1 0 0 1 1
1 0 1 0 1
1 0 1 1 1
1 1 0 0 1
1 1 0 1 1
1 1 1 0 1
1 1 1 1 1
Y=(A⋅B)+(A⋅C)+(A⋅D)+(B⋅C)+(B⋅D)+(C⋅D)
7
(b) Simulate the system in Task 1 (a) using Multisim. Attach the simulation results to show
the overall circuit operation.
8
Figure 4 Above: 0011
9
(c) Simplified the expression obtained in Task 1 (a)
Y=(A⋅B)+(A⋅C)+(A⋅D)+(B⋅C)+(B⋅D)+(C⋅D)
Y=A⋅(B+C+D)+(B⋅C)+(B⋅D)+(C⋅D)
Y=A⋅(B+C+D)+(B⋅C)+(B⋅D)+(C⋅D)
10
(d) Simulate the circuit design obtained in Task 1 (c ) using basic logic gates. Attach the
simulation results to show the overall circuit operation.
Figure 7 Above:0100
11
Figure 8 Above:0101
Figure 9 Above:1111
12
(e) Redesign and simulate the simplified circuit in Task 1 (c) using universal gates only.
Figure 11Above:1001
13
Figure 12 Above: 1011
Figure 13 Above:1111
14
ASSESSMENT COVERSHEET
Attach this coversheet as the cover of your submission. All sections must be completed.
Student Name :
Student ID :
Programme :
Course Code & Name : BEB17203 & INTRODUCTION TO DIGITAL ELECTRONICS
Deadline : LAB 1
Penalties • 5% will be deducted per day to a maximum of four (4) working days, after which
the submission will not be accepted.
Check that all the details above are filled in, then sign below with the date of submission:
Signature:
Date:
15