MAC OS – Unit A Page: 10-11, 12-13 Investigating Data Processing Understanding Memory.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

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.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Understanding Essential Computer Concepts
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
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.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Essential Computer Concepts
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Unit 3—Part A Computer Memory
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
® Microsoft Office 2010 Essential Computer Concepts.
Lesson 3 — How a Computer Processes Data
Essential Computer Concepts
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Microsoft Office 2007 – Illustrated Introductory, Windows Vista Edition Understanding Essential Computer Concepts.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Hardware Data Storage.
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.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
CSCI-100 Introduction to Computing Hardware Part I.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Understanding Memory.
Excellence Publication Co. Ltd. Volume Volume 1.
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,
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),
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.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
ICT COMPUTER FUNDAMENTALS
An Overview of the Computer System
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Computer Hardware and Software
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
ICT COMPUTER FUNDAMENTALS
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Introduction to Computers
Unit 3—Part A Computer Memory
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Unit 3—Part A Computer Memory
Computer components.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Presentation transcript:

MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory

Data Files  Data is the information processed in a computer *words, graphics, numbers and figures*.  All data and programs are stored as files. There are three kinds of files:  A computer file is a named collection of stored data.  An executable file contains the instructions that tells a computer how to perform a certain task.  A data file is created by a user, usually with software. (Example: the report you create with word processing needs to be saved as a data file to be accessed later.)

Data Processing Binary Representation The characters used in human language are meaningless to a computer. A computer represents information as numbers called binary numbers. There are two numbers that a computer uses, “0” and “1”. These two numbers are called bits. A group of 8 bits is called byte. Figure A-12, page 11 Each number should be represents with 8 bits. Example: the number 1 is represented as The number 2 is represented as The smallest number for a computer is 0 ( ) and the largest number is 255 ( )

KB, MB, GB  A kilobyte (KB) is 2024 bytes.  A megabyte (MB) is about one million bytes  A gigabyte (GB) is about one billion bytes.  A Terabyte (TB) is about one trillion bytes.

ASCII  Personal computers use the ASCII system to represent character data.  ASCII : American Standard Code for Information Interchange  Each ASCII number represents an english letter. Computers translate ASCII into binary data so that they can process it. Figure A-13, page 11

ASCII Representation  The ASCII system used 7 bits to represent the numbers 0 ( ) through 127 ( ). The numbers are for characters and non printing characters (Enter, space). The 8 th bit is used for error checking.  Numbers 128 ( ) through 255 ( ) is used to represent additional characters and symbols. This is the extended ASCII system ex: $, ©.  Refer to figure A-13 on page 11 to study the difference between ASCII and binary digits.

Understanding Memory  One of the most important computer’s hardware is the memory, which stores instruction and data.  There are five types of memory:  Random Access Memory  Cache Memory  Virtual Memory  Read-only Memory  Complementary Metal Oxide Semiconductor Memory

Random Access Memory - RAM 1. Random Access Memory (RAM) temporarily stores programs and data while the computer is on to allow the computer to access these information randomly. 2. RAM doesn't’t need to access data in the same sequence in which it was stored. 3. The characters you type are stored in RAM with fonts, graphics and other objects. 4. RAM consists of chips on cards that are plugged into the motherboard.

RAM  Most personal computers use some type of synchronous dynamic access memory (SDRAM) which is synchronized with the processor to allow faster access to its contents.  RAM is referred to volatile or temporary memory because it is constantly changing as long as the computer is on and is cleared as soon as the computer is shut off.  Memory capacity is also referred to as storage capacity which is the amount of data that the computer can handle at any given time and is measured in megabytes or gigabytes.

Cache Memory  Sometime called RAM cache or CPU cache is a special, high- speed memory chip on the motherboard or CPU itself that stores frequently accessed and recently accessed data and commands.

Virtual Memory  Virtual Memory is a space on the computer’s storage devices that stimulates additional RAM.  It enables the programs to run as if your computer had more RAM by moving data and commands from RAM to the hard drive and swapping in the new data and commands.  Virtual RAM is much slower than the RAM.

Read-Only Memory - ROM  Read Only Memory is a chip on the motherboard that has been prerecorded with data.  ROM permanently stores the set of instructions that the computer uses to check the computer system’s components to make sure they are working and to activate the essential software that controls the processing functions when you turn the computer on.

ROM  ROM contains a set of instructions called BIOS (Basic Input Output System) which tells the computer to initialize the motherboard, how to recognize peripherals and to start the boot process.  Boot Process is the set of events that occurs between the moment you turn the computer on till the moment you start to use the computer.  The instructions used to execute the boot process is saved in the ROM.  ROM never changes and remains the same when the computer is turned off. Therefore, it is nonvolatile or permanent memory.

Complementary Metal Oxide Semiconductor Memory - CMOS  Complementary Metal Oxide Semiconductor Memory (CMOS) is installed on the motherboard that is activated during the boot process and identifies where essential software is stored.  A small rechargeable battery powers the CMOS so its contents are saved when the computer is turned on. CMOS changes every time you add or remove hardware on your computer system  CMOS also referred to semi permanent memory changes when the hardware is added or removed but doesn't’t empty when the computer is turned off.  Because CMOS is not cleared when the computer turns off, the data and time are stored there.  Figure A-14 page 13