This document outlines the modules and topics covered in the course Digital Electronics and Programming. Module I covers Boolean algebra, logic gates, Boolean equations, Karnaugh maps, and logic circuit simplification. Module II discusses combinational logic circuits like adders, subtractors, multiplexers and sequential logic like flip-flops, counters, and registers. Module III provides an introduction to programming in C++, including program structure, data types, operators, control structures, arrays, and functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
64 views
Digital Electronics and Programming
This document outlines the modules and topics covered in the course Digital Electronics and Programming. Module I covers Boolean algebra, logic gates, Boolean equations, Karnaugh maps, and logic circuit simplification. Module II discusses combinational logic circuits like adders, subtractors, multiplexers and sequential logic like flip-flops, counters, and registers. Module III provides an introduction to programming in C++, including program structure, data types, operators, control structures, arrays, and functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Semester-V
PH5CRT07: DIGITAL ELECTRONICS AND PROGRAMMING
Module I Boolean algebra and logic gates Basic gates NOT, OR, AND. Universal Logic Gates- NOR, NAND.XOR and XNOR Gates.Rules and Laws of Boolean algebra.Duality theorem -De Morgan's Theorems, analysis and simplification of logic circuits. Boolean equation and truth table - SOP and POS.Minterms and Maxterms. Standard SOP and Standard POS- Conversion between Standard SOP & Standard POS. Karnaugh Map (up to four variables). K map SOP minimization. Module II Combinational logic Half Adder and Full Adder, Half and Full subtractor, 4-bit parallel Adder/Subtractor.Multiplexer, De- multiplexer, Encoder & Decoder. Sequential logic Flip-flops, RS, Clocked RS, Master Slave JK FF, DFF, T Flip-flop, Buffer registers- Shift register-SISO and SIPO, Counters- Binary ripple counter. D/A converters (Ladder type), A/D Converter (Counter type). Module III Programming in C++ Basic C++ program structure –comments-data types-variable types-constants- operators(arithmetic, relational, logical and assignment operators)- if, if-else and else if, do while - case – loops(while, do- while, and for)-nested loops- arrays(Defining Arrays, Accessing Array Elements, Initializing Arrays)- basic ideas of functions(qualitative idea), object and classes. Programs using loops.