MICROPROCESSOR AND MICROCONTROLLER

INTRODUCTION TO MICROPEOCESSOR

MICROPROCESSOR TERMINOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In order to access data from IO devices, following instructions used ____
A
MOV and MVI
B
LDAX and STAX
C
IN and OUT
D
LDA and STA
Explanation: 

Detailed explanation-1: -A transfer from I/O device to memory requires the execution of several instructions by the CPU, including an input instruction to transfer the data from device to the CPU and store instruction to transfer the data from CPU to memory.

Detailed explanation-2: -I/O devices can be connected to a computer through a single bus which enables the exchange of information. The bus consists of three sets of lines used to carry address, data, and control signals. Each I/O device is assigned a unique set of addresses.

There is 1 question to complete.