Ecet111 PD1
Ecet111 PD1
Submission Date :
Project Deliverable 1
Digital Design: Seven-Segment Display, Calculators,
Counters
Project Description
This project requires students to research three key digital design
components: seven-segment displays, binary counters, and calculators. The
study focuses on their applications, functionality, and integration in digital
systems. Students will explore how seven-segment displays are controlled
and used in devices like calculators, the structure and components of binary
calculators, and the operation of counters, including up/down and
synchronous/asynchronous types. The final report should include academic
citations, proper organization, paraphrasing, and diagrams to support
explanations.
Project Instructions
1. Abstract: Provide a concise summary of the key topics and the aim of the
project.
3. Literature Review:
2. Binary Calculator:
3. Counters:
Explain what a counter is and how it works in a digital circuit.
Rubric
Weight
Criteria
(%)
Deliverables
1. A well-researched project report with a minimum of 700 words.
How it works:
The Anode (CA) –, all the anode connections of
the LED lights are connected to logic “high”.
The individual letters in display are connected
to ground, logic “LOW” signal via a suitable
The way how seven segment work like truth table down:
Truth Table
0 ON ON ON ON ON ON
1 ON ON
2 ON ON ON ON ON
3 ON ON ON ON ON
4 ON ON ON ON
5 ON ON ON ON ON
6 ON ON ON ON ON ON
7 ON ON ON
8 ON ON ON ON ON ON ON
9 ON ON ON ON ON
2. Binary Calculator:
a binary number is defined as a number that is expressed in the binary system or base 2
numeral system. It describes numeric values by two separate symbols: 1 (one) and 0 (zero).
The base-2.
Dividend Remainder
(4/2 = 2) (0)
(2/2 = 1) (0)
(1/2 = 0) (1)
(1) (001)
(2) (010)
(3) (011)
(4) (100)
(5) (101)
(6) (110)
(7) (111)
Table of Converting between binary and hexadecimal:
(0) (0000)
(1) (0001)
(2) (0010)
(3) (0011)
(4) (0100)
(5) (0101)
(6) (0110)
(7) (0111)
(8) (1000)
(9) (1001)
(A) (1010)
(B) (1011)
(C) (1100)
(D) (1101)
(E) (1110)
(F) (1111)
Binary Addition
Binary subtraction:
Subtract (1010)2 From (1111)2
1111
- first, we find second complement of 1010
1010 0101
+
---------
0110
3. Counters in Digital Logic
A Counter is a device which stores (and sometimes displays) the number of times a
particular event or process has occurred
Types of counters up counter and down counter
Another classified of counters:
Asynchronous counter
Synchronous counter
2. Synchronous Counter
• The ripple down counters, will count downward from maximum state (2n-1) to
zero.
For example:3-bit Ripple Down Counter
1. 3 JK flip flops (FF) in the toggle mode (J=K=1). This means that each FF will
change state with a NT at its clock input.
Timing diagram:
5-References:
https://www.geeksforgeeks.org/seven-segment-displays/
https://byjus.com/maths/binary-number-system/#how-to-calculate-
binary-number https://www.geeksforgeeks.org/counters-in-digital-logic/