21
Computing Systems EC4012PA PIC 18F4520 1

Computing Systems

  • Upload
    drake

  • View
    42

  • Download
    0

Embed Size (px)

DESCRIPTION

Computing Systems. EC4012PA PIC 18F4520. Chapter 1. Introduction. What is a Computer?. Processor Input Devices Output Devices Memory Devices. Processor. A processor is also called the central processing unit (CPU) . The processor consists of at least the following 3 components: - PowerPoint PPT Presentation

Citation preview

Page 1: Computing Systems

1

Computing Systems

EC4012PAPIC 18F4520

Page 2: Computing Systems

Chapter 1

Introduction

2

Page 3: Computing Systems

What is a Computer?

Processor Input Devices Output Devices Memory Devices

3

Page 4: Computing Systems

Processor

A processor is also called the central processing unit (CPU).

The processor consists of at least the following 3 components:• A register • Arithmetic logic unit (ALU). • Control unit.

4

Page 5: Computing Systems

Microprocessor

is a processor in a single ic chip a microcomputer is a computer that

uses a micro-processor as its CPU. is referred to as 4-bit, 8-bit, 16-bit, 32-

bit, or 64-bit. word length of the microprocessor.

5

Page 6: Computing Systems

Microprocessor

is not designed to deal with I/O. interface chips are needed. External memory chips are needed to

hold programs and data Glue logic is required to interface with

the memory chips, Peripheral chips are needed to interface

with I/0 devices.6

Page 7: Computing Systems

What is a Microcontroller ?

77

CPU

Memory

I/O, Serial, Parallel Ports

Timer/CounterUART

ADC, DACDMA

Page 8: Computing Systems

Block Diagram of a Microcontroller

8

Control Bus

CPU ALU

Control

Register

Address Bus

Memory

RAM

[Data]

I/O

Output Device

sInput

Devices

Clock

ROM

[Program]

StackData Bus

Page 9: Computing Systems

Common characteristics of Microcontroller

“Embedded” inside the products we use everyday.

“Dedicated” to one task / one specific program

Designed for “low-cost, small, low-power performance”.

9

Page 10: Computing Systems

MCU

What is a Microcontroller use for ?

10

Page 11: Computing Systems

Microcontroller is Everywhere

Consumer Market – includes home appliances:

washing machines, TV remotes, MP3 players, VCR and refrigerator

11

Page 12: Computing Systems

Microcontroller is Everywhere

Automotive market

remote keyless entry, antilock braking and air bags

12

Page 13: Computing Systems

Microcontroller is Everywhere

Office automation

PCs, keyboards, mouse, modem, sound card, copiers, scanner and printers

13

Page 14: Computing Systems

Microcontroller is Everywhere

Telecommunications

cellular phones, PSPs, pagers and answering machines

14

Page 15: Computing Systems

Microcontroller is Everywhere

Industrial products

door locks in hotel rooms, battery chargers and industrial machinery

15

Page 16: Computing Systems

Memory

Programs and data are stored in memory in a computer.

A computer may contain: semiconductor ; magnetic (harddisk); and optical (cdrom, DVD).

16

Page 17: Computing Systems

Memory

Semiconductor memory can be further classified into two major types: random access memory (RAM) and read-only memory (ROM).

17

Page 18: Computing Systems

RAM

Volatile - cannot retain data in the absence of power.

also called read write memory. Reading memory is nondestructive. Writes data will overwrite the old

data.

18

Page 19: Computing Systems

RAM

Two types of RAM technology: static RAM (SRAM) and dynamic RAM (DRAM).

19

Page 20: Computing Systems

ROM

Read_Only memory is non-volatile , it retain data in the absence of power.

Data stored in these chips is either unchangeable or requires a special operation to

change. 20

Page 21: Computing Systems

Thank You

21