Shift Register Counters
Shift Register Counters

Two of the most common types of shift register counters are introduced here: the Ring counter and the Johnson counter. They are basically ...

VIEW MORE »

Shift Registers
Shift Registers

The binary data in a register can be moved within the register from one flip-flop to the other or outside it with application of clock pul...

VIEW MORE »

Demultiplexer
Demultiplexer

A decoder/demultiplexer is a combinational circuit that asserts one of several outputs in response to a unique input code. It is a unit wi...

VIEW MORE »

Multiplexer
Multiplexer

A multiplexer is a combinational circuit that gates one out of its several inputs to a single output. As it selects one out of many inputs...

VIEW MORE »

Sequential Circuits
Sequential Circuits

In the sequential circuit, the timing parameter comes into picture. The output of a sequential circuit depends on the present time inp...

VIEW MORE »

NOR and NAND Architecture
NOR and NAND Architecture

NOR architecture is one of two technologies (the other being NAND) used in memory cards. NOR flash is the preferred technology for flash d...

VIEW MORE »

Non-Volatile Memories
Non-Volatile Memories

Based on the programmability of the devices non-volatile memories are categorized as follows. Writing data into ROMs is possible only at t...

VIEW MORE »

Volatile Memories
Volatile Memories

Static Random Access Memory (SRAM) and Dynamic Random Access Memory (DRAM) are volatile memories. SRAM is used as a cache memory in comput...

VIEW MORE »

Semiconductor Memories
Semiconductor Memories

Semiconductor memories are classified in different ways. A distinction is made between read-only (ROM) and read-write (RWM) memories. The ...

VIEW MORE »

Transistor-Transistor Logic (TTL)
Transistor-Transistor Logic (TTL)

TTL is the short form of Transistor Transistor Logic. As the name suggests they refers to the digital integrated circuits that employ logi...

VIEW MORE »

Canonical and Standard forms
Canonical and Standard forms

A binary variable may be either in its true form A or its complement  Ᾱ . For n variables, the maximum number of input variable combinati...

VIEW MORE »

Karnaugh Map (or K-map) Minimization
Karnaugh Map (or K-map) Minimization

The Karnaugh map provides a systematic method for simplifying a Boolean expression or a truth table function. The K map can produce the si...

VIEW MORE »

Algebraic Minimization
Algebraic Minimization

The goal of logic expression minimization is to find an equivalent of an original logic expression that has fewer variables per term, has ...

VIEW MORE »
 
Top