CSCE101 – 4.1, 4.2 and Number Systems October 5 & 10, 2006.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Chapter 4 The Central Processing Unit
The System Unit What is the system unit?
BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
Digital Data Representation
Representing Data, Pictures, Time, and Size in Computer
Processing Data.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Keyboarding Fall  Hardware is the parts of the computer that you can actually see and touch, such as…… Monitors Mouse Keyboard Ear phones Scanner.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Tenth Edition Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Digital Information Technology
COMPONENTS OF THE SYSTEM UNIT
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Copyright © 2015 Pearson Education, Inc.
EMT1111 Logic and Problem Solving Lecture 2 Dr. Benito Mendoza.
Lesson 3 — How a Computer Processes Data
Flash Cards Computer Technology.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Chapter 5 Part 1. Course Goals 1.Application Skills (lab) 2.Computer-ese (terms) 3.How computers work (hardware) 4.History of Computing (ch. 5)
E0001 Computers in Engineering1 The System Unit & Memory.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Technology in Focus: Under the Hood
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Lesson 2 — How Does A Computer Process Data?
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Copyright Prentice-Hall, Inc Chapter 2.
Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
CPS120: Introduction to Computer Science Introduction to Computers.
An overview of Computer System
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
CSCI-100 Introduction to Computing Hardware Part I.
Nama: Chuli jimmi Manurung
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
The Computer System.
Chapter 2 Turning Data into Something You Can Use
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Performance & Storage Devices Computer Technology.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
CHAPTER (3) The Central Processing Unit (CPU) Emad Salem.
Computer Performance & Storage Devices Computer Technology #2.
TECHNOLOGY IN ACTION. Technology in Focus Under the Hood.
Chapter 2.
Processor/Memory Chapter 3
Information Support and Services
The Central Processing Unit
Computer Hardware Introduction.
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Lecture 3 The Hardware.
Introduction to Computing Lecture # 1
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
ບົດທີ 4 ຄອມພິວເຕີ ແລະ ການປະມວນຜົນຂ່າວສານຂໍ້ມູນ
Information Technology Department
Presentation transcript:

CSCE101 – 4.1, 4.2 and Number Systems October 5 & 10, 2006

Study Tree Part II Computer as a State Machine (4.1+) Binary Numbering System And Computing (4.2+) Number System Conversions

4.1 Microchips, Miniaturization & Mobility Transistor – key component in all modern electronics Vacuum tubes to discrete transistors to integrated circuitry Transistors –Modulate electric current –Act as switches Integrated circuit – chip, contains other circuitry to control current

4.1 Microchips – cont. Microchip or chip contain millions of circuits (interconnections of electronic components) Circuitry is solid-state Circuitry is embedded on silicon Silicon is a semi-conductor Photolithography etches the circuit design onto a wafer in layers Wafer is cut into chips Chips are mounted in a protective frame

4.1 Microchips – cont. Different kind of chips – RAM, ROM, CPU Circuitry is designed differently for various chips All are sets of transistors (switches) in on/off state at any given instant (panels of blinking lights, anemones) Computer is a state machine – runs through a series of states to produce result.

System to represent the state machine On-off, x-y, 1-0 Number systems –Decimal –Base 20 –Octal –Hexadecimal (Web pages, URLs) –Binary

In the machine… Using binary to represent all of the following: –Data and Information (Numbers and Letters) –Instructions –Arithmetic operations –Logical operations –Error-checking (Parity Checking) Bit, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte

Representations Data and Information –Numbers –EBCDIC –ASCII –UNICODE BinaryDecHexGlyph A B

Representations Data and Information –Numbers –EBCDIC –ASCII –UNICODE Instructions –Each processor has its own representation of instructions (its own machine language) –For example adding the registers 1 and 2 and placing the result in register 6 is encoded: [ op | rs | rt | rd |shamt| funct] binary decimal

Conversions Binary to Decimal Binary to Hexadecimal Hexadecimal to Decimal Hexadecimal to Binary Decimal to Binary Decimal to Hexadecimal

Representations (continued) Binary arithmetic –Addition –Subtraction Binary (Boolean) Logic –George Boole –Claude Shannon –Propositional Logic =if(B16>600, “Car payment can be made”, “Car payment cannot be made”)

System Unit 1.Display 2.Motherboard 3.CPU (Microprocessor) 4.Primary storage (RAM) 5.Expansion cards 6.Power supply 7.Optical disk drive 8.Secondary storage (HD) 9.Keyboard 10.Mouse