100% found this document useful (2 votes)
649 views8 pages

c1 Overview of Microcomputer Structure and Operation

The document describes the Von Neumann model of computer architecture. It explains that the central processing unit (CPU) interprets and executes commands from hardware and software and is considered the "brains" of the computer. It also describes the main components of a computer system including memory for storing instructions and data, input/output components for communication, and buses that connect the central processing unit to memory and input/output devices and allow transmission of data, addresses, and control signals.

Uploaded by

'Abdul Mu'izz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
649 views8 pages

c1 Overview of Microcomputer Structure and Operation

The document describes the Von Neumann model of computer architecture. It explains that the central processing unit (CPU) interprets and executes commands from hardware and software and is considered the "brains" of the computer. It also describes the main components of a computer system including memory for storing instructions and data, input/output components for communication, and buses that connect the central processing unit to memory and input/output devices and allow transmission of data, addresses, and control signals.

Uploaded by

'Abdul Mu'izz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Figure 1.

Von Neumann model of computer architecture


The Central Processing Unit (CPU) is responsible for
interpreting and executing most of the commands
from the computer's hardware and software.

The CPU could be considered the "brains" of the
computer.

On large machines, the CPU requires one or more
printed circuit board. On personal computer and small
workstations, the CPU is housed in a single chip called
a microprocessor
usually consists of a mixture of :
1. RAM (Random Access Memory)
2. ROM (Read Only Memory).

Memory has two purposes:
store the binary codes for the sequences of
instructions you want the computer to carry
out.
store the binary-coded data with which the
computer is going to be working. This data
might be the inventory records of a
supermarket, for example.
allows the computer to take in data from the
outside world or send data to the outside world.

Peripherals such as keyboards, video display
terminals, printers, and modems are connected
to the I/O section.

These allow the user and the computer to
communicate with each other.
The actual physical devices used to interface the
computer buses to external systems are often
called ports.

Ports in a computer function just as shipping
ports do for a count.
An input port allows data from a keyboard, an A/D
converter, or some other source to be read into the
computer under control of the CPU.
An output port is used to send data from the
computer to some peripheral, such as a video display
terminal, a printer, or a D/A converter.
The data bus consists of 8, 16, or 32 parallel
signal lines.

As indicated by the double-ended arrows on
the data bus line in Figure 1, the data bus lines
are bidirectional.

This means that the CPU can read data in from
memory or from a port on these lines, or it can
send data out to memory or to a port on these
lines.
The address bus consists of 16, 20, 24, or 32
parallel signal lines.

On these lines the CPU sends out the address
of the memory location that is to be written to
or read from.

The number of memory locations that the CPU
can address is determined by the number of
address lines.
The control bus consists of 4 to 10 parallel
signal lines.

The CPU sends out signals on the control
bus to enable the outputs of addressed
memory devices or port devices.

Typical control bus signals are Memory Read,
Memory Write, I/O Read, and l/O Write.

You might also like