Chapter 3: Where are programs and data Stored?. How important is this chapter to understanding how a computer works? 7 (on a scale of 1-10 with 10 being.

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Chapter 12: File System Implementation
Chapter 4 – Page 1QM-130Dr. Sulaiman Al-Rafee Chapter 4 – Storage Chapter Summary Properties of Storage Systems Magnetic Disks Optical Disks Other types.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Secondary Storage Chapter 7.
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Lesson 9 Types of Storage Devices.
Types Of Storage Device
Section 5a Types of Storage Devices.
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
Overview: Memory Memory Organization: General Issues (Hardware) –Objectives in Memory Design –Memory Types –Memory Hierarchies Memory Management (Software.
Chapter 3: Where are programs and data stored?. What kinds of memory are there? The main memory The main memory –ROM: Read-only memory Store permanently.
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
3.1 Storage devices and media
Introduction to Database Systems 1 The Storage Hierarchy and Magnetic Disks Storage Technology: Topic 1.
Chapter 3 Storage Prepared by: Mrs. Hanan AL- Asmari 1.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Standard Grade Computing STORAGE DEVICES CHAPTER 18 COMPUTER STUDIES Standard Grade.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Utility Programs  A type of system software that is used to solve a particular problem is called utility program. Many operating system provides different.
Storage.
® Microsoft Office 2010 Essential Computer Concepts.
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Protecting Your Computer & Your Information
Essential Computer Concepts
Storage. Memory RAM Virtual Memory Cache Memory ROM Motherboard.
1 Storing And Retrieving Information 2 Mass Storage and Files Programs and information (text, image, audio, video) are stored: –Magnetic Magnetic Tape.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
Understanding and Troubleshooting Your PC. Chapter 5: Understanding, Installing, and Troubleshooting Disk Drives2 Chapter Objectives  In this chapter,
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
2.1 Operating System Concepts Chapter 2: Computer-System Structures Computer System Operation Storage Structure Storage Hierarchy Hardware Protection General.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 7 Floppy Drives.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Keeping Your Computer Safe and Running Efficiently.
Unit 2 - Hardware Data Storage. How is data stored? ● Data is stored as a combination of 0’s and 1’s (bits). We will learn more about this later! ● Bits.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited By :Asma AlOsaimi.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Storage Devices. Diskette plastic flexible disk enclosed inside a tough plastic cover. Properties : - Diskettes are slow and have a low capacity (1,44.
ICT IGCSE Theory – Revision Presentation 3.1 Storage devices and media Chapter 3: Storage devices and media Identify storage devices,
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
File-System Management
Storage capacity of a computer
Chapter 2.
Chapter 2: Computer-System Structures
Backing Store.
I/O Resource Management: Software
Introduction to Computers
Lesson Objectives Aims You should be able to:
Chapter 7.
File Managements.
Secondary Storage Devices
THIS IS Jeopardy. THIS IS Jeopardy With Your Host... Mrs. Glenn.
Computer Repair & Maintenance
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Application Waseem Gulsher
STORAGE – 3 TIERS Key Revision Points.
2.C Memory GCSE Computing Langley Park School for Boys.
Lesson 9 Types of Storage Devices.
Primary Storage 1. Registers Part of the CPU
5 Backing Storage Backing storage is used to store programs and data when they are not being used or when a computer is switched off. When programs and.
Presentation transcript:

Chapter 3: Where are programs and data Stored?

How important is this chapter to understanding how a computer works? 7 (on a scale of 1-10 with 10 being most important.

How important is this chapter to understanding how to use a computer? 5 or 6

Memory and Storage Usage Von Neumann Architecture – when a program is running it must be contained in memory at that time. Storage is the place where “stuff” is kept when it is not being used.

Types of Memory RAM – random access memory Used for running programs and manipulating data ROM – read only memory Contains startup commands and specialized software firmware

Types of Memory (continued) CMOS Contains configuration information Registers Inside the CPU where the data is actually manipulated Cache Used to speed up processing Buffers

Types of Storage Disk Magnetic Hard disk (fixed disk) Floppy disk Removable disk Optical CD rom DVD rom CD-R/CD-RW/DVD-R/DVD-RW …

Types of Storage (continued) Tape Open reel Cassette Used mostly for backup Integrated Circuits Flash Memory

Memory and Storage Characteristics Memory is volatile Transitory is the term used by the book. Storage is permanent (where permanent means a long time but not forever)

Physical Characteristics of Magnetic Disks Platters Individual disks Tracks Concentric circles Sectors Pie shaped wedges Blocks Intersection of a track and a sector

Physical Characteristics of Magnetic Disks (continued) Clusters The smallest number of blocks that can be accessed at one time Cylinders “Vertical” collections of tracks. Difference between optical and magnetic

Logical Organization of Disks Bootable disks and boot records Disk directory Subdirectories File allocation schemes Data area

Virtual Memory Using Storage as memory disk only Increases capacity but decreases speed Paging Thrashing

Data travel during processing discuss

How much memory is enough? It depends What Operating System? What do you do? How much data do you manipulate?

No really, how much memory do you need? My experience Based on current O/S (Windows XP) Based on current prices of memory (Sept 2005) One 256mb chip = 25 dollars Based on current applications… 512mb or 1024 mb

Deleting a file vs. Erasing a file Note I have never heard these terms used in this manner. Nonetheless… How to remove Mark directory Mark data area Overwrite data area

Fragmentation Occurs after lots of use of a disk Defragmentation will generally speed up disk access because the head will not have to move as much during reading and writing Do it occasionally (monthly) Time consuming

Protecting Your Computer Viruses Intrusion Privacy

Viruses You should have an up to date virus detection and removal program on your computer. The U’s standard is McAfee VirusScan version 8

Intrusion Your computer should have a reliable firewall system. There’s one built into windows which protects your system from incoming but does not protect it from outgoing. I use Zone Alarm Pro which protects from both. There are lots of other good programs Learn how to recognize Firewall problems

Privacy Spyware Added to your system when you surf or install “free” programs Spybot Search and Destroy is my choice Adaware is also popular.