9
Introduction to the Microprocessor and Computer Misbah Ul Hoque Computer Science and Engineering Green University of Bangladesh

Chap1 introduction

Embed Size (px)

Citation preview

Page 1: Chap1 introduction

Introduction to the Microprocessor and Computer

Misbah Ul HoqueComputer Science and Engineering

Green University of Bangladesh

Page 2: Chap1 introduction

Content Microprocessor and it’s tasks. Basic terminologies. Block diagram of Computer System. CPU and Microprocessor.

Page 3: Chap1 introduction

Microprocessor and It’s tasksThe microprocessor, sometimes referred to as the CPU, is the controlling element in a computer system. The microprocessor controls memory and I/O through a series of connection called buses.

The microprocessor performs three main tasks,1) Data transfer between itself and the memory or

I/O systems.2) Simple arithmetic and logic operations.3) Program flow via simple decisions.

Page 4: Chap1 introduction

Basic TerminologiesTPA

The transient program area (TPA) holds the DOS operating system and other programs that control the computer system. The TPA also stores any currently active or inactive DOS application programs. The length of TPA is 640KB.

System AreaThe system area contains programs on either a read-only memory (ROM) or flash memory and areas of read/write (RAM) memory for data storage.

Page 5: Chap1 introduction

Basic TerminologiesI/O Space

The I/O space in a computer system extends from I/O port OOOOH to FFFFH. The I/O devices allow the microprocessor to communicate between itself and the outside world. And also allow up to 64K different 8bit I/O devices.

BusesA buses is a common group of wires that interconnect components in a computer system. The buses that interconnect the sections of a computer system transfer address, data and control information between the microprocessor and its memory and I/O system.

Page 6: Chap1 introduction

Block diagram of Computer System

Page 7: Chap1 introduction

Block diagram of Computer System

In most computer systems, there are four control bus connection:

memory read controlmemory write controlI/O read controlI/O write control

The control signal is active when the input is low or ZERO.

Page 8: Chap1 introduction

CPU and Microprocessor

Key DifferenceA CPU carries out all the arithmetic and computing functions of a computer, while a microprocessor houses the CPU, BIOS (Basic I/O System) and memory access circuits.

Page 9: Chap1 introduction

Thanks