Menu Close
NAND Gate Equivalence

Basic of Combinational Logic Operations

Combinational logic refers to logic circuits where the output is determined solely by the current input values. Combinational logic circuits can be constructed from simple…

Constants Can Not Be Changed

Constants in C Programming

1. What is a Constant ? Constants are fixed values that do not change during program execution. These fixed values are also called literals. Using…

Boolean Algebra and Logic Gates

Boolean Algebra is used to analyze and simplify the digital (logic) circuits. It uses only the binary numbers i.e. 0 and 1. It is also…

What is Jtag ?

JTAG stands for Joint Test Action Group. It is a standard interface used in digital electronics for testing and debugging printed circuit boards (PCBs) and…

What is A Bistable Element ?

A bistable element is an electronic device that can be in one of two stable states, typically labeled as “0” and “1” or “off” and…

analog-to-digital conversion (ADC)

Learn Digital Circuit System From Beginning

Chapter 1: Digital Circuit Fundamentals Chapter 1: Fundamentals of Digital Circuits Analog Signals and Digital Signals Analog and Digital Circuits The Research Content and Characteristics…

RISC-V Pseudo-Instruction Lookup Table

RISC-V Pseudo-Instruction Lookup Table Assembler Pseudo-instructions The assembler implements a number of convenience psuedo-instructions that are formed from instructions in the base ISA, but have…