Aug-31-2005CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.

Slides:



Advertisements
Similar presentations
THIS IS A COMPUTER COMPILED BY RICHARD AMOAKO, CO-FOUNDER OF PROJECT GOODWILL AFRICA, A YOUTH EMPOWERMENT ORGANIZATION.
Advertisements

Parts of a Computer.
INTRODUCTION OF COMPUTER
Computer Parts Assignment
Using Computers CS French Chapter 1.
Computer Hardware.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Chapter 3 Computer Hard ware
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Configuration.
Computers Inside and Out
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
CMSC104 Lecture 2 Remember to report to the lab on Wednesday.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Architecture
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Introduction to Computer Systems
7. Peripherals 7.1 Introduction of peripheral devices Computer Studies (AL)
Parts of the Computer System
Computer Basics Common Components
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Machine Architecture and Number Systems
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the.
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,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
CMSC 1041 Machine Architecture An Introduction to Computer Components.
Introduction To Computers
4 1 Computer Hardware Ch.5-A,B,C,D; Ch.4-B FALL 2000 Rob Wolfe.
CMSC 104, LECT02 1 Machine Architecture An Introduction to Computer Components.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Basic concepts of a computer system V1.0 (21/11/2005)
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
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,
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
Computer Architecture and Number Systems
An Overview of the Computer System
A+ Guide to Managing and Maintaining Your PC, 7e
Chapter 7.2 Computer Architecture
08/28/06 parts of the computer.
Machine Architecture and Number Systems
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Computer Based Technology:
Machine Architecture and Number Systems
GCSE OCR 3 Memory Computer Science J276 Unit 1
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Notes from Last Class Office Hours: GL Accounts?
Objectives Describe the difference between RAM and ROM
Computer Electronic device Accepts data - input
Machine Architecture and Number Systems
08/28/06 parts of the computer.
Presentation transcript:

Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

Aug CMSC 104, LECT-022  Major Computer Components  Central Processing Unit (CPU)  Bus  Main Memory (RAM)  Secondary Storage Media  I / O Devices Reading  Sections  Appendix E (Sections E.1, E.4, E.5) Topics

Aug CMSC 104, LECT-023 Major Computer Components  Central Processing Unit (CPU)  Bus  Main Memory (RAM)  Secondary Storage Media  I / O Devices

Aug CMSC 104, LECT-024 Inside the Computer

Aug CMSC 104, LECT-025 Major Computer Components motherboard CPU memory hard drive

Aug CMSC 104, LECT-026 The CPU  Central Processing Unit (CPU)  The “brain” of the computer. This is the component that actually executes instructions  Controls all other computer functions  In PCs (personal computers) also called the microprocessor or simply processor.

Aug CMSC 104, LECT-027 The Bus  Computer components are connected by a bus.  A bus is a group of parallel wires that carry control signals and data between components.

Aug CMSC 104, LECT-028  Main memory holds information such as computer programs, numeric data, or documents created by a word processor.  All programs must be brought into main memory before execution.  When power is turned off, everything in main memory is lost  Main memory is made up of capacitors.  If a capacitor is charged, then its state is said to be 1, or ON.  We could also say the bit is set.  If a capacitor does not have a charge, then its state is said to be 0, or OFF.  We could also say that the bit is reset or cleared Main Memory

Aug CMSC 104, LECT-029  Memory is divided into cells, where each cell contains 8 bits (a 1 or a 0). Eight bits is called a byte.  Each of these cells is uniquely numbered.  The number associated with a cell is known as its address.  Main memory is volatile storage. That is, if power is lost, the information in main memory is lost. Main Memory (con’t)

Aug CMSC 104, LECT-0210  Other computer components can get the information held at a particular address in memory, known as a READ, or store information at a particular address in memory, known as a WRITE.  Writing to a memory location alters its contents.  Reading from a memory location does not alter its contents. Main Memory (con’t)

Aug CMSC 104, LECT-0211 Main Memory (con’t)  All addresses in memory can be accessed in the same amount of time.  We do not have to start at address 0 and read everything until we get to the address we really want (sequential access).  We can go directly to the address we want and access the data (direct or random access).  That is why we call main memory RAM (Random Access Memory).

Aug CMSC 104, LECT-0212 CPU and Main Memory

Aug CMSC 104, LECT-0213 Secondary Storage Media  Provides permanent storage for information  Retains information even when power is off  Examples of secondary storage: Hard Disks (sequential access) Floppy Disks (sequential access) Tapes (sequential access) CD-ROMs (random access) DVDs (random access)  Secondary storage media store files that contain computer programs data other types of information  This type of storage is called persistent (permanent) storage because it is non-volatile.

Aug CMSC 104, LECT-0214 Secondary Storage

Aug CMSC 104, LECT-0215

Aug CMSC 104, LECT-0216 I/O (Input/Output) Devices  Information input and output is handled by I/O (input/output) devices.  More generally, these devices are known as peripheral devices.  Examples: Monitor Keyboard Mouse Disk Drive (Floppy, Hard, Removable) CD or DVD Drive Printer Scanner

Aug CMSC 104, LECT-0217 Input/Output Devices I/O devices facilitate user interaction

Aug CMSC 104, LECT-0218 Opening MS Word  Use the mouse to select MS Word  The CPU requests the MS Word application  MS Word is loaded from the hard drive to main memory  The CPU reads instructions from main memory and executes them one at a time  MS Word is displayed on your monitor

Aug CMSC 104, LECT-0219 Client & Server  Server software accepts requests for data from Client software and returns the results to the Client

Aug CMSC 104, LECT-0220 Client & Server  FTP, SFTP – file transfer protocol WinSCP oit/sans/desktopsupp ort/downloads/pages/ WinSCP.htm oit/sans/desktopsupp ort/downloads/pages/ WinSCP.htm oit/sans/helpdesk/Win Scp/winscp.html oit/sans/helpdesk/Win Scp/winscp.html