HERY HAMDI AZWIR Computer Hardware. ICT & Computer What is ICT (TIK)?  Teknologi Informasi meliputi segala hal yang berkaitan dengan proses, penggunaan.

Slides:



Advertisements
Similar presentations
Magnetic Disk Magnetic disks are the foundation of external memory on virtually all computer systems. A disk is a circular platter constructed of.
Advertisements

Chapter 5 Internal Memory
Computer Organization and Architecture
Computer Organization and Architecture
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
Chapter4: Memory External Memory.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 6 External Memory.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Organization and Architecture
Chapter 5 Internal Memory
Dr Mohamed Menacer College of Computer Science and Engineering, Taibah University CE-321: Computer.
5.1 Semiconductor main memory  Organization The basic element of a semiconductor memory is the memory cell. Semiconductor memory cells properties: 1.
Computer Systems 1 Fundamentals of Computing
Computer Memory System
Memory Sub-System CT101 – Computing Systems. Memory Subsystem Memory Hierarchy Types of memory Memory organization Memory Hierarchy Design Cache.
Chapter 6 External Memory
Memory Hierarchy.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Chapter 5 Internal Memory. Semiconductor Memory Types.
Chapter 8 Memory Interface
MODULE 5: Main Memory.
Chapter 3 Internal Memory. Objectives  To describe the types of memory used for the main memory  To discuss about errors and error corrections in the.
Internal Memory.
Chapter 6: Internal Memory Computer Architecture Chapter 6 : Internal Memory Memory Processor Input/Output.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Chapter 4: MEMORY Internal Memory.
Memory Cell Operation.
Auxiliary Memory Magnetic Disk:
Semiconductor Memory Types
Chapter 5 Internal Memory. contents  Semiconductor main memory - organisation - organisation - DRAM and SRAM - DRAM and SRAM - types of ROM - types of.
Computer Architecture Chapter (5): Internal Memory
PART 3: (2/2) Computer Memory System CHAPTER 5: Internal Memoryand CHAPTER 6: External Memory 1.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
Chapter 2 content Basic organization of computer What is motherboard
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Fixed/Movable Head Disk
Computer memory.
Types of External Memory
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
Computer Architecture
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
BIC 10503: COMPUTER ARCHITECTURE
MICROPROCESSOR MEMORY ORGANIZATION
CHAPTER 5 EXTERNAL MEMORY
AKT211 – CAO 07 – Computer Memory
Chapter 4 Internal Memory
William Stallings Computer Organization and Architecture 8th Edition
Jazan University, Jazan KSA
Presentation transcript:

HERY HAMDI AZWIR Computer Hardware

ICT & Computer What is ICT (TIK)?  Teknologi Informasi meliputi segala hal yang berkaitan dengan proses, penggunaan sebagai alat bantu, manipulasi, dan pengelolaan informasi. (Wikipedia)  Teknologi Komunikasi adalah segala sesuatu yang berkaitan dengan penggunaan alat bantu untuk memroses dan mentansfer data dari perangkat yang satu ke lainnya (Wikipedia) What is Computer?  Suatu mesin yang dapat diprogram yang menerima, menyimpan, memanipulasi data dan menghasilkannya dalam bentuk/format yang lebih berguna (Wikipedia). Komputer melakukan proses yang disebut komputasi.

Structure & Function Structure is the way in which components relate to each other Function is the operation of individual components as part of the structure

Function All computer functions are:  Data processing  Data storage  Data movement  Control

Functional View

Operations (a) Data movement

Operations (b) Storage

Operation (c) Processing from/to storage

Operation (d) Processing from storage to I/O

Structure - Top Level Computer Main Memory Input Output Systems Interconnection Peripherals Communication lines Central Processing Unit Computer

Structure - The CPU Computer Arithmetic and Login Unit Control Unit Internal CPU Interconnection Registers CPU I/O Memory System Bus CPU

Structure - The Control Unit CPU Control Memory Control Unit Registers and Decoders Sequencing Login Control Unit ALU Registers Internal Bus Control Unit

Memory Semiconductor, Internal Memory  Volatile (RWM – Read Write Memory) Known as RAM  Nonvolatile (ROM) External Memory  Magnetic Disk  Optical Disk  Magnetic Tape

Semiconductor Memory Types Memory TypeCategoryErasureWrite MechanismVolatility Random-access memory (RAM) Read-write memoryElectrically, byte-levelElectricallyVolatile Read-only memory (ROM) Read-only memoryNot possible Masks Nonvolatile Programmable ROM (PROM) Electrically Erasable PROM (EPROM) Read-mostly memory UV light, chip-level Electrically Erasable PROM (EEPROM) Electrically, byte-level Flash memoryElectrically, block-level

Semiconductor Memory RAM  Misnamed as all semiconductor memory is random access  Read/Write  Volatile  Temporary storage  Static or dynamic

Memory Cell Operation

Dynamic RAM Bits stored as charge in capacitors Charges leak Need refreshing even when powered Simpler construction Smaller per bit Less expensive Need refresh circuits Slower Main memory Essentially analogue  Level of charge determines value

Dynamic RAM Structure

DRAM Operation Address line active when bit read or written  Transistor switch closed (current flows) Write  Voltage to bit line  High for 1 low for 0  Then signal address line  Transfers charge to capacitor Read  Address line selected  transistor turns on  Charge from capacitor fed via bit line to sense amplifier  Compares with reference value to determine 0 or 1  Capacitor charge must be restored

Static RAM Bits stored as on/off switches No charges to leak No refreshing needed when powered More complex construction Larger per bit More expensive Does not need refresh circuits Faster Cache Digital  Uses flip-flops

Stating RAM Structure

Static RAM Operation Transistor arrangement gives stable logic state State 1  C 1 high, C 2 low  T 1 T 4 off, T 2 T 3 on State 0  C 2 high, C 1 low  T 2 T 3 off, T 1 T 4 on Address line transistors T 5 T 6 is switch Write – apply value to B & compliment to B Read – value is on line B

SRAM v DRAM Both volatile  Power needed to preserve data Dynamic cell  Simpler to build, smaller  More dense  Less expensive  Needs refresh  Larger memory units Static  Faster  Cache

Read Only Memory (ROM) Permanent storage  Nonvolatile Microprogramming (see later) Library subroutines Systems programs (BIOS) Function tables

Types of ROM Written during manufacture  Very expensive for small runs Programmable (once)  PROM  Needs special equipment to program Read “mostly”  Erasable Programmable (EPROM)  Erased by UV  Electrically Erasable (EEPROM)  Takes much longer to write than read  Flash memory  Erase whole memory electrically

Types of External Memory Magnetic Disk  RAID  Removable Optical  CD-ROM  CD-Recordable (CD-R)  CD-R/W  DVD Magnetic Tape

Magnetic Disk Disk substrate coated with magnetizable material (iron oxide…rust) Substrate used to be aluminium Now glass  Improved surface uniformity  Increases reliability  Reduction in surface defects  Reduced read/write errors  Lower flight heights (See later)  Better stiffness  Better shock/damage resistance

Inductive Write MR Read

Data Organization and Formatting Concentric rings or tracks  Gaps between tracks  Reduce gap to increase capacity  Same number of bits per track (variable packing density)  Constant angular velocity Tracks divided into sectors Minimum block size is one sector May have more than one sector per block

Disk Data Layout

Disk Layout Methods Diagram

Finding Sectors Must be able to identify start of track and sector Format disk  Additional information not available to user  Marks tracks and sectors

Winchester Disk Format Seagate ST506

Fixed/Movable Head Disk Fixed head  One read write head per track  Heads mounted on fixed ridged arm Movable head  One read write head per side  Mounted on a movable arm

Removable or Not Removable disk  Can be removed from drive and replaced with another disk  Provides unlimited storage capacity  Easy data transfer between systems Nonremovable disk  Permanently mounted in the drive

Multiple Platter One head per side Heads are joined and aligned Aligned tracks on each platter form cylinders Data is striped by cylinder  reduces head movement  Increases speed (transfer rate)

Multiple Platters

Tracks and Cylinders

Floppy Disk 8”, 5.25”, 3.5” Small capacity  Up to 1.44Mbyte (2.88M never popular) Slow Universal Cheap Obsolete?

Computer System Device Example CPU  Intel : Pentium IV, Dual Core, Core 2 Duo, Core 2 Quad  AMD : Sempron, Athlon, Phenom Memory  ROM (Nonvolatile)  RAM (Volatile) : SDRAM, DDR1, DDR2, DDR3 System Interconnections  PCI, MiniPCI  AGP (Graphics)  PCI Express I/O Module  VGA Adapter  NIC Adapter (LAN Card)  USB  RS-232 (Serial Communication) I/O Devices  Hard Disk, CD-ROM, DVD-ROM  Flash Disk  Monitor  Keyboard  Mouse  Loud Speaker, Microphone  Bluetooth  Printer  Scanner