+ All Categories
Home > Documents > Pertemuan ke-5 Computer and Information Processing.

Pertemuan ke-5 Computer and Information Processing.

Date post: 01-Apr-2015
Category:
Upload: gwendolyn-wainman
View: 214 times
Download: 0 times
Share this document with a friend
57
Pertemuan ke-5 Computer and Information Processing
Transcript
Page 1: Pertemuan ke-5 Computer and Information Processing.

Pertemuan ke-5

Computer and Information Processing

Page 2: Pertemuan ke-5 Computer and Information Processing.

Learning Objectives

Untuk memahami bagaimana data dan program direpresentasikan ke dalam komputer Apakah Sistem Komputer itu?

The CPU & Storage Input Output Devices Trend IT Menjelaskan tentang konsep komunikasi data

dan sistem jaringan komputer

Page 3: Pertemuan ke-5 Computer and Information Processing.

Digital Data Representation

Computers today are mostly digital computers—devices that can only understand two states.

The two states of a digital computer are typically represented by 0s and 1s.

Natural-language messages are translated to the computer into binary form.

Page 4: Pertemuan ke-5 Computer and Information Processing.
Page 5: Pertemuan ke-5 Computer and Information Processing.

The Binary Numbering System

The binary numbering system represents all numbers using just two symbols (0 and 1).

Page 6: Pertemuan ke-5 Computer and Information Processing.

Coding Systems for Text-Based Data

ASCII and EBCDIC Fixed-length codes that can represent any

single character of data as a string of eight bits

Unicode A 16-bit code that can be used to represent

text-based data in virtually any written language

Page 7: Pertemuan ke-5 Computer and Information Processing.

Byte Terminology

Byte - a string of eight bits

kilobytes (KB) thousands of bytesmegabytes (MB) millions of bytesgigabytes (GB) billions of bytesterabytes (TB) trillions of bytes

petabyte (PB) about 1 quadrillion bytesexabyte (EB) about 1 quintillion bytes

Page 8: Pertemuan ke-5 Computer and Information Processing.

Parity Bit

In fixed-length coding systems a parity bit is often automatically added at the end of each character to enable computer systems to check for transmission errors.

In odd-parity systems, the parity bit makes the number of 1-bits in a byte to be an odd number; using even parity, the number of 1-bits is an even number.

Page 9: Pertemuan ke-5 Computer and Information Processing.
Page 10: Pertemuan ke-5 Computer and Information Processing.

Coding Systems for Other Types of Data

Graphics data

Audio data

Video data

Page 11: Pertemuan ke-5 Computer and Information Processing.

Machine Language

Machine language is the binary-based code used to represent program instructions.

The basic set of machine-language instructions that a CPU can understand is that CPU’s instruction set.

Most programmers rely on language translators to translate their programs into machine language for them.

Page 12: Pertemuan ke-5 Computer and Information Processing.

Inside the System Unit

The system unit of a PC is the case that houses processing hardware and other hardware.

All of the hardware contained within the system unit is connected to the system board or motherboard.

Page 13: Pertemuan ke-5 Computer and Information Processing.
Page 14: Pertemuan ke-5 Computer and Information Processing.

CPU

The microprocessor (CPU chip) contains a variety of circuitry and components and is connected to the motherboard.

Page 15: Pertemuan ke-5 Computer and Information Processing.

CPU, cont’d.

Processing speed is measured in megahertz (MHz) or gigahertz (GHz).

A computer word is a group of bits or bytes that may be manipulated and stored as a unit.

Other factors that affect the speed of the computer include RAM, cache memory, bus width, and bus speed.

Page 16: Pertemuan ke-5 Computer and Information Processing.

Memori : ROM (Read Only Memory)

Jenis memori yang hanya bisa dibaca (read only) oleh komputer.

Keperluan utama ROM adalah untuk menempatkan program yang disebut BIOS (Basic Input Output System).

BIOS adalah program yang mengendalikan komputer pertama kali sebelum dikendalikan oleh sisrem operasi.

ROM ini ditulis oleh perusahaan yang memproduksi sebuah komputer.

Page 17: Pertemuan ke-5 Computer and Information Processing.

Memori : RAM (Random Access Memory) RAM dapat ditulis, dibaca dan mudah menguap (volatile).

Sifat penulisan dan pembacaan datanya adalah secara random.

Data yang ditulis dalam RAM dapat dihapus atau diganti dengan yang lain.

Disebut juga Read-Write Memory

Page 18: Pertemuan ke-5 Computer and Information Processing.

Memori : RAM (Random Access Memory)

Jenis-jenis RAM

•DRAM (Dynamic RAM)

•SRAM (Static RAM)

•NVRAM

•FRAM (Ferroelectric RAM)

Page 19: Pertemuan ke-5 Computer and Information Processing.

Memory: RAM

RAM is volatile

Types of RAM

DRAMSRAM

SDRAMDDR SDRAM

RDRAMPC133 SRAM

Page 20: Pertemuan ke-5 Computer and Information Processing.

Memory

Cache memory

Registers

ROM

Flash memory

Page 21: Pertemuan ke-5 Computer and Information Processing.

Buses

Buses are electronic paths that data travels around on a computer system.

Internal buses move data around within the CPU.

Expansion buses establish links with peripheral devices.

Page 22: Pertemuan ke-5 Computer and Information Processing.

Kuliah Tambahan

Senin Tgl 14 dan 21 April 2008 Jam 17.30

Page 23: Pertemuan ke-5 Computer and Information Processing.
Page 24: Pertemuan ke-5 Computer and Information Processing.

System Expansion

Expansion cards for desktop PCs Video-graphics board, fax/modem board, or

sound card

PC cards: expansion for notebook & other portables

Expansion for handhelds and mobile devices USB port, SD cards, MM cards, and

Springboard modules

Page 25: Pertemuan ke-5 Computer and Information Processing.

Ports

Common ports:

SerialParallelSCSIUSB

FirewireNetworkMIDIIrDA

Page 26: Pertemuan ke-5 Computer and Information Processing.
Page 27: Pertemuan ke-5 Computer and Information Processing.
Page 28: Pertemuan ke-5 Computer and Information Processing.

Typical CPU Components

Arithmetic/logic unit

Control unit

Registers

Decode unit

Prefetch unit

Internal cache

Bus interface unit

Page 29: Pertemuan ke-5 Computer and Information Processing.
Page 30: Pertemuan ke-5 Computer and Information Processing.

Storage

Page 31: Pertemuan ke-5 Computer and Information Processing.

Magnetic Disk Systems Magnetic disks are the most important storage

medium in computers today.

Two popular types: floppy disks hard disks tape disk flash disk

Data is written by magnetizing particles on the disks in a certain way to represent 1s and 0s.

Page 32: Pertemuan ke-5 Computer and Information Processing.
Page 33: Pertemuan ke-5 Computer and Information Processing.
Page 34: Pertemuan ke-5 Computer and Information Processing.

Floppy Disks, cont’d.

Tracks, sectors, and clusters The disk’s file directory keeps track of the

contents of the disk.

Page 35: Pertemuan ke-5 Computer and Information Processing.
Page 36: Pertemuan ke-5 Computer and Information Processing.

Hard Disks, cont’d.

Hard disk systems for notebooks Can use either internal or removable hard

drives

Page 37: Pertemuan ke-5 Computer and Information Processing.

Hard Disks, cont’d.

Hard disk systems for large computer systems May use a system consisting of multiple

hard drives; RAID is a recent trend

Page 38: Pertemuan ke-5 Computer and Information Processing.

Optical Discs

Laser beams write and read data packed at very tight storage densities, several times finer than that of a typical magnetic disk.

Page 39: Pertemuan ke-5 Computer and Information Processing.

CDs

CDs are permanently etched when data is stored on the disc.

Recordable (CD-R) discs can be written to, but not erased and rewritten.

Rewritable (CD-RW) CDs can be used in the same way as magnetic disks—data can be stored and erased as needed.

Page 40: Pertemuan ke-5 Computer and Information Processing.

DVDs

DVDs are read-only and may replace VHS as the movie media of choice.

Rewritable DVDs (DVD-RAM or DVD+RW) allow users to record on DVD discs.

Page 41: Pertemuan ke-5 Computer and Information Processing.

Magneto-Optical Discs

M-O discs use a combination of magnetic and optical technologies.

Can store up to 5.2 GB per disc.

Page 42: Pertemuan ke-5 Computer and Information Processing.

Smart Cards

Smart card: credit-card-sized piece of plastic that contains some type of computer circuitry. Holds less than a few megabytes Commonly used to store prepaid amounts of

digital cash, or personal information

Smart card readers are attached to a PC or built into a cell phone, keyboard, or other device.

Page 43: Pertemuan ke-5 Computer and Information Processing.

Flash Memory Devices

Flash memory sticks Size of a stick of gum; hold from 4 to 64 MB

each Flash memory cards

Standards include CompactFlash, SmartMedia, Secure Digital (SD), and MultiMedia Card (MMC)

Flash memory drives Have no moving parts—are more shock-

proof and portable than conventional drives

Page 44: Pertemuan ke-5 Computer and Information Processing.

Input and OutputDevices

Page 45: Pertemuan ke-5 Computer and Information Processing.

Input and Output

Input devices convert data and programs that people can understand into a form comprehensible to the CPU.

Output devices convert the strings of bits used by the computer back into a form that people can understand.

Page 46: Pertemuan ke-5 Computer and Information Processing.
Page 47: Pertemuan ke-5 Computer and Information Processing.

Pointing Devices: Mouse

Page 48: Pertemuan ke-5 Computer and Information Processing.

Pointing Devices: Electronic Pens

Electronic pen: an alternative to the mouse to select objects or to write or draw on the screen

Devices that use pen input: Graphics tablets Signature capture devices Pen-based computers

Page 49: Pertemuan ke-5 Computer and Information Processing.

Pointing Devices: Touch Screens

Touch screens are used:

When other input

devices are impractical

When consumer input is required, as in consumer kiosks

Page 50: Pertemuan ke-5 Computer and Information Processing.

Other Pointing Devices

Joystick Trackball Pointing stick Touch pad

Page 51: Pertemuan ke-5 Computer and Information Processing.

Scanners and Related Devices

Source data automation involves collecting data in machine-readable form as soon as it is generated.

Source data automation is used to convert source documents into digital form and commonly utilizes some type of scanner.

Page 52: Pertemuan ke-5 Computer and Information Processing.

Optical Scanners Optical scanner: converts hard-copy images

of text pages, photographs, and drawings into digital form

Types of image scanners: Flatbed Sheet-fed Hand-held Drum Three-dimensional

Page 53: Pertemuan ke-5 Computer and Information Processing.
Page 54: Pertemuan ke-5 Computer and Information Processing.

Optical Readers

Optical marks

Optical characters

Optical codes

Page 55: Pertemuan ke-5 Computer and Information Processing.

Magnetic Ink Character Recognition Reader

Magnetic ink character recognition is used primarily with processing checks.

Readers can read the special magnetic characters, as well as sort documents by their codes.

Page 56: Pertemuan ke-5 Computer and Information Processing.

Multimedia Output Devices

Speakers

Data and multimedia projectors

Voice-output systems

Page 57: Pertemuan ke-5 Computer and Information Processing.

Multifunction Devices A multifunction device offers some combination

of:

Printing

Copying

Scanning

Faxing


Recommended