+ All Categories
Home > Documents > Introduction to Computers

Introduction to Computers

Date post: 11-Jan-2016
Category:
Upload: indiya
View: 24 times
Download: 0 times
Share this document with a friend
Description:
Section 4A. Introduction to Computers. Decimal Number System. Called base 10 because 10 symbols are available. Binary Number System. Computers function in base 2, or the binary number system, where there are only two values. Bit. A combination of binary digit - PowerPoint PPT Presentation
Popular Tags:
26
Introduction to Computers Section 4A Section 4A
Transcript

Introduction to Computers

Section 4ASection 4A

homehome

Decimal Number System

Called base 10 because 10 symbols are

available

homehome

Binary Number System

Computers function in base 2, or the

binary number system, where there are

only two values

homehome

Bit

A combination of binary digit

The smallest possible unit of data a computer can recognize or use

homehome

Byte

A group of eight bits

homehome

Text Codes

EBCDIC

ASCII

Unicode

homehome

CPU

The CPU is the computer’s “brain” that

manipulates data

homehome

CPU’s Two Basic Parts

Control unit

Arithmetic logic unit

homehome

Control Unit

Manages all the computer’s resources

homehome

Arithmetic Logic Unit

Performs the CPU’s arithmetic and

logical operations

homehome

Machine Cycle

The completed series of steps the CPU

takes to execute an instruction

homehome

Machine Cycle’s Two Cycles

Instruction cycle

Execution cycle

homehome

Instruction Cycle

Fetching

Decoding

homehome

Execution Cycle

Executing

Storing

homehome

Millions of Instructions Per Second (MIPS)

The CPU performance measurement

homehome

Pipelining

Also called pipeline processing

The control unit begins a new machine

cycle before the current cycle is

completed

homehome

Memory

Allows the CPU to store and retrieve

data quickly

homehome

Two Kinds of Memory

Read-only memory (ROM): nonvolatile

Random-access memory (RAM): volatile

homehome

ROM

ROM always holds the same data, for

example the computer’s start-up

instructions

homehome

RAM

RAM’s job is to hold programs and data

while they are in use

RAM can change instantly

homehome

Other Kinds of RAM

Dynamic RAM (DRAM)

DRAM Variations

Static RAM (SRAM)

homehome

Factors Affecting Processing Speed

Registers

Memory and computing power

System clock

The bus

The databus

The address bus

Cache memory

homehome

Bus Types

Industry standard architecture (ISA) bus

Local bus

Peripheral component interconnect (PCI) bus

Accelerated Graphics Port (AGP) bus

Universal Serial Bus (USB)

IEEE 1394 (FireWire)

homehome

Data Transfer Rate

The amount of data buses can transfer in a

second

Measured in megabits per second (Mbps) or

megabytes per second (MBps)

homehome

Cache memory

Speeds processing by storing

frequently used data or instructions in

its high-speed memory

Section 4ASection 4A

Transforming Data Into Transforming Data Into InformationInformation


Recommended