Introduction to Computers

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Memory/Storage Device
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
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.
Computer Fundamentals
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.
Chapter 3 Computer Hard ware
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Random access memory.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Computer Hardware Sources: Discovering Computers Information & Software technology.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
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.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
CIM101 : Introduction to computer Lecture 3 Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
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.
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),
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
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.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage capacity of a computer
Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
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.
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
introduction to computer
Course Name: Computer Application
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.
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
Introduction to Computer Architecture
Introduction to Computers
GCSE OCR 3 Memory Computer Science J276 Unit 1
STORAGE – 3 TIERS Key Revision Points.
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
COMPUTER FUNDAMENTALS i
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.
CHAPTER 10 Memory and Storage
Objectives Describe the difference between RAM and ROM
Computer Memory.
Presentation transcript:

Introduction to Computers

M. Tawfiqul Islam, Lecturer, CSE, DU Books Introduction to Computer Peter Norton 2. Computer Fundamentals Dr. M Lutfar Rahman 3. Computer Fundamentals Pradeep K. Sinha M. Tawfiqul Islam, Lecturer, CSE, DU

Memory Unit

M. Tawfiqul Islam, Lecturer, CSE, DU Memory Memory: One or more set of chips that stores data or programmed instructions either temporarily or permanently. Classification of memory: Primary memory Secondary memory M. Tawfiqul Islam, Lecturer, CSE, DU

Location of different memories ALU MAIN MEMORY OR RESISTERS CONTROL UNIT INPUT OUTPUT SECONDARY MEMORY M. Tawfiqul Islam, Lecturer, CSE, DU

Calculations of storage capacity 01 BYTE (B) 08 bit 01KB 1024 B 01 MB 1024.1024 B 01 GB 1024.1024.1024 B 01 TB 1024.1024.1024.1024 B

M. Tawfiqul Islam, Lecturer, CSE, DU Memory Terminologies Memory Address: Memory locations are identified by numbers 100 B X Y A 0000 0001 0002 FFFD FFFE FFFF M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Memory Terminologies Memory Word: When memory is read or written, a block of bit is read or written instead of a single bit. The block is considered to be a unit of operation/processing A set of bit with which read/write operation is done in a certain storage device is called memory word Example: 08 bits or 01 Byte memory word clearly 01000000 (08 bits) represents 64 and its character is @; here, this digital 08 bits in combine known as a memory word 100 B X Y A 0000 0001 0002 FFFD FFFE FFFF M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Memory Terminologies Destructive: composed of capacitors, data disappears when read operation is done, needs re-write operation to retain data Non-destructive: reverse nature Example: semiconductor, switch, flash memory, pen drive M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Memory Terminologies Volatile: Type of memory where data remains only when the power supply is on. Ex-RAM Non-volatile: here content remains even the power is turned off Example: hard disk, floppy disk, flash drive etc M. Tawfiqul Islam, Lecturer, CSE, DU

Memory Terminologies: Memory operation Memory store/write: The process of storing or writing data at the specific location of the memory Data is stored as bits Ex- CD writing operation M. Tawfiqul Islam, Lecturer, CSE, DU

Memory Terminologies: Memory operation Memory read: Also called ‘fetch operation’ To read stored data or to process that stored data A binary word is selected from a specific address of memory and this is transferred to another device Example: To hear a song from CD or any drive M. Tawfiqul Islam, Lecturer, CSE, DU

Memory Terminologies: Memory access Random access: Any location of storage can be accessed at any moment Does not matter whether the desired access location is too close or a far away Consumes almost same amount of time Found in primary and secondary memory M. Tawfiqul Islam, Lecturer, CSE, DU

Memory Terminologies: Memory access Sequential: accessing a bit of information in a serial order, one after another Access time depends on the last order/information execution time Example: Off line storage such as playing a song from magnetic tape M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Primary memory Includes RAM & ROM CPU access directly on this memory Normally volatile in nature M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Primary memory: RAM Central storage unit Volatile Temporary in nature Holds operating systems, application programme, data in current use Other name is (Read/Write) memory M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Different types of RAM S RAM- Exhibits data remanance but still volatile as data dissolves when turn off D RAM- Data disappears after a certain period automatically if it is not refreshed. This type of RAM needs periodically re-read or re-written. Ex- Z-RAM, TT-RAM, A-RAM M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Primary memory: ROM Proportionally read operation is more than write operation Contains user programmed instructions like Bootstrap loader Non-volatile permanent M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Different types of ROM ROM Mask ROM PROM EPROM EEPROM M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Secondary memory Auxiliary unit Storing capacity is huge Normally non-volatile Normally two types- Magnetic Optical M. Tawfiqul Islam, Lecturer, CSE, DU

Secondary memory: Magnetic Variation of ‘Magnet polarity’ determines whether the bit will be 0 or 1 Data write process is done by electromagnetic head Ex- hard disk, floppy disk, magnetic tape M. Tawfiqul Islam, Lecturer, CSE, DU

Secondary memory: Optical Variation of light reflection determines the nature of bits Data is written with the help of LASER or UV rays Ex-CD-R/RW, DVD-R/RW, BD-R M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Memory address: It is a number or a set of digital number (bit/Bytes) in the memory This address specially represented by binary numbers Decimal, Octal, Hex-decimal numbers are also used for addressing M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Virtual memory: When secondary memory is used as primary memory then this is called virtual Provide assistance to the RAM, by creating space for the great amount of data When RAM finishes it’s access, virtual memory vanishes Virtual memory can be selected by user M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Cache memory: Small memory chip is attached between CPU & main memory Give the assistance to the resisters Speed up the data process Three types of cache memory is found e.g. L1(CPU resident), L2 & L3 (mother board) M. Tawfiqul Islam, Lecturer, CSE, DU

M. Tawfiqul Islam, Lecturer, CSE, DU Resisters They are not the part of main memory but store data and pass as directed by CPU The size of the resisters which is sometimes called the word size,indicates the amount of data with which CPU can work/access. Ex- 32 bits processor means, 04 bytes data processing capability M. Tawfiqul Islam, Lecturer, CSE, DU

Question...???