Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Similar documents
CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX

The Central Processing Unit:

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global

Discovering Computers Living in a Digital World

Chapter 4 System Unit Components. Discovering Computers Your Interactive Guide to the Digital World

Management Challenge. Managing Hardware Assets. Central Processing Unit. What is a Computer System?

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

lesson 1 An Overview of the Computer System

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O

Basic Concepts of Information Technology (IT)

Chapter 8 Memory Units

Understanding Digital Components

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer

Introduction to Information System Layers and Hardware. Introduction to Information System Components Chapter 1 Part 1 of 4 CA M S Mehta, FCA

Computer Basics: Chapters 1 & 2

Hardware: Input, Processing, and Output Devices. A PC in Every Home. Assembling a Computer System

Parts of a Computer. Preparation. Objectives. Standards. Materials Micron Technology Foundation, Inc. All Rights Reserved

Primary Memory. Input Units CPU (Central Processing Unit)

Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit

Introduction To Computers: Hardware and Software

Lecture 2: Computer Hardware and Ports.

1 PERSONAL COMPUTERS

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

Chapter 1. The largest computers, used mainly for research, are called a. microcomputers. b. maxicomputers. c. supercomputers. d. mainframe computers.

A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses

Main Memory & Backing Store. Main memory backing storage devices

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Tenth Edition. Copyright 2014 Pearson Education, Inc. Publishing as Prentice Hall

Definition of Computers. INTRODUCTION to COMPUTERS. Historical Development ENIAC

1.1 Electronic Computers Then and Now

Figure 1. Front and Back of a Computer Case

MICROPROCESSOR AND MICROCOMPUTER BASICS

STUDY GUIDE CHAPTER 1

Chapter One Introduction to Computer

MULTIPLE CHOICE FREE RESPONSE QUESTIONS

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:

Computer Organization. and Instruction Execution. August 22

ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory

Computer Systems Structure Main Memory Organization

Week One Lecture Note 1.0 INTRODUCTION TO COMPUTER 1.1 WHAT IS COMPUTER?

Computer Hardware HARDWARE. Computer Hardware. Mainboard (Motherboard) Instructor Özgür ZEYDAN

New Mexico Broadband Program. Basic Computer Skills. Module 1 Types of Personal Computers Computer Hardware and Software

CHAPTER 7: The CPU and Memory

Writing Assignment #2 due Today (5:00pm) - Post on your CSC101 webpage - Ask if you have questions! Lab #2 Today. Quiz #1 Tomorrow (Lectures 1-7)

Block diagram of typical laptop/desktop

Computer Components Study Guide. The Case or System Box

Introduction to Computer Applications CISY Dr. Zahoor Khan

Communicating with devices

Determining Your Computer Resources

Module 1 Introduction to Information and Communication Technologies

Computer Logic (2.2.3)

Revised: November GCSE Computer Science

CHAPTER 6: Computer System Organisation 1. The Computer System's Primary Functions

Memory is implemented as an array of electronic switches

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS

Computer Literacy. Hardware & Software Classification

ELECTRONIC DOCUMENT IMAGING

Chapter 2 Basic Structure of Computers. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan

How do I Check if My Computer is Compatible with Windows 7

Discovering Computers Chapter 7 Storage

Chap-02, Hardware and Software. Hardware Model

Fall Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

COMPUTER BASICS. Seema Sirpal Delhi University Computer Centre

TYPES OF COMPUTERS AND THEIR PARTS MULTIPLE CHOICE QUESTIONS

What's in a computer?

K Hinds Page No. 1. Lecture 3 ASCII

Introduction To Computer Hardware

MICROPROCESSOR BCA IV Sem MULTIPLE CHOICE QUESTIONS

Operating System Fundamentals Robert Power & Robert Ford

Chapter 5 Busses, Ports and Connecting Peripherals

GCSE. Mark Scheme for January Computing (Pilot) General Certificate of Secondary Education Unit A451: Computer systems and programming

Introduction to Computer Architecture Concepts

Multiple Choice Questions(Computer)

Overview of MIS Professor Merrill Warkentin

Chapter 2: Basics on computers and digital information coding. A.A Information Technology and Arts Organizations

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

Chapter 2 Logic Gates and Introduction to Computer Architecture

Like millions of other computer users, you have probably used your

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

21152 PCI-to-PCI Bridge

RAM & ROM Based Digital Design. ECE 152A Winter 2012

Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module

Computer Systems Structure Input/Output

Slide Set 8. for ENCM 369 Winter 2015 Lecture Section 01. Steve Norman, PhD, PEng

Obj: Sec 1.0, to describe the relationship between hardware and software HW: Read p.2 9. Do Now: Name 3 parts of the computer.

Candidates should be able to: (i) describe the purpose of RAM in a computer system

This lesson can be adapted to the grade level by the presenter. Decide the level of content and activities as appropriate.

Here are my slides from lecture, along with my notes about each slide.

Cloud storage Megas, Gigas and Teras

MICROPROCESSOR. Exclusive for IACE Students iacehyd.blogspot.in Ph: /422 Page 1

Tomorrow s Technology and You

The use of binary codes to represent characters

CHAPTER 4 MARIE: An Introduction to a Simple Computer

İSTANBUL AYDIN UNIVERSITY

Computer System: User s View. Computer System Components: High Level View. Input. Output. Computer. Computer System: Motherboard Level

Chapter 4 IT Infrastructure: Hardware and Software

Tech Application Chapter 3 STUDY GUIDE

How To Store Data On A Computer (For A Computer)

Transcription:

Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition

Digital Planet: Tomorrow s Technology and You Chapter 2 Hardware Basics Inside the Box

Chapter 2 Objectives Explain in general terms how computers store and manipulate information Describe the basic structure and organization of a computer Explain why a computer typically has different types of memory and storage devices 3

Four basic operations: What Computers Do Receive input: Accept information from outside world Process information: Perform arithmetic or logical operations on information Produce output: Communicate information to outside world Store information: Store and retrieve information from memory and storage devices 4

What Computers Do (cont.) Hardware components Input devices Output devices Microprocessor (CPU) Memory and storage devices Primary storage Secondary storage Peripherals 5

Bit Basics Bit: From Binary digit Smallest unit of information computer can process Can have one of two values: 0 or 1 Byte Collection of 8 bits Can represent 256 different messages (256 = 2 8 ) 6

Bits as Numbers Decimal Binary Decimal Binary 0 0000 5 0101 1 0001 6 0110 2 0010 7 0111 3 0011 8 1000 4 0100 9 1001 7

Bits as Codes Codes represent each letter, digit, and special character ASCII: Most widely used Each character is a unique 8-bit code 256 unique codes for 26 letters, 10 digits, special characters Unicode: Supports more than 100,000 unique characters 8

The World s Languages ASCII character set was originally designed to include only English-language characters from 0 to 127 Unicode s international standard character set allows for more than 100,000 distinct codes to include Chinese, Korean, Japanese, and Arabic characters 9

Bits, Bytes, and Buzzwords Byte = 8 bits or one character in ASCII Kilobyte (KB, K) Megabyte (meg, MB) Gigabyte (gig, GB) Terabyte (TB) Petabyte (PB) 1,000 bytes 1,000 KB or 1 million bytes 1,000 MB or 1 billion bytes 1 million MB or 1 trillion bytes 1 quadrillion bytes http://www.computerhope.com/issues/chspace.htm 10

The Computer s Core: CPU and Memory A digital computer is a collection of on/off switches designed to transform information from one form to another. The user provides the computer with patterns of bits input and the computer follows instructions to transform that input into a different pattern of bits output to return to the user. 11

The CPU: The Real Computer CPU often called processor Performs transformations of input into output Interprets and executes instructions in programs Performs arithmetic and logical data manipulations Communicates with other parts of the computer system indirectly through memory 12

The CPU: The Real Computer (cont.) Modern Microprocessor Complex collection of electronic circuits CPU housed with other chips on circuit board Circuit board containing computer s CPU is called motherboard 13

Performance Some processors faster than others Performance is determined by: Speed of internal clock measured in gigahertz (GHz) Architecture of processor Number of bits processor can process at one time Typically 32 or 64 bits called word size Heat generated increases with clock speed 14

Multicore Processors Performance (cont.) Single chip contains multiple CPUs (cores) Run simultaneously Divide work Most new PCs have at least two cores. Quad core becoming common 15

From Multicore to Cluster Performance enhancing techniques aren t confined to the insides of CPU chips. Instead of adding more cores, a large system might simply add more machines to a network. 16

Typical CPU is divided into several functional units: Control unit Arithmetic logic unit (ALU) Decode unit Bus unit Prefetch unit The CPU These units work together to complete the execution of program instructions. 17

The CPU (cont.) 18

The Computer s Memory Random access memory (RAM) Most common type of primary storage Stores program instructions and data temporarily Memory locations have unique addresses Volatile disappears when power is turned off 19

The Computer s Memory (cont.) Read-only memory (ROM) Information is etched on chip when manufactured Stores start-up instructions and other critical information Complementary metal-oxide semiconductor (CMOS) Special low-energy type of RAM Flash memory Can be written and erased repeatedly Used for digital cameras, cell phones, handheld computers 20

Memory 1. When you turn on the computer, the CPU automatically begins executing operating system instructions stored in ROM. 2. The executing instructions help the system start up and tell it how to load the operating system copy it from disk into RAM. 3. Once instructions for the operating system are loaded into RAM, the CPU is able to execute them. 21

Buses Information travels between components on the motherboard through wires called internal buses or just buses. Buses: Bridges between processor and RAM Buses connect to: Storage devices Expansion slots External buses and ports 22

Ports Computer has variety of ports to meet diverse needs Video port(s) to connect monitors Audio ports to connect speakers and/or headphones USB ports to connect keyboards, pointing devices, printers, cameras, disk drives, portable storage devices, and more Some ports connected directly to system board Others connected to expansion cards 23

Peripherals Slots and ports make it easy to add peripherals to computer system. Some peripherals, such as keyboards and printers, serve as communication links between people and computers. Other peripherals link computer to other machines. Still others provide long-term storage media. 24

Chapter 2 Summary A computer manipulates patterns of bits represented by two symbols: 0 and 1. Bits can be grouped into coded messages that represent alphabetic characters, pictures, colors, sounds, and other kinds of information. The microprocessor follows software instructions to perform calculations and logical manipulations that transform input data into output. 25

Summary (cont.) Not all CPUs are compatible with each other. Modern CPUs employ multicore or many core processing systems that speed calculations. The CPU uses RAM (random access memory) as a temporary storage area. ROM (read-only memory) contains unchangeable information. 26

Summary (cont.) The CPU and main memory are housed in silicon chips on the motherboard and other circuit boards inside the computer. Buses connect to slots and ports that enable the computer to communicate with internal devices and external peripherals. 27

Ta med på tisdag 10 september En penna för att skriva dugga En stjärnskruvmejsel 28

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. 29