Home > Electronics > Digital Electronics

Digital Electronics

Register & Types Of Register

Register & Types Of Register

What Is A Register?Types Of Register Computer or microcontrollers need memory to store data & programs that it needs to process later. These memory devices may be hard drives, memory sticks but the CPU itself need some storage space to store the necessary commands & instruction for data processing. That is where registers come in. Register: A register is the …

Read More »

Difference Between Arduino & Raspberry Pi

Difference Between Arduino & Raspberry Pi

Differences Between Arduino & Raspberry Pi Arduino & Raspberry Pi are both program development boards, mainly designed for teaching programming. But there use in DIY electronics has made them more famous. You may have heard about these in DIY projects videos over youtube or in general. Before going into the differences between these two boards lets try to discuss them …

Read More »

Difference Between RAM & ROM| With Their Types

What are the Differences Between RAM & ROM With Their Types

What are the Differences Between RAM & ROM? With Their Types A computer or digital devices use memory components to store their data for several purposes. Without any memory units, a computer cannot do any task. There are two types of memory components in digital devices i.e. RAM & ROM. In this article, we will study these two memory components …

Read More »

Types Of Flip Flops| SR, D, JK & D Types With TruthTable

SR & D Flip Flop TruthTable

Different Types Of Flip Flops | SR, D, JK & T FlipFlops With Truth Table A flip flop is a basic memory unit capable of storing one a single bit at a time. It is made from two latches in Master-slave configuration. They are edge sensitive so they are triggered by a clock pulse. There are few types of flip …

Read More »

Differences Between Microcontroller and Microprocessor

What are the Differences Between Microcontroller Vs Microprocessor

What are the Differences Between Microcontroller Vs Microprocessor The microcontroller & microprocessor are two like terms that are confused by so many people when they are asked about it. They seem to be one same thing yet they are both quite different. Before going any further, let’s discuss what is a microcontroller and microprocessor.   Microcontroller: The microcontroller is an …

Read More »

Comparison Between Latch & Flip-Flop

Comparison Between Latch & Flip-Flop

Latches Vs Flip-Flop Latch and flip-flop are two basic building blocks of any memory unit that store information in any digital devices. They store a single bit of information as long as they are powered, but their structure and triggering operation is different from each other. Before going into the differences between flip flop and latches, let’s discuss what flip-flop …

Read More »

Comparison Between Combinational & Sequential Logic

Comparison Between Combinational & Sequential Logic

Combinational Logic Vs Sequential Logic In Digital Electronics, there are two types of logic circuits i.e. combinational logic & sequential logic circuit. Both of these logic circuits are used in digital devices and perform different types of tasks based on their design logic. Before going further into the difference and comparison between these two logics, let’s look into what combinational …

Read More »

Difference Between Compiler & Interpreter

Compiler Vs Interpreter During programming, we generally write programs in High-level language, which is referred to as source code. This source code contains words & sentences from English language or maybe some other language. But a computer does not understand English words; it only understands a command written in binary 1’s & 0’s, also known as machine code. In order …

Read More »