Technology Literacy Hardware.

Slides:



Advertisements
Similar presentations
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Advertisements

© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Lesson 1 Computers and Computer Systems
Computer Hardware Software Network Peripheral devices Input Breaking codes Modeling weather systems Mainframe Server System unit CPU Input Devices Data.
Types of Computers & Computer Hardware Computer Technology.
Computer Parts There are many parts that work together to make a computer work.
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.
Computer Basics Flashcards #2
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Flash Cards Computer Technology.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
An Overview of Using Computers
Computer Parts There are many parts that work together to make a computer work.
Computer Components Checklist There are many parts that work together to make a computer work.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Basic Vocabulary
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Parts of the Computer System
BASIC COMPONENTS.  Central processing unit.  The most powerful microprocessor chip in your computer.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Academic PowerPoint Computer System – Architecture.
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
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.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
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,
Computer Parts There are many parts that work together to make a computer work.
Sara Naheed Amjad Information Technology
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
Sara Naheed Amjad Information Technology
What’s out there and who’s using it
An Overview of the Computer System
Computer Hardware – System Unit
Types of Computers & Computer Hardware
Computer Hardware and Software
Types of Computers & Computer Hardware
ICT COMPUTER FUNDAMENTALS
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Business Technology Applications
Types of Computers & Computer Hardware
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics.
Computers Are Your Future
Looking Inside the machine (Types of hardware, CPU, Memory)
The Computer Work Stations
Introduction to Computing Lecture # 1
An Overview of the Computer System
An Overview of the Computer System
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Unit One - Computing Fundamentals
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computing Essentials Module 1.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computing Essentials Module 1.
Presentation transcript:

Technology Literacy Hardware

Hardware – Categories of Computers Technology Literacy Hardware – Categories of Computers

Types of Computer Components Categories of Computers Computers are categorized based on usage and the cost as well as the size: Supercomputers Mainframes Servers Personal computers and mobile devices

Types of Computer Components Supercomputers – have processing power that can handle complex jobs beyond the scope of other computer systems. They are the fastest computers. Some of the task may include: Breaking code Molecular modeling Atmospheric modeling Climate predictions

Types of Computer Components Mainframes – provide centralized storage, processing and management of large amounts of data. Supercomputers are used to crunch large amounts of data, but mainframes are used to process and store business transactions. Sped is measured in millions of instructions per second (MIPS). Task Include: Scheduling airline reservations Managing bank transactions Updating databases for management control

Types of Computer Components Servers – stores network data and responds when requested by other computers in the network. It allows other computers in a network to share resources. Types of servers are: Applications server Print server Email Server

Types of Computer Components Personal Computers and mobile devices – are designed to meet the needs of an individual user and is generally connected to the Internet. Some types are: Desktop Laptop Mobile devices

Hardware – Basic Parts and Functions of a Computer Technology Literacy Hardware – Basic Parts and Functions of a Computer

Basic Parts and Functions of a Computer Basic Parts and Function of a Computer No matter the size or use for a computer, all computers contain the same basic types of components. Hardware is the physical components of the computer and there are four major parts and the associated functions: Input device – accepts data input Memory – store data Processor – process data Output device – produce output

Basic Parts and Functions of a Computer Input – The input function translate data from human world into computer data. Examples of input are: adding words and nu8bers into documents Setting the temperature in a thermostat containing an embedded computer Activating a sensor in a computerized alarm system Scanning a photograph Recording a video with a cell phone Loading an MP3 file Sending text, email, tweet Recording your voice

Basic Parts and Functions of a Computer Storage – is where data is kept by the computer so the information can be viewed,, played or otherwise used. Data can be stored on hard disk drive, flash memory cards, thumb drives or other external drive.

Basic Parts and Functions of a Computer Storage – Memory is part of the computer that stores information for immediate processing. It can be volatile (erased when power is turned off) or involatile (kept when power is turned off). There are two types of memory: Random-access memory Read-only memory

Basic Parts and Functions of a Computer Random-access memory (RAM) - is memory that can be changed. Hardware hold the instruction that the processor can immediately use. When programs are used, constantly changing programs are loaded into RAM. Ram is volatile.

Basic Parts and Functions of a Computer Read-only memory (ROM) – is memory that cannot be changed. It contains static information the computer will always need to operate. It contains instructions that will tell the system what steps to take during start-up It holds information even when power is off (involatile)

Basic Parts and Functions of a Computer Measuring Memory – the capacity of memory is measured in how many bytes it can hold. One byte (8 bits) holds enough memory for for one character.

Basic Parts and Functions of a Computer Processing – of the data takes place between the input and the output. It is the transformation of input data and acting on the data. Processing consist of additions and decisions. The results of these two instructions are called a data set.

Basic Parts and Functions of a Computer Central Processing Unit – gets coded instructions, decodes them and then runs (executes) them. The CPU is also called the microprocessor or chip. Some computers contain several of them.

Basic Parts and Functions of a Computer Arithmetic/Logic Unit (ALU) – holds data temporarily that is being processed and handles all arithmetic operations. Also performs logic task, such as comparing values to see which is greater or where bits do not match up. Can perform complex task.

Basic Parts and Functions of a Computer Control Unit – gets instruction from the list directed by the program being run. Decodes Instructions Executes Instructions Places the results in the ALU Getting, decoding and running one instruction is one cycle. CPU speeds are measured in how many cycles are performed in 1 second. The rating of the CPU called clock speed

Basic Parts and Functions of a Computer Motherboard – The CPU and memory are mounted on a larger printed circuit board called the motherboard. It connects all of the hardware in the computer and provides the electrical connections. It also contains expansion slots to connect other hardware.

Basic Parts and Functions of a Computer

Basic Parts and Functions of a Computer Output – is data provided to the user. The most common types are monitors, printers, and speakers.

Basic Parts and Functions of a Computer Operating System (OS) – is software that manages all of the devices, as well as locates and provides instructions to the CPU. Windows, Linux and Mac OS are examples of operating systems.

Basic Parts and Functions of a Computer Operating System (OS) continued. Before the operating system can run, the computer must go through boot procedures to get the basic functions started and the OS loaded. Booting or bootstrapping describes using a small program to get the computer running and the OS loaded. It contains firmware, that holds instruction for initializing the hardware and loading the main OS.

Basic Parts and Functions of a Computer Operating System (OS) continued. Six events take place when a Windows computer boots up, starting when the power is turned on: The power light comes on, the fan starts, and electricity is sent throughout the hardware components. The CPU follows the instructions set up in ROM. The CPU performs test on the computer’s critical internal system The CPU finds all connected peripheral devices, checks their setting, and alerts the user if there is any problem. The CPU loads the OS from the hard drive to the RAM The OS reads a file that contains configuration data to tell it what windows to open, icons to display, or programs to run.

Hardware – Input and Output Devices Technology Literacy Hardware – Input and Output Devices

Input and Output Devices Input Devices and Their Functions Keyboard – a device for inputting textual and numeric data. It is the most basic input device for user interface

Input and Output Devices Input Devices and Their Functions Pointing Device – a device that allows the user to control the movement of the cursor, or pointer on the screen.

Input and Output Devices Input Devices and Their Functions Touchscreen – a device that senses applied pressure and sends signals to the CPU

Input and Output Devices Input Devices and Their Functions Input Image Devices – are used to digitize images so they can be used by the computer. To digitize means to convert from a physical form, such as a photograph, into data a computer can use. Text-Input Devices – are generally image-input devices used with software to convert the image to text that can y used by the computer

Input and Output Devices Input Devices and Their Functions Audio-Input Device – convert sounds into data that can be used by the computer. Digitized sound can be used for audio playback or voice commands. By use of a microphone. Audio-Output Device – converts data in the computer into (analog) sounds. By use of a speaker.

Input and Output Devices Output Devices and Their Functions Monitors – a device that provides a display output

Input and Output Devices Output Devices and Their Functions Projectors – an output device that collects video data from a computer and projects the images onto a separate screen.

Input and Output Devices Output Devices and Their Functions Printers – transforms computer information into a physical form, most commonly a picture or a text document.

Hardware – Storage Devices Technology Literacy Hardware – Storage Devices