Skip to content

Category Archives: Digital Logic

A microcontroller is a self-contained desktop that can be utilized in an embedded system. A few microcontrollers may run at clock rate rates and use… Read More
In this article, we are going to discuss Axioms of Boolean Algebra; these axioms/Theorems are important as these will be used in many different topics… Read More
A signed integer is an integer with a positive ‘+’ or negative sign ‘-‘ associated with it. Since the computer only understands binary, it is… Read More
Logisim is a very powerful tool that is used to design and simulate digital logic circuits. Digital logic circuits are the electronic circuits that are… Read More
In Boolean Algebra, the NAND and NOR gates are called universal gates because any digital circuit can be implemented by using any one of these… Read More
The RAM,i.e Random Access Memory is a primary source of data storing memory device for the computers. This memory is available in 2 forms, named… Read More
In this article, we will discuss the overview part of Full Adder using Verilog HDL. And the objective to understand the concept and will implement… Read More
Prerequisite :  Half SubtractorWe are given with two inputs A and B. Our task is to implement Half Subtractor circuit and print the outputs difference… Read More
Prerequisite : Multiplexer, Full adder  Introduction : Multiplexer and Full adder are two different Digital Logic circuits. The Multiplexer is a digital switch. It allows digital… Read More
Prerequisite : Half Adder in Digital Logic We are given with two inputs A and B. Our task is to implement Half Adder circuit and… Read More
Prerequisite : Full AdderWe are given three inputs of Full Adder A, B,C-IN. The task is to implement the Full Adder circuit and Print output… Read More
Prerequisite : Full SubtractorGiven three inputs of Full Subtractor A, B, Bin. The task is to implement the Full Subtractor circuit and Print output states… Read More
Prerequisite :  Multiplexers in Digital Logic Introduction : It is a combinational circuit which have many data inputs and single output depending on control or select… Read More
Introduction :A polygon may be represented as a number of line segments connected, end to from a closed figure.Polygons can be represented in two ways… Read More
Counter :Counters are used to count the clock pulses. The clock pulses occur at regular intervals. They are used to measure the  time and frequency.… Read More

Start Your Coding Journey Now!