100% found this document useful (1 vote)
702 views

Syllabus - DigitalElectronics and Microprocessor

This document provides an overview of the course "Digital Electronics and Microprocessor". The course aims to introduce students to digital components and systems. Key topics covered include combinational logic circuits, sequential logic circuits, D/A and A/D converters, and the 8086 microprocessor architecture and instruction set. Peripheral chips such as the 8255 PPI, 8254 timer, 8257 DMA, 8259 PIC, and 8251 USART are also discussed. The associated lab focuses on designing digital logic circuits and writing programs to perform operations like addition, subtraction, and sorting arrays using 8-bit and 16-bit numbers. Evaluation includes continuous assessment, assignments, seminars, and a term-end exam.

Uploaded by

rockin_ravi_vit
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
702 views

Syllabus - DigitalElectronics and Microprocessor

This document provides an overview of the course "Digital Electronics and Microprocessor". The course aims to introduce students to digital components and systems. Key topics covered include combinational logic circuits, sequential logic circuits, D/A and A/D converters, and the 8086 microprocessor architecture and instruction set. Peripheral chips such as the 8255 PPI, 8254 timer, 8257 DMA, 8259 PIC, and 8251 USART are also discussed. The associated lab focuses on designing digital logic circuits and writing programs to perform operations like addition, subtraction, and sorting arrays using 8-bit and 16-bit numbers. Evaluation includes continuous assessment, assignments, seminars, and a term-end exam.

Uploaded by

rockin_ravi_vit
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DIGITAL ELECTRONICS AND MICROPROCESSOR

L T P C
3 0 0 3

Aims & Objectives


To introduce students to the digital components of a system. Emphasis is on data conversion,
Boolean algebra, sequential and combinational circuits, ALU Design and computer design
Learning Outcome
On completion of the course the student will be able to design a simple digital system.

CONTENTS

Combinational logic circuits:


Review of Number Systems and Logic gates, NAND and NOR gate as universal building
blocks, Simplification of Four variable Boolean equations using Karnaugh maps, Half
adder, Full adder, Half subtractor, full subtractor, 4 bit parallel adder and subtractor, 3
bit binary decoder, decimal to BCD encoder, 8 to 1 multiplexer, 1 to 8 demultiplxer.

Sequential Logic Circuits:


SR flip flop (using gates), edge triggered flip flops(SR,D,JK and T), master slave JK flip
flop, 4-bit binary asynchronous and synchronous counter, decade counter( asynchronous
and synchronous), Shift registers(SISO,SIPO,PISO,PIPO), ring counter, Memories(RAM,
ROM, EPROM, FLASH)

D/A and A/D converters:


Ladder type D/A converter, Dual slope A/D converter, successive approximation A/D
converter, study of DAC0800 and ADC0809 chips.

The 8086 Microprocessor Architecture and Instruction Set:


Pin diagram, CPU architecture, Memory segmentation, Internal operations, addressing
modes, instruction formats. Assembler instruction formats, Data transfer instructions,
Arithmetic instructions, logical instruction, Branch and loop instructions. Interrupts –
Software and Hardware interrupts, Software interrupt programming.

Peripheral Chips:
8255 (PPI), 8254 (Timer), 8257 (DMA), 8259 (PIC), 8251(USART)

Text Book
1. Digital Fundamentals – Thomas L Floyd , Universal Book Stall, New Delhi.
2. Microprocessors and Interfacing – Douglas V Hall, TMH.

Reference Books
3. Microcomputer Systems: The 8086/8088 Family– Yu-Cheng Liu, Glenn A. Gibson ,
PHI.
4. Microprocessors and peripherals – Barry B. Brey, CBS Publishers & Distributors,
Delhi.
5. Digital electronics and Microcomputers – R.K.Gaur.

Mode of Evaluation
Continuous assessment examination, Assignment / Seminar and Term-end examination.
DIGITAL ELECTRONICS AND MICROPROCESSOR LAB
L T P C
3 0 0 3

1. Half Adder and half subtractor using gates


2. Full adder using gates
3. Study of 4bit binary parallel adder/subtractor using IC 7483
4. Study of asynchronous binary decade UP counter
5. Study of synchronous binary DOWN counter (MOD 08)
6. Study of 6bit ring counter IC 74174
7. Study of D/A converter using R-2R ladder network
8. Study of DAC using IC DAC0800/1408
9. Study of ADC using IC ADC0809/0801
10. Write a program to add two 8 bit numbers and two 16 bit numbers
11. Write a program to subtract two 8 bit numbers and two 16 bit numbers
12. Write a program to find a factorial of 8 bit number
13. Write a program to find square root of a 16 bit number
14. Write a program to find sum of 8 bit number in a given array
15. Write a program to arrange given array of 8 bit elements in ascending order
16. Write a program to arrange given array of 16 bit elements in descending order.

You might also like