Introduction to Computing: Lecture 4

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Introduction to Computer Systems
Computer Hardware Processing and Internal Memory.
Introduction to Microprocessors Number Systems and Conversions No /6/00 Chapter 1: Introduction to 68HC11 The 68HC11 Microcontroller.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
Microcontroller based system design
6. The CPU and Memory Chapt. 7.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
SECTION 4B CPUs Used in Personal Computers. This lesson introduces: A Look Inside the Processor Microcomputer Processors Parallel Processing Extending.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Chapter 3 Computer Hard ware
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Discovering Computers 2012: Chapter 4
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
Microprocessor & Interfacing Techniques. HISTORY OF MICROPROCESSORS  Computers are accessible to ever-increasing sectors of the world's population. 
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
General Concepts of Computer Organization Overview of Microcomputer.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Organization & Assembly Language © by DR. M. Amer.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Academic PowerPoint Computer System – Architecture.
Computer Hardware – System Unit
Overview von Neumann Architecture Computer component Computer function
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Lecture # 10 Processors Microcomputer Processors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Chapter 2 content Basic organization of computer What is motherboard
CPU Lesson 2.
Computers Are Your Future Tenth Edition
Computer Hardware – System Unit
Components of Computer
introduction to computer
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
Components of Computer
Electronics Technology
Lecture 3 The Hardware.
Introduction to Microprocessors and Microcontrollers
Computer Hardware Prepared by:- Mr. Pawan Kumar
MICROPROCESSOR MEMORY ORGANIZATION
Presentation transcript:

Introduction to Computing: Lecture 4 Computer Systems

Overview This Lecture covers: To learn about different memory devices used in our computers. To learn about the major part of our computer, CPU and its components as well.

Memory Devices The device, which is used to store the data, instructions and information before, during and after the processing by Arithmetic Logic Unit (ALU). It is actually a work area (physically a collection of integrated circuits) within the computer, where the CPU stores the data and instructions. It is also known as a Main/Primary/Internal memory.

Memory Devices It is of the following three types:- Read Only Memory (ROM) Random Access Memory (RAM) Complementary Metal Oxide Semiconductor Memory (CMOS)

Memory: ROM Non-volatile chips inside which data or programs are stored. Whenever the computer is switched on, it searches for the required information or instructions. The memory which has these essential instructions is known as Read Only Memory (ROM).

Memory: ROM This memory is permanent and not erased when the system is switched off. The memory capacity of ROM varies from 64 KB to 256 KB etc. ROM contains a number of programs (set of instructions). The most important program of ROM is the Basic Input Output System (BIOS). Which activates the hardware.

Memory: ROM There are many types of ROM available for microcomputers like Mask ROM, PROM, EPROM, EEPROM and EAPROM. Mask ROM : Mask ROM is the basic ROM chip. In this type of ROM, the information is stored at the time of its manufacturing. So, it cannot be altered or erased later on.

Memory: ROM PROM : PROM stands for Programmable Read Only Memory. In this type of ROM, the information is stored by the programmers after its manufacturing. It also cannot be altered or erased later on. EPROM : EPROM stands for Erasable PROM. It is similar to PROM, but its information can be erased later on by ultra violet light and it can be reprogrammed.

Memory: ROM EEPROM : EEPROM stands for Electrically EPROM. It is similar to EPROM, but its information can be erased by using an high voltage current. EAPROM : EAPROM stands for Electrically Alterable PROM. As compared to EPROM & EEPROM, the information stored in EAPROM can be altered later.

Memory: RAM RAM (random access memory) is the computer’s main memory and is used to temporarily storage programs and data with which it is working. RAM is volatile (erased when the power to the PC goes off). RAM comes in a variety of types, speeds, and size.

Memory: RAM Types of RAM: Dynamic RAM (DRAM): The information stored in DRAM has to be refreshed after every few milliseconds, otherwise it is erased. DRAM has higher storage capacity and is cheaper than Static RAM. Static RAM (SRAM): The information stored in Static RAM need not be refreshed, but it remains stable as long as power supply is provided. SRAM is costly but has higher speed than DRAM.

Memory: CMOS CMOS (Complementary Metal Oxide Semiconductor Memory) memory is used to store the system configuration, date, time and other important data. When the computer is switched on, BIOS matches the information of CMOS with the peripheral devices and displays error in case of mismatching.

Processing Unit: CPU CPU is the main component or “brain” of a computer, which performs all the processing of input data. Its function is to fetch, decode and then execute the instructions stored in the main memory of a computer. In microcomputers, the CPU is built on a single chip or integrated circuit (IC) and is called as a Microprocessor.

Processing Unit: CPU The CPU follows a set of steps-called a machine cycle-for each instruction it carries out. By using a technique called pipelining, many CPUs can process more than one instruction at a time. The machine cycle includes two smaller cycles: During the instruction cycle, the CPU fetches a command or data from memory and decodes it for the CPU. During the execution cycle, the CPU executes the instruction, and may store the instruction's result in memory.

Processing Unit: CPU The CPU consists of the following distinct parts:- Arithmetic Logic Unit (ALU) Control Unit (CU) Registers Buses Clock

Processing Unit: CPU Arithmetic Logic Unit (ALU): The arithmetic and logic unit of CPU is responsible for all arithmetic operations like addition, subtraction, multiplication and division as well as logical operations such as less than, equal to and greater than. Control Unit (CU): The control unit is responsible for controlling the transfer of data and instructions among other units of a computer. It is considered as the “ Central nervous System ” of computer, as it manages and coordinates all the units of the computer.

ALU Operations List Arithmetic Operations Logical + Add  equal to ( and not equal to)  Subtract > greater than, (and not greater than) x Multiply < less than (and not less than)  Divide  greater than or equal to (and not greater than or equal to) ^ Raise by a power  less than or equal to (and not less than or equal to)

Processing Unit: CPU Registers: Registers are small high speed circuits (memory locations) which are used to store data, instructions and memory addresses temporarily (memory location numbers). Registers can be divided into various categories depending upon their functions:- Memory Address Register (MAR) Memory Buffer register (MBR) Program Control Register (PC) Accumulator Register (AR) Instruction register (IR) Input/output Register (I/O R)

Processing Unit: CPU Buses: Data is stored as a unit of eight bits in a register. Each bit is transferred from one register to another by means of a separate wire. This group of eight wires, which is used as a common way to transfer data between registers is known as a bus. Bus can be of three major types:- Data bus is used to move data. Address bus is used to move address or memory location. Control bus is used to send control signal between various components of a computer.

Processing Unit: CPU Clock: Clock is another important component of CPU. Which measures and allocates a fixed time slots for processing each and every micro-operation (smallest functional operation). In simple terms, CPU allocated one or more clock cycles to complete a micro-operation. CPU executes the instructions in synchronization with the clock pulse. The clock speed of CPU is measured in terms of Mega Hertz (MHZ) or millions of cycles per second. CPU speed is also measured in terms of Millions of instructions Per Second (MIPS) or Millions of Floating Point Operations Per Second (MFLOPS).

Ports External devices—such as those used for input and output—are connected to the system by ports on the back of the computer. PCs feature a number of built-in ports, which are ready to accept devices such as a printer, mouse, keyboard, phone line, microphone and speakers, and others. Most computers come with a serial port and a parallel port. A serial port transmits one bit of data at a time; a parallel port transmits data one byte at a time.

Expansion Slots & Boards If the PC does not have a port for an external device, you can install an expansion board into one of the empty expansion slots. A board provides the correct port for the new device, and connects the device to the CPU by way of the computer's expansion bus. Newer bus technologies such as Universal Serial Bus (USB) and IEEE 1394 enable many devices to be connected to one port. Small Computer System Interface (SCSI) is an older standard for extending the bus to multiple devices through a single port.

Summary Inside the system unit; memory units How the CPU works