Flip-Flops in Digital Circuits

11 months ago

Since digital data is usually stored in the form bits, digital memory devices such as the computer random access memory…

How to Interface PIC Microcontroller to Input & Output Devices

12 months ago

In this article, we discuss how to interface the PIC microcontroller to various types of input and output devices. A…

Peripheral Devices used with Microprocessors

12 months ago

Microprocessors and peripheral devices provide a complete solution in enhancing complex application environments. In this article, we look at some…

6 Types of Microprocessor Addressing Modes

12 months ago

Microprocessors perform operations on data stored in the register or memory. This data is specified in the operand field of…

The MOV Instruction in Intel 8051 (MCS-51) Microcontroller

12 months ago

The MOV instruction tells the CPU to move (in actual fact COPY) the source operand to the destination operand. MOV…

SIMD, MISD & MIMD Multiple Processor Architectures

12 months ago

Introduction Parallel processing, in which applications are partitioned into multiple tasks that are executed concurrently by multiple processors is used…

The Pentium Series of Microprocessors

12 months ago

The Pentium processors have a 64-bit data bus which is a major advancement in personal computer CPU design. In actual…

How to Interface LCD Display to a Microcontroller

12 months ago

LCD crystal displays allow a better user interface compared with LED displays as it is much easier to display text…

Computer Memory Organization

12 months ago

A computer system uses memory elements for storing program instructions, data, and other information. From the perspective of the instruction…

Basic Microprocessor Instructions

12 months ago

Microprocessors perform various basic operations that include data transfer instructions, arithmetic instructions, logic instructions, control transfer instructions and machine control…