Chapter 2 Computer Hardware

Size: px
Start display at page:

Download "Chapter 2 Computer Hardware"

Transcription

1 Chapter 2 Computer Hardware Learning Objectives LO2.1: Understand how data is represented to a computer LO2.2: Identify the parts inside the system unit LO2.3: Explain how the CPU works LO2.4: Describe different types of storage systems LO2.5: Identify and describe common input devices LO2.6: Identify and describe common output devices CMPTR Chapter 2: Computer Hardware 2 1

2 LO2.1: Digital Data Representation Virtually all computers today are digital computers. The 0s and 1s used to represent data can be represented in a variety of ways. CMPTR Chapter 2: Computer Hardware 3 LO2.1: Digital Data Representation CMPTR Chapter 2: Computer Hardware 4 2

3 LO2.2: Inside the System Unit The system unitis the main case of a computer. Topics Covered: The Motherboard The Power Supply The CPU Memory Expansion Slots, Expansion Cards, and ExpressCard Modules Buses Ports and Connectors CMPTR Chapter 2: Computer Hardware 5 The Motherboard All devices used with a computer need to be connected via a wired or wireless connection to the motherboard. External devices typically connect to the motherboard by plugging into a port. CMPTR Chapter 2: Computer Hardware 6 3

4 The Motherboard CMPTR Chapter 2: Computer Hardware 7 The Power Supply The power supply inside a desktop computer connects to the motherboard to deliver electricity to the computer. Portable computers almost always contain a rechargeable battery pack to power the computer when it is not connected to a power outlet, as well as an external power supply adapter that connects the computer to a power outlet to recharge the battery when needed. CMPTR Chapter 2: Computer Hardware 8 4

5 The CPU The central processing unit (CPU or processor) is a computer chip that performs the calculations and comparisons needed for processing; it also controls the computer s operations. Many CPUs today are multicore CPUs; that is, CPUs that contain the processing components or cores of multiple independent processors in a single CPU. CMPTR Chapter 2: Computer Hardware 9 The CPU The CPU clock speedmeasures of the number of instructions that can be processed per second. Cache memory is a special group of very fast memory circuitry located on or close to the CPU that is used to speed up processing by storing the data and instructions that may be needed next by the CPU in handy locations. CMPTR Chapter 2: Computer Hardware 10 5

6 Memory Memory is chips located inside the system unit that the computer uses to store data and instructions while it is working with them. RAM (random access memory) is used to store the essential parts of the operating system while the computer is running, as well as the programs and data that the computer is currently using. CMPTR Chapter 2: Computer Hardware 11 Memory A register is high-speed memory built into the CPU that temporarily stores data during processing. ROM (read-only memory) consists of nonvolatile chips that permanently store data or programs. Flash memory consists of nonvolatile memory chips that can be used for storage by the computer or the user. Flash memory chips have begun to replace ROM for storing system information. CMPTR Chapter 2: Computer Hardware 12 6

7 Expansion Slots, Expansion Cards, and ExpressCard Modules Most desktop computers come with a few empty expansion slots so new expansion cards can be added as needed. Today most notebook and netbookcomputers use the newer ExpressCard modules. CMPTR Chapter 2: Computer Hardware 13 Buses A bus is an electronic path over which data can travel. CMPTR Chapter 2: Computer Hardware 14 7

8 Buses CMPTR Chapter 2: Computer Hardware 15 Ports and Connectors Ports are the connectors located on the exterior of the system unit that are used to connect external hardware devices. Each port is attached to the appropriate bus on the motherboard so that when a device is plugged into a port, the device can communicate with the CPU and other computer components. CMPTR Chapter 2: Computer Hardware 16 8

9 Ports and Connectors CMPTR Chapter 2: Computer Hardware 17 LO2.3: How the CPU Works Topics Covered: Typical CPU Components The System Clock and the Machine Cycle CMPTR Chapter 2: Computer Hardware 18 9

10 Typical CPU Components The key element of the CPU is the transistor a device made of semiconductor material that controls the flow of electrons inside a chip. The arithmetic/logic unit (ALU) is the section of a CPU core that performs arithmetic involving integers and logical operations. Arithmetic requiring decimals is usually performed by the floating point unit (FPU). CMPTR Chapter 2: Computer Hardware 19 The System Clock and the Machine Cycle In order to synchronize all of a computer s operations, a system clock a small quartz crystal located on the motherboard is used. Whenever the CPU processes a single piece of microcode, it is referred to as a machine cycle. CMPTR Chapter 2: Computer Hardware 20 10

11 LO2.4: Storage Systems All storage systems involve two physical parts: storage medium storage device Topics Covered: Hard Drives Optical Discs Flash Memory Network Storage and Online/Cloud Storage Systems Smart Cards Storage Systems for Large Computer Systems CMPTR Chapter 2: Computer Hardware 21 Hard Drives With the exception of computers designed to use only network storage devices, virtually all personal computers come with a hard drive that is used to store most programs and data. Magnetic hard drives contain one or more round pieces of metal (called hard disks or platters) that are coated with a magnetizable substance. CMPTR Chapter 2: Computer Hardware 22 11

12 Hard Drives CMPTR Chapter 2: Computer Hardware 23 Hard Drives A newer type of hard drive is the solid-state drive (SSD, also called flash memory hard drives), which is a hard drive that uses flash memory technology instead of spinning hard disk platters and magnetic technology. Hard drives can be internal or external. CMPTR Chapter 2: Computer Hardware 24 12

13 Hard Drives The total time that it takes for a hard drive to read or write data is called the disk access time and requires the following: Seek time -The read/write heads move to the cylinder that contains (or will contain) the desired data. Rotational delay -The hard disks rotate into the proper position so that the read/write heads are located over the part of the cylinder to be used. Data movement time -The data moves, such as reading the data from the hard disk and transfer-ring it to memory, or transfers from memory and is stored on the hard disk. CMPTR Chapter 2: Computer Hardware 25 Hard Drives A disk cache stores copies of data or programs that are located on the hard drive and that might be needed soon in memory chips to avoid having to retrieve the data or programs from the hard drive when they are requested. Hybrid hard drives essentially a combination flash memory/ magnetic hard use a much larger amount of flash memory (up to 1 GB today). CMPTR Chapter 2: Computer Hardware 26 13

14 Optical Discs Optical discs are thin circular discs made out of polycarbonate substrate essentially a type of very strong plastic that are topped with layers of other materials and coatings used to store data and protect the disc. CMPTR Chapter 2: Computer Hardware 27 Optical Discs Optical discs are designed to be read by optical drives, such as CD, DVD, and BD drives, and the type of optical drive being used must support the type of optical disc being used. CMPTR Chapter 2: Computer Hardware 28 14

15 Flash Memory Flash memory is a chip-based storage medium that represents data using electrons. CMPTR Chapter 2: Computer Hardware 29 Flash Memory One of the most common types of flash memory media is the flash memory card a small card containing one or more flash memory chips, a controller chip, other electrical components, and metal contacts to connect the card to the device or reader with which it is being used. CMPTR Chapter 2: Computer Hardware 30 15

16 Flash Memory USB flash drives (sometimes called USB flash memory drives, thumb drives, orjump drives) consist of flash memory media integrated into a self-contained unit that connects to a computer or other device via a standard USB port and is powered via the USB port. CMPTR Chapter 2: Computer Hardware 31 Network Storage and Online/Cloud Storage Systems Remote storage refers to using a storage device that is not connected directly to the user s computer; instead, the device is accessed through a local network or through the Internet. Remote storage devices accessed via the Internet are often referred to as online storage or cloud storage. CMPTR Chapter 2: Computer Hardware 32 16

17 Network Storage and Online/Cloud Storage Systems Remote storage devices accessed via the Internet are often referred to as online storage or cloud storage. CMPTR Chapter 2: Computer Hardware 33 Smart Cards A smart card is a credit card sized piece of plastic that contains computer circuitry and components typically a processor, memory, and storage. CMPTR Chapter 2: Computer Hardware 34 17

18 Storage Systems for Large Computer Systems For large computer systems, instead of finding a single hard drive installed within the system unit, you are most likely to find a storage server. Most storage servers are based on magnetic hard disks, although magnetic tape storage systems are also possible. CMPTR Chapter 2: Computer Hardware 35 LO2.5: Input Devices An input deviceis anypiece of equipment that is used to enter data into the computer. Topics Covered: Keyboards Pointing Devices Touch Devices Scanners and Readers Audio Input CMPTR Chapter 2: Computer Hardware 36 18

19 Keyboards Most computers today are designed to be used with a keyboard a device containing keys used to enter characters on the screen. CMPTR Chapter 2: Computer Hardware 37 Pointing Devices Pointing devices are used to select and manipulate objects, to input certain types of data, such as handwritten data, and to issue commands to the computer. The mouse is the most common pointing device for a desktop computer. CMPTR Chapter 2: Computer Hardware 38 19

20 Pointing Devices CMPTR Chapter 2: Computer Hardware 39 Touch Devices Touch screens allow the user to touch the screen with his or her finger to select commands or otherwise provide input to the computer associated with the touch screen. A touch pad is a rectangular pad across which a fingertip or thumb slides to move the on-screen pointer; tapping the touch pad typically performs clicks and other mouse actions. CMPTR Chapter 2: Computer Hardware 40 20

21 Scanners and Readers A scannercaptures an image of an object usually a flat object, such as a printed document, photograph, or drawing in digital form, and then transfers that data to a computer. The quality of scanned images is indicated by optical resolution, usually measured in the number of dots per inch (dpi). CMPTR Chapter 2: Computer Hardware 41 Scanners and Readers A barcode is an optical code that represents data with bars of varying widths or heights. UPC ISBN CMPTR Chapter 2: Computer Hardware 42 21

22 Scanners and Readers Radio frequency identification (RFID) is a technology that can store, read, and transmit data located in RFID tags. RFID tags contain tiny chips and radio antennas; they can be attached to objects, such as products, price tags, shipping labels, ID cards, assets, and more. The data in RFID tags is read by RFID readers. CMPTR Chapter 2: Computer Hardware 43 Scanners and Readers Other types of readers include: Optical mark reader (OMR): inputs data from special forms to score or tally the data on those forms. Biometric reader: inputs biometric data, such as an individual s fingerprint or voice. CMPTR Chapter 2: Computer Hardware 44 22

23 Audio Input Audio input is the process of entering audio data into the computer. Speech recognition systems enable the computer to recognize voice input as spoken words and require appropriate software. Music input systems are used to create an original music composition or arrangement, or to create a custom music CD. CMPTR Chapter 2: Computer Hardware 45 LO2.6: Output Devices An output deviceaccepts processed data from the computer and presents the results to the user. Topics Covered: Display Devices Data and Multimedia Projectors Printers Audio Output CMPTR Chapter 2: Computer Hardware 46 23

24 Display Devices The most common form of output device is a display device. Presents output visually on some sort of screen. CMPTR Chapter 2: Computer Hardware 47 Display Devices Most computers today (as well as most television sets) use the thinner and lighter flat-panel displays. Display devices that use electrically charged chemicals or gases to display images. Flat-panel technologies include: Liquid crystal display (LCD) Light emitting diode (LED) Organic light emitting diode (OLED) Interferometric modulator (IMOD) display Plasma display 3D Display CMPTR Chapter 2: Computer Hardware 48 24

25 Data and Multimedia Projectors A data projector is used to display output from a computer to a wall or projection screen. Freestanding units Permanently mounted onto ceiling ipod dock Integrated projector 3D/Hologram projector CMPTR Chapter 2: Computer Hardware 49 Printers Instead of the temporary, everchanging soft copy output that a monitor produces, printersproduce hard copy; that is, a permanent copy of output on paper. CMPTR Chapter 2: Computer Hardware 50 25

26 Audio Output Audio output includes voice, music, and other audible sounds. Portable computers and mobile devices typically have speakers integrated into the device; mobile devices can also be connected to a stereo system or other consumer device that contains an ipod/mp3 dock and integrated speakers designed to be used to play music stored on a portable digital media player. CMPTR Chapter 2: Computer Hardware 51 26

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

Homeschool Enrichment. Input & Output

Homeschool Enrichment. Input & Output Homeschool Enrichment Input & Output Overview This chapter covers: Different types of keyboards and pointing devices Types of scanners, readers, and digital cameras What audio input is Types of display

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

Lesson 5 Computer Hardware

Lesson 5 Computer Hardware Computer Hardware Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Describe how a computer represents data. Identify system components for input and output. Define input

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1A Name _ Midterm Review Part 1 Lesson 1 and 2 True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. A computer is an electronic device that receives data (input),

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1 Name Midterm Review Part 1 Lesson 1 and 2 "B" True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. Eight bits are equal to one byte. 2. A computer is an electronic

More information

COMPUTER ORGANIZATION & SKILLS

COMPUTER ORGANIZATION & SKILLS UNIVERSITY OF BABYLON 2018/ 2019 COLLEGE OF SCIENCE FOR WOMEN FIRST CLASS COMPUTER DEPARTMENT COMPUTER ORGANIZATION & SKILLS LECTURES PREPARED BY: LECTURER: Ahmed Mohammed Hussein 2018-2019 0University

More information

By Dr. Samaher Hussein Ali

By Dr. Samaher Hussein Ali Department of Information Networks The University of Babylon LECTURE NOTES ON Evolving Technology of Laptops By Dr. Samaher Hussein Ali College of Information Technology, University of Babylon, Iraq Samaher@itnet.uobabylon.edu.iq

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Understanding Computers in a Changing Society

Understanding Computers in a Changing Society Understanding Computers in a Changing Society 5e Deborah Morley Learning Objectives 1. Understand how data is represented to a computer. 2. Identify several types of input devices and explain their functions.

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

Chapter 2: A Closer Look at Hardware and Software

Chapter 2: A Closer Look at Hardware and Software Understanding Computers in a Changing Society, 3 rd Edition Chapter 2: A Closer Look at Hardware and Software Learning Objectives Understand how data is represented to a computer. Identify several types

More information

Chapter 4: Input and Output Devices

Chapter 4: Input and Output Devices Chapter 4: Input and Output Devices Learning Objectives 1. Explain the purpose of a computer keyboard and the types of keyboards widely used today. 2. List several different pointing devices and describe

More information

Lesson 2: Input, Output, and Processing

Lesson 2: Input, Output, and Processing Lesson 2: Input, Output, and Processing TRUE/FALSE 1. After data is processed, it is presented to the user through an input device. ANS: F REF: Mod1-28 2. A laser virtual keyboard is packaged in a case

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Describe the characteristics of an internal hard disk including capacity, platters, read/write heads, cylinders,

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

Chapter I The System Unit

Chapter I The System Unit Date :../. / Chapter I The System Unit Day :.. Mother Board System Unit Types Desktop System Units Notebook System Units Tablet PC System Units Handheld Computer System Units System Board " Motherboard"

More information

Homeschool Enrichment. The System Unit: Processing & Memory

Homeschool Enrichment. The System Unit: Processing & Memory Homeschool Enrichment The System Unit: Processing & Memory Overview This chapter covers: How computers represent data and programs How the CPU, memory, and other components are arranged inside the system

More information

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

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition Digital Planet: Tomorrow s Technology and You Chapter 3 Hardware Basics Peripherals Chapter 3 Objectives List several

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

Introduction to Computers

Introduction to Computers Introduction to Computers Considers: Definition of computer Computer system devices Central Processing Unit Introduction to software What Is A Computer? A computer is an electronic device, operating under

More information

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan Management Information Systems Information Systems: Computer Hardware Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) OUTLINE Introduction The Central Processing Unit Computer

More information

Discovering Computers 2008

Discovering Computers 2008 Discovering Computers 2008 Chapter 7 Storage 1 1 Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe the characteristics

More information

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012 Chapter 7 Types of Storage Instructor: M. Imran Khalil MSc-IT 1 st Semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between storage

More information

VISUAL SUMMARY. The System Unit

VISUAL SUMMARY. The System Unit Rev.Confirming Pages VISUAL SUMMARY The System Unit SYSTEM UNIT System unit (system chassis) contains electronic components. There are four basic categories of system units: desktop, notebook (laptop),

More information

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 2 Chapter Topics Functions of a computer Data versus information Bits and bytes Input devices Output devices Processing Storage

More information

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer Name Date Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer After completion of this chapter, students should be able to: Explain IT industry certifications and technician

More information

Computer Devices Part 1 25 Question(s) Test ID:

Computer Devices Part 1 25 Question(s) Test ID: Computer Part 1 25 Question(s) Test ID: 148114 Name: Date: 1) Match the term with the definition Output s Storage How to tell it what to do Allows the user to enter information into a system, such as a

More information

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication Technology in Action Complete, 13e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) Computers use language consisting of 0s and 1s. A) symbol B) binary C) byte D) system 2) In

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 3: Input/Output and Storage Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Input/Output & Storage Copyright 2012 Pearson Education,

More information

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts TECHNOLOGY IN ACTION Alan Evans * Kendall Martin * Mary Anne Poatsy Chapter 2 Looking at Computers: Understanding the Parts Understanding Digital Components Understanding Your Computer Input Devices Output

More information

Types of Peripheral Devices

Types of Peripheral Devices DSB International Public School Rishikesh Class VII Computer Science L1 - More Peripherals A computer peripheral is a device that is connected to a computer but is not part of the core computer architecture.

More information

Full file at

Full file at Exam Name Full file at https://fratstock.eu MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) is data that has been organized or presented in a meaningful

More information

COMPUTING FUNDAMENTALS

COMPUTING FUNDAMENTALS CSC-110 COMPUTING FUNDAMENTALS INPUT, OUTPUT, AND STORAGE COURSE INSTRUCTOR: ENGR. REEMA QAISER KHAN INPUT, OUTPUT, AND STORAGE Different kinds of computers accept input from different sources. For example,

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT PARTS OF THE COMPUTER 2nd ESO IES CAP DE LLEVANT 1. COMPUTING OR INFORMATION TECHNOLOGY The branch of engineering science that studies (with the aid of computers)the procedure of calculating and information

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

More information

PowerPoint Presentation to Accompany. Chapter 4. Hardware. Copyright 2014 Pearson Educa=on, Inc. Publishing as Pren=ce Hall

PowerPoint Presentation to Accompany. Chapter 4. Hardware. Copyright 2014 Pearson Educa=on, Inc. Publishing as Pren=ce Hall PowerPoint Presentation to Accompany Chapter 4 Hardware Objectives 1. Explain the function of the CPU. 2. Identify the parts of a system unit and motherboard. 3. Compare different types of storage devices.

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis p. 184 Fig.

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview See Page 351 for Detailed Objectives 2 Objectives Overview See Page 351 for Detailed Objectives 3 Storage Pages 352-353 4 Storage

More information

QUESTIONS ABOUT COMPUTERS

QUESTIONS ABOUT COMPUTERS 1. What is a computer? QUESTIONS ABOUT COMPUTERS A computer is a machine that processes information, in other words, it receives and stores data, performs calculations with this data and presents the results

More information

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware are component devices which are typically installed into or peripheral to

More information

Lesson 2 Essential Computer Concepts

Lesson 2 Essential Computer Concepts Essential Computer Concepts Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify and describe standard and specialized input devices. Identify and describe standard

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية Introduction to Computers Computer Science Department 101COMP-3 101 حال - 3 للكليات العلمية )الطب, الهندسة, الحاسب, العلوم, ادارة األعمال, اللغة االنجليزية( 1 1.1 What is Computer? Computer is a programmable,

More information

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11 Technology in Action Chapter 6 Understanding and Assessing Hardware: Evaluating Your System 1 Chapter Topics To buy or to upgrade? Evaluating your system CPU RAM Storage devices Video card Sound card System

More information

TODAY AND TOMORROW. Storage CHAPTER

TODAY AND TOMORROW. Storage CHAPTER 1 TODAY AND TOMORROW 3 Storage CHAPTER Storage Systems Characteristics All storage systems have specific characteristics Storage medium (what data is stored on) Can be removable or nonremovable from the

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 8 Digital Storage Objectives Overview See Page 336 for Detailed Objectives Objectives Overview See Page

More information

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two INFORMATION COMUNICATION TECHNOLOGY SKS 1362 Lecture Two Microprocessor CPU: Central Processing Unit Brain of the computer Executes instructions 2 Microprocessor CPU: It has mathematical function Calculates

More information

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11 Computer Basics Lesson 1 Introduction to Computers Edited by C. Rhodes 08/11 ESSENTIAL STANDARD Computer Basics ESSENTIAL QUESTIONS What are the parts and features of a computer? What are the functions

More information

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Computer Hardware. Lect 3: Input / System Unit/Output & Storage Computer Hardware Lect 3: Input / System Unit/Output & Storage 1 Input Devices: Giving Commands Input is any data or instructions that are entered into a computer. An input device is a type of hardware

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit Chapter 4 Objectives Differentiate among various styles of of system units Differentiate among the the various types of of memory Identify chips, adapter cards,

More information

Main Parts of Personal Computer

Main Parts of Personal Computer Main Parts of Personal Computer System Unit The System Unit: This is simply the box like case called the tower, which houses the motherboard, which houses the CPU. It also houses all the drives, such as

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018 Standard Input & Output Devices June 3, 2018 Week # 02 Course: Introduction to Computers Course Code: CIT1101 Presented by: Bulbul Ahamed Assistant Professor of CSE, NUB Bulbul Ahamed 1 Definition of Input

More information

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers 11.10.011 Chapter Contents Chapter Computer Hardware Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices Section E:

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition I. Introduction to Computers a. Objectives i. Define the term computer and discuss the four basic computer operations; input, processing,

More information

Ch. 1: Computer System part I

Ch. 1: Computer System part I Chapter 1 Computer System Ch. 1: Computer System part I Benjamas Panyangam 2013 Revision by Suphakit Awiphan Ph.D. Adapted for English Section by Kittipitch Kuptavanich And Prakarn Unachak Computer Classification

More information

Introduction. Computer Basics Basic Parts of a Desktop Computer. Computer Case. Page 1

Introduction. Computer Basics Basic Parts of a Desktop Computer. Computer Case. Page 1 Computer Basics Basic Parts of a Desktop Computer Introduction The basic parts of a desktop computer are the computer case, monitor, keyboard, mouse, and power cord. Each part plays an important role whenever

More information

Discovering Computers Chapter 5 Input

Discovering Computers Chapter 5 Input Discovering Computers 2009 Chapter 5 Input Chapter 5 Objectives Define input List the characteristics of a keyboard Describe different mouse types and how they work Summarize how various pointing devices

More information

Computer Hardware. In this lesson we will learn about Computer Hardware, so that we have a better understanding of what a computer is.

Computer Hardware. In this lesson we will learn about Computer Hardware, so that we have a better understanding of what a computer is. In this lesson we will learn about, so that we have a better understanding of what a computer is. USB Port Ports and Connectors USB Cable and Connector Universal Serial Bus (USB) is by far the most common

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

More information

Discovering Computers Chapter 5 Input. CSA 111 College of Applied Studies UOB

Discovering Computers Chapter 5 Input. CSA 111 College of Applied Studies UOB Discovering Computers 2008 Chapter 5 Input 1 Chapter 5 Objectives Define input List the characteristics of a keyboard Describe different mouse types and how they work Summarize how various pointing devices

More information

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system Technology In Action, Complete, 14e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) What is the difference between data and information? A) Data represents a fact. Information

More information

BACK TO BASICS PART I. Hardware & it s Associated Terminology

BACK TO BASICS PART I. Hardware & it s Associated Terminology BACK TO BASICS PART I Hardware & it s Associated Terminology INTRODUCTION The purpose of this session is to review computer hardware & its associated terminology WHY? Everyone on the same page Better understanding

More information

central processing unit (CPU) software operating system (OS) input device output device

central processing unit (CPU) software operating system (OS) input device output device central processing unit (CPU) Brain of the computer that performs instructions defined by software software Set of instructions that tells the hardware what to do. It is what guides the hardware and tells

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

Part I: Hardware and communication

Part I: Hardware and communication Part I: Hardware and communication The following are a list of definitions for most things in the first section of the syllabus for CG1(Computing Theory). To test yourself on these items, you should attempt

More information

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide 1 Chapter 7 Storage 2 Chapter 7 Objectives 3 Memory Versus Storage 1 What is storage? 2 Media and devices used to store and retrieve data, instructions,and information 4 Memory Versus Storage 1 How does

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

BUYING A COMPUTER TERM 2 AIT

BUYING A COMPUTER TERM 2 AIT BUYING A COMPUTER TERM 2 AIT HARDWARE COMPONENTS AND FUNCTIONS describe the components of a multimedia computer system processing (central processing unit) input devices e.g. mouse, keyboard output devices

More information

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

More information

Chapter 7. Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet. Objectives Overview.

Chapter 7. Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet. Objectives Overview. Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 7 Input and Output Objectives Overview See Page 288 for Detailed Objectives Objectives Overview See Page

More information

1.- Search for information about the difference between BITS, BYTES and other units of measure for digital information.

1.- Search for information about the difference between BITS, BYTES and other units of measure for digital information. Hardware Activities: 1.- Search for information about the difference between BITS, BYTES and other units of measure for digital information. a) A bit is the basic unit of information in computing and digital

More information

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory. Introduction to Computers & The Internet Dr. Ahmad Reeves Computer Science Dep. Lecture 2 Contents Computer hardware and software Input and output devices CPU Memory Storage Motherboard Computers Have

More information

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas.

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Tú Teacher de Inglés 1 0B This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Anti-virus software = - A program that finds

More information

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers.

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers. I.T. CHAPTER 6 What is the difference between a docking station and a port replicator? A docking station has fewer ports. A docking station may have PCI slots for expansion cards and speakers. A docking

More information

Today we will learn about:

Today we will learn about: Storage Devices Today we will learn about: Storage Devices Ancient technology (from my days as a student) Floppies CD_ROM, DVDs Hard drives Magnetic tape Storage versus Memory Memory holds data, programs

More information

Input and Output The McGraw-Hill Companies, Inc. All rights reserved.

Input and Output The McGraw-Hill Companies, Inc. All rights reserved. Define input. Describe keyboard entry including the different types of keyboards and keyboard features. Discuss pointing devices including mice, touch screens, joysticks, and styluses. Describe scanning

More information

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Computer Concepts 2014 2 Chapter Contents Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices

More information

HARDWARE AND OPERATING SYSTEMS

HARDWARE AND OPERATING SYSTEMS HARDWARE AND OPERATING SYSTEMS UNIT 2. IES MIGUEL ESPINOSA - MURCIA 3º ESO HARDWARE AND OPERATING SYSTEMS COMPUTERS LANGUAGE AND FUNCTION Binary System ASCII code Units of information Computer functions

More information

Chapter 2 Computer Hardware. Computer Concepts 2013

Chapter 2 Computer Hardware. Computer Concepts 2013 Chapter 2 Computer Hardware Computer Concepts 2013 2 Chapter Contents Section A: Personal Computer Basics Section B: Microprocessors and Memory Section C: Storage Devices Section D: Input and Output Devices

More information

Chapter 7 Types of Storage. Discovering Computers Your Interactive Guide to the Digital World. Discovering Computers 2012: Chapter 7 2

Chapter 7 Types of Storage. Discovering Computers Your Interactive Guide to the Digital World. Discovering Computers 2012: Chapter 7 2 Chapter 7 Types of Storage Discovering Computers 2012 Your Interactive Guide to the Digital World 2 3 4 Storage Storage Capacityis the number of bytes a storage medium can hold Pages 352 353 Figure 7-1

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview See Page 257 for Detailed Objectives 2 Objectives Overview See Page 257 for Detailed Objectives 3 What Is Input? Inputis any data

More information

Lenovo T520. Battery Information. Interfaces/Ports. Display & Graphics. Storage

Lenovo T520. Battery Information. Interfaces/Ports. Display & Graphics. Storage The Specs Part Number Lenovo T520 423946U Battery Information Battery Chemistry Lithium Ion (Li-Ion) Maximum Battery Run Time 7.70 Hour (Refurbished machines approximately half battery life) Interfaces/Ports

More information