Flip-Flops in Digital Circuits

1 year 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

1 year 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

1 year 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

1 year 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

1 year 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

1 year 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

1 year 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

1 year ago

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

Computer Memory Organization

1 year ago

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

Basic Microprocessor Instructions

1 year ago

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