Memory P2 Understand hardware technologies for game platforms

Slides:



Advertisements
Similar presentations
CP1610: Introduction to Computer Components Primary Memory.
Advertisements

IT Systems Memory EN230-1 Justin Champion C208 –
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Storage.
Memory Hierarchy.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Computing Hardware Starter.
2/6: CPUs & Memory CPUs –Parts of a sample CPU –Types of CPUs available ROM RAM –different kinds & uses inc. VRAM, SRAM image courtesy of How Computers.
Random access memory.
PC Desktop Specs  Intel Core 2 Duo Processor E8400 (3GHz, 6M, 1333MHz FSB)  Windows Vista Home Premium OS  2GB, DDR2 Non-ECC SDRAM, 800MHz (2 DIMMS)
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Memory  Main memory consists of a number of storage locations, each of which is identified by a unique address  The ability of the CPU to identify each.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
3 Computing System Fundamentals
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
Ram is a volatile memory meaning that it can only store its contents as long as its power source is constantly maintained. SDRAM: Dynamic RAM - Inexpensive.
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),
What am I Looking For? o Must o List all the memory types and explain the purpose of each memory type (ROM, RAM, Virtual Memory, and Cache). o Understand.
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.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Chapter 2 content Basic organization of computer What is motherboard
CPU Central Processing Unit
Parts of a Computer.
Memory P2 Understand hardware technologies for game platforms
Computer Components ICS 3U0.
Graphics Processor Graphics Processing Unit
READ-ONLY MEMORY (rom)
A Dummies guide to computer memory
Random Access Memory (RAM)
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
MEMORY.
Types of RAM (Random Access Memory)
READ-ONLY MEMORY (rom)
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
RAM, CPUs, & BUSES Egle Cebelyte.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
introduction to computer
Primary Storage and Secondary Storage Devices Chapter 3
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
RAM Chapter 5.
Graphics Processor Graphics Processing Unit
CPU Central Processing Unit
HARDWARE SPECIFICATIONS.
Introduction to Computing Lecture # 1
CSCI206 - Computer Organization & Programming
14/11/2018 RAM and ROM.
CPU Central Processing Unit
Introduction to Computing
BIC 10503: COMPUTER ARCHITECTURE
Computer Memory BY- Dinesh Lohiya.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Types of Computers Mainframe/Server
Memory Basics Chapter 8.
2.C Memory GCSE Computing Langley Park School for Boys.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Memory Basics Chapter 7.
AKT211 – CAO 07 – Computer Memory
Unit 2 Knowing Computer.
Hardware Main memory 26/04/2019.
Computer Memory.
Presentation transcript:

Memory P2 Understand hardware technologies for game platforms P2 -Memory: purpose; random access memory (RAM); capacity; type, eg rambus dynamic (RDRAM), static (SRAM), dynamic (DRAM), unified

So is a hard drive memory? What is Memory? Any physical device capable of storing information temporarily or permanently. Random Access Memory (RAM), is generally what hardware experts mean when they talk about memory. Not Hard Drives, Flash Drives or Cache. It’s volatile memory that stores information on an integrated circuit used by the operating system, software, and hardware. So is a hard drive memory?

Memory Confusions and Differences Technically Yes Although both the hard drive and RAM are memory, it is more appropriate to refer to RAM as "memory" or "primary memory". RAM is volatile. Hard Drive as "storage" or "secondary memory/storage”. Storage is non-volatile. From now on when we refer to memory we mean RAM

Volatile Non- Volatile Non- Volatile

What does it look like?

Why is memory important or needed for a computer? Devices on a computer do not operate at the same speed and computer memory(RAM) gives your computer a place to quickly access data. If the CPU had to wait for a secondary storage device like a hard disk drive the computer would be much slower.

How does it work? You open a program such as your internet browser(Chrome, Firefox etc). It is loaded from your hard drive and placed into RAM. This allows that program to communicate with the processor at higher speeds. Anything you save to your computer, such as a picture or video, is sent to your hard drive for storage.

Memory - Understand hardware technologies for game platforms – Task 1 Find out what kind of RAM is used in Xbox 360, Xbox One, Xbox One X, PS4, PS4 Pro, and Nintendo Switch and a recent high end gaming PC. Include Type, amount and Bus Clock/Frequency speed and bandwidth. Put this information into a table. As always include reference’s

Why is extra RAM useful for games? RAM Capacity Memory(RAM) comes in various sizes as we have seen. 4GB is generally considered good for general computing. 8GB ideal. Currently for gaming it is considered that 8GB is the minimum needed and seen as 16GB as ideal. Why is extra RAM useful for games?

GDDR vs DDR DDR(Double data rate) SDRAM(Synchronous Dynamic Random Access Memory): Standard used for most PC’s. Currently on type 4(DDR 4). Graphics DDR SDRAM (GDDR SDRAM): A high bandwidth  interface designed for use in graphics cards, game consoles and high-performance computation. Superior to standard DDR but expensive in comparison. Currently on type 5(GDDR 5)

RAM types Static(SRAM): Does not need to be refreshed as long as the power supply is not cut off. It is faster compared to DRAM, consumes less power, has more transistors but is also more expensive. Cheaper DRAM is used in main memory while SRAM is commonly used in cache memory. Dynamic(DRAM): DRAM requires the data to be refreshed periodically in order to retain the data. Memory in our computers/consoles use a version of this called Synchronous Dynamic Random Access Memory (SDRAM). Synchronized with the clock speed that the microprocessor is optimized for. This tends to increase the number of instructions that the processor can perform in a given time.

Memory - Understanding hardware technologies for game platforms – Task 2 Underneath your table for task 1 include the purpose of memory; what is random access memory (RAM); capacity; type eg static (SRAM), dynamic (DRAM), and DDR vs GDDR. What are they used for and what’s the differences? Make reference to the different systems in your table from task 1. Select the type and size of memory that fit’s into your £600 console budget. As always include reference’s and examples