Transferring Data – Primary Memory to Secondary Storage F451 - AS Computing.

Slides:



Advertisements
Similar presentations
System Integration and Performance
Advertisements

A-Level Computing#BristolMet Session Objectives#7 MUST describe common secondary storage technologies SHOULD explain the need for secondary storage and.
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Computer Architecture
P3- Represent how data flows around a computer system
Computer System Organization Computer-system operation – One or more CPUs, device controllers connect through common bus providing access to shared memory.
CS-334: Computer Architecture
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Midterm Tuesday October 23 Covers Chapters 3 through 6 - Buses, Clocks, Timing, Edge Triggering, Level Triggering - Cache Memory Systems - Internal Memory.
Computer System Structures memory memory controller disk controller disk controller printer controller printer controller tape-drive controller tape-drive.
Chapter 7 Input/Output. Input/Output Problems Wide variety of peripherals —Delivering different amounts of data —At different speeds —In different formats.
CHAPTER 9: Input / Output
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Inside The CPU. Buses There are 3 Types of Buses There are 3 Types of Buses Address bus Address bus –between CPU and Main Memory –Carries address of where.
Group 5 Alain J. Percial Paula A. Ortiz Francis X. Ruiz.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Input/Output. Input/Output Problems Wide variety of peripherals —Delivering different amounts of data —At different speeds —In different formats All slower.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Cis303a_chapt06_exam.ppt CIS303A: System Architecture Exam - Chapter 6 Name: __________________ Date: _______________ 1. What connects the CPU with other.
1 Computer System Overview Chapter 1. 2 n An Operating System makes the computing power available to users by controlling the hardware n Let us review.
CHAPTER 9: Input / Output
GCSE Computing Memory Powerpoint Templates.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Chapter 1 Computer System Overview Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles,
Chapter 1: Introduction. 1.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 1: Introduction What Operating Systems Do Computer-System.
The Functions of Operating Systems Interrupts. Learning Objectives Explain how interrupts are used to obtain processor time. Explain how processing of.
Computers Internal Communication. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
Dr Mohamed Menacer College of Computer Science and Engineering Taibah University CE-321: Computer.
Stefan Thorvaldsson – Can you touch it? HardwareSoftware KeyboardMonitorProcessorSpeakersMouse Fixed hard drives ROM/RAMPrinter Web.
CH10 Input/Output DDDData Transfer EEEExternal Devices IIII/O Modules PPPProgrammed I/O IIIInterrupt-Driven I/O DDDDirect Memory.
Hardware. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on hardware Work through the questions on the revision.
Chapter 13 – I/O Systems (Pgs ). Devices  Two conflicting properties A. Growing uniformity in interfaces (both h/w and s/w): e.g., USB, TWAIN.
AS Computing Hardware. Buffers and Interrupts A buffer is an area of memory used for holding data during input/output transfers to and from disk.
Am I RAM Or am I ROM?.
Central Processing Unit (CPU)
IT3002 Computer Architecture
What your pc sees as hardware Patrick.j.rice.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
Structure and Role of a Processor
Lecture Overview Shift Register Buffering Direct Memory Access.
1 Device Controller I/O units typically consist of A mechanical component: the device itself An electronic component: the device controller or adapter.
1 6 Further System Fundamentals (HL) 6.5 Computer – Peripheral Communication.
Computer Components Let’s review!. If your computer slows down, what system parts are you going to check? Click to select from choices below. cables,
What am I Looking For? o Must o Be able to describe the: fetch-execute cycle; CPU-Cache-Memory cycle; Dual processor o Should o Be able to describe how.
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
Parts of a Computer.
OPERATING SYSTEM CONCEPT AND PRACTISE
Chapter 13 The Function of Operating Systems
Resource Management IB Computer Science.
Memory Miss Elliott.
Dual-Channel Architecture
Component 2 6G, H, I, J, K.
Lesson Objectives Aims Key Words
Operating Systems (CS 340 D)
Primary Storage and Secondary Storage Devices Chapter 3
Overview Peripheral Devices Input-Output Interface
BASIC OF THE COMPUTER SYSTEM. INPUT/OUTPUT INPUT DEVICES MOUSE KEYBOARD SCANNER OUTPUT DEVICES PRINTER MONITER.
Processor Fundamentals
Processing Computer Components.
COMPUTER PERIPHERALS AND INTERFACES
Components of a CPU AS Computing - F451.
Interrupt handling Explain how interrupts are used to obtain processor time and how processing of interrupted jobs may later be resumed, (typical.
GCSE OCR 1 The CPU Computer Science J276 Unit 1
A Top-Level View Of Computer Function And Interconnection
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Jazan University, Jazan KSA
Presentation transcript:

Transferring Data – Primary Memory to Secondary Storage F451 - AS Computing

This exact question has come up in 2 previous past papers, and can be worth 6+ marks. “Describe the use of interrupts and buffers when data is transferred from primary memory to a storage device.”

Define Terms Primary Memory – RAM, IAS Secondary Storage – USB Memory Stick Both transfer data at different speeds Therefore need to use Buffer –Area of temporary memory used to transfer data between 2 devices Interrupt –Method of stopping the CPU so it can perform a task and return to the previous task.

Key Points Data sent to buffer from primary memory. This allows processor can continue with other tasks Interrupt sent when buffer is full. Buffer is emptied to storage device. Buffer used to allow RAM and secondary storage device to transfer data as they do so at different speeds. When buffer is empty Interrupt is sent to processor To request buffer refill Process cycles until all data is transferred

Additional Points Error checking takes place once data is transferred. Interrupt given priority to CPU when buffer is full, required refilling Plan your answer. Use clear English. Read it first before writing on question paper. EXAM Technique!