DTE MP
DTE MP
MICRO PROJECT
Academic year: 2022-2023
Enrolment No.:
Certificate
This is to certify that Ms.…………………………………………………. … Roll No of
THIRD Semester of Diploma in computer engineering of Institute, B.V. POLYTECHNIC
(Code: 0093) has completed the Micro Project satisfactorily in Subject – Digital techniques
(22320) for the academic year 20222023 as prescribed in the curriculum.
Sr.
No. Name of resources/Material Specifications Qty Remarks
Processor: i3
1. Computer RAM : 4.00 GB 1
2. Microsoft Word Word -2016
Roll No Individual
Process and Total
Sr. Name of Students Product Presentation
(04) (10)
No. assessment (06)
01 1245 Rohan Sul
Rationale: In the present scenario most of the electronic equipment like computers, mobiles, music
systems, ATM, automation and control circuits and systems are based on digital circuits which the
diploma electronic engineering passouts (also called technologists) have to test them. The knowledge
of basic logic gates, combinational and sequential logic circuits using discrete gates as well as digital
ICs will enable the students to interpret the working of equipment and maintain them. After
completion of the course, students will be able to develop digital circuits based applications.
Programming compiler
4. Turbo C++
7.0 Skill Developed/Learning outcomes of this Micro-Project The following
skills were developed:
Teamwork: Learned to work in a team and boost individual confidence.
Problem-Solving: Developed good problem solving habits.
Technical Writing: Preparing the report of proposed plan and the final report.
Annexure - III
Roll No:
Semester: THIRD Name of Faculty: Prof. Santosh Kulkarni
Literature Survey/Information
2. Collection
3. Project Proposal
6. Quality of Prototype/Model
7. Report Preparation
8. Presentation
9. Viva
Annexure IV
Micro Project Evaluation Sheet
Title: 4 bit Synchronous counter.
Institute Code: 0093 Academic year: 2022-2023 Program: CO3I
Course & Code: DTE(22320) Name of Candidate: Roll No:
Semester: THIRD Name of Faculty: Proj Santosh Kulkarni.
Course Outcomes Achieved:
• Use number system and codes for interpreting working of digital system.
• Use Boolean expressions to realize logic circuits.
• Build simple combinational circuits.
• Build simple sequential circuits. • Test data converters and PLDs in digital electronics systems.
Evaluation as per Suggested Rubric for Assessment of Micro Project:
Sr. Characteristic to be Poor Average Good Excellent Sub
No. assessed Mark Marks Marks Marks 910 Total
1-3 4-5 6-8
2 Literature Survey .
Information Collection
3 Completion of the
Target as per project
proposal
5 Quality of
Prototype/Model/Conte
nt
6 Report Preparation
7 Presentation
8 Viva
However to display the characters and numbers (in order to produce the decimal
readout), seven-segment displays are most commonly used. Mostly these displays
are driven by the output stages of digital ICs (to which the visual indication of the
output stages has to be performed) such as latches and decade counters, etc.
But these outputs are in the form of 4-bit binary coded decimal (BCD), and not
suitable for directly driving the seven-segment displays.
A display decoder is used to convert a BCD or a binary code into a 7 segment code.
It generally has 4 input lines and 7 output lines. Here we design a simple display
decoder circuit using logic gates.
Decoder has four inputs to which the 4-bit BCD numbers are applied.
Each input is labeled with a
capital letter, which
represents one of the
binary-weighted positional
values.
Truth Table – For common cathode type BCD to seven segment decoder:
Note –
For Common Anode type seven segment LED display, we only have
to interchange all ‘0s’ and ‘1s’ in the output side i.e., (for a, b, c, d, e,
f, and g replace all ‘1’ by ‘0’ and vice versa) and solve using K-map.
Output for first combination of inputs (A, B, C and D) in Truth Table
invalid inputs.
Karnaugh Maps Simplification
For other combinations of input, the output is “don’t care X” as there are no
more digits to display. We will derive the expression for each output
using Karnaugh map (K-MAP).
For output a:
For output b:
For output c:
For output d:
For output e:
For output f:
For output g:
7-Segment Display Decoder Circuit