Group #5 1. Mereseini Rokodau 2. Eleanor Siavii 3. Jowella Vaka.

Slides:



Advertisements
Similar presentations
Computer Vocabulary Words to know and remember for the semester.
Advertisements

Components of a computer system
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
How does Memory work with the CPU إعداد المهندس منقذ العطار مركز البحث والتأهيل المعلوماتي \ جامعة الكوفة جامعة الكوفة مركز تطوير.
P3- Represent how data flows around a computer system
RAM Random access memory, or RAM for short, is active during the processing function. RAM is often referred to as “temporary memory.” RAM consists of electronic.
Basic Input Output System
Computer Memory GCSE Computing.
Computer Systems – Hardware
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
Introduction to Computer Terminology
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Teaching and Learning with Technology  Allyn and Bacon 2002 Introduction to Personal Computers in the Classroom Chapter 3 Teaching and Learning with Technology.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Chapter 5 Basic Input/Output System (BIOS)
1 Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input Output System
Computing Hardware Starter.
Explore the Parts of a Computer
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computers Inside and Out
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
Computer Parts. Two Basic Parts Hardware & Software.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
Computers Today.
Electronic Analog Computer Dr. Amin Danial Asham by.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Understanding Memory.
How Personal Computers Work An example presentation.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
Feb/18/2014 Mazen Alzyoud Early Term Exam Review.
Memory and Storage Aldon Tom. What is Memory? Memory is a solid-state digital device that stores data values. Memory holds running programs and the data.
Digital Literacy: Computer Basics
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
Computer Hardware The insides and outsides of my computer.
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Chapter 2 content Basic organization of computer What is motherboard
ICT COMPUTER FUNDAMENTALS
Computer Hardware What is a CPU.
Computer Components ICS 3U0.
King Saud University- College OF Applied Studies
Memory Key Revision Points.
ICT COMPUTER FUNDAMENTALS
Describe the central processing unit including its role
Describe the central processing unit including its role
Introduction to Computers
14/11/2018 RAM and ROM.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Chapter 2: Computer Hardware
A451: Computer Systems and Programming
Introduction to Computing
Presentation transcript:

Group #5 1. Mereseini Rokodau 2. Eleanor Siavii 3. Jowella Vaka

Introduction: Although there are many different types of memory used today, our group selected four for our presentation. As the world of technology progresses in the future, there will be more developments to look forward to in the future. As we begin with chapter 2, the scenario pretty much tells us of the future, where homes will be talking to us. It is the way of the future and I’m sure that it will become very popular. I for one, would ask my- Self if I do want a house that will talk back to me. It’s not bad for phones, clocks, TV, etc., But a house? I don’t think so. I would rather talk to a live person.

Types of computer memory Caching greatly increases the speed at which your computer pulls bits and bytes from memory. Random-access memory (RAM) is a form of computer data storage. A random-access device allows stored data to be accessed in very nearly the same amount of time for any storage location, so data can be accessed quickly in any random order. Virtual memory is a common part of most operating systems on desktop computers. It has become so common because it provides a big benefit for users at a very low cost. Hard disks store digital information in a relatively permanent form.

Computer Memory Basics

Memory Hierarchy  Although memory is technically any form of electronic storage, it is used most often to identify fast, temporary forms of storage. If your computer's CPU had to constantly access the hard drive to retrieve every piece of data it needs, it would operate very slowly. When the information is kept in memory, the CPU can access it much more quickly. Most forms of memory are intended to store data temporarily.  As you can see in the diagram on the side, the CPU accesses memory according to a distinct hierarchy. Whether it comes from permanent storage (the hard drive) or input (the keyboard), most data goes in random access memory (RAM) first. The CPU then stores pieces of data it will need to access, often in a cache, and maintains certain special instructions in the register. All of the components in your computer, such as the CPU, the hard drive and the operating system, work together as a team, and memory is one of the most essential parts of this team. From the moment you turn your computer on until the time you shut it down, your CPU is constantly using memory. Let's take a look at a typical scenario:

 You turn the computer on.  The computer loads data from read-only memory (ROM) and performs a power-on self-test (POST) to make sure all the major components are functioning properly. As part of this test, the memory controller checks all of the memory addresses with a quick read/write operation to ensure that there are no errors in the memory chips. Read/write means that data is written to a bit and then read from that bit.  The computer loads the basic input/output system (BIOS) from ROM. The BIOS provides the most basic information about storage devices, boot sequence, security, Plug and Play (auto device recognition) capability and a few other items.  The computer loads the operating system (OS) from the hard drive into the system's RAM. Generally, the critical parts of the operating system are maintained in RAM as long as the computer is on. This allows the CPU to have immediate access to the operating system, which enhances the performance and functionality of the overall system.  When you open an application, it is loaded into RAM. To conserve RAM usage, many applications load only the essential parts of the program initially and then load other pieces as needed.  After an application is loaded, any files that are opened for use in that application are loaded into RAM.  When you save a file and close the application, the file is written to the specified storage device, and then it and the application are purged from RAM.  ­In the list above, every time something is loaded or opened, it is placed into RAM. This simply means that it has been put in the computer's temporary storage area so that the CPU can access that information more easily. The CPU requests the data it needs from RAM, processes it and writes new data back to RAM in a continuous cycle. In most computers, this shuffling of data between the CPU and RAM happens millions of times every second. When an application is closed, it and any accompanying files are usually purged (deleted) from RAM to make room for new data. If the changed files are not saved to a permanent storage device before being purged, they are lost.