Computer Hardware and Software

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Basic Computer Vocabulary
Computer Systems I’m ONLY a machine!.
Its All Geek to Me Computer Basics.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Computer Systems – Hardware
3-1 Computer System Categories. 3-2 Microcomputer Systems Personal Computer (PC) – microcomputer for use by an individual Desktop – fit on an office desk.
Introduction to Computer Terminology
Chapter 2: Hardware Basics Section I: Preparing to Use Technology.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
What is Information Technology?
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.
Introduction to Computers
Flash Cards Computer Technology.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computer Basics 2.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
What does a computer do? Accepts data through inputting Processes data
Computer Hardware.
1.00 Computer Basics 1.01 Classify computer component. 1 Primary sources of information and images: GCFLearnFree.org, Microsoft Digital Learning E-Learning.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Chapter 1: Computer Basics Instructor:. Chapter 1: Computer Basics Learning Objectives: Understand the purpose and elements of information systems Recognize.
Chapter 1: Computer Basics Learning Objectives: Understand the purpose and elements of information systems Recognize the different types of computers Distinguish.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Basics 1 Chapter One Computer Basics Part 1.
Basic Computer Hardware and Software.
APPENDIX A HARDWARE AND SOFTWARE
An Overview of the Computer System
Click once to reveal the definition. Think of the answer
UNDERSTANDING YOUR COMPUTER
Computer Basics 1 Computer Basics.
UNIT 9 Computer architecture
Computer Hardware and Software
The physical parts of the computer
1.00 Computer Basics 1.01 Classify computer components.
Computer Hardware Flash Card Review
Computer Systems Computer Systems.
Computer Systems Computer Systems 9/16/2018
Computer Systems – Hardware
Introduction to Computers
An Overview of the Computer System
Objective 2.01: Classify computer components
المحور 3 : العمليات الأساسية والمفاهيم
Objective 2.01: Classify computer components
Introduction to Computers
Introduction to Computers
Computer Hardware.
Standard Grade Revision
1.00 Computer Basics 1.01 Classify computer components.
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
Computer Tech. Hardware, Storage, Misc..
Computing Essentials Module 1.
Windows.
Objective 4.01: Classify computer components
Computing Essentials Module 1.
Presentation transcript:

Computer Hardware and Software Contents Introducing The Modern Computer Types of Computers Hardware Basics Computer Memory and Storage Basics Software Basics Computer Network Basics Projects Project 1: Use Microsoft Windows Project 2: Use Microsoft Help

Introducing Your Computer Key Terms You Will Learn personal computer (PC) central processing unit (CPU) bit byte hardware input output random-access memory (RAM) read-only memory (ROM) storage device software operating system (OS) network How computers work To identify hardware How memory and storage are used To identify software How networks work

Introducing Your Computer Types of Computers personal computer (PC) A computer used by one person at a time. Computers can be grouped by size, purpose, and number of users. Type of Computer Number of User at One Time Size Typical User/Purpose Personal computer (PC) or (microcomputer) One Fits on a desk, on a lap, or in a hand Used by individuals for organizing information, creating products, and entertainment Small-Maintframe Several to hundreds Occupies part of a room Used by small to medium-sized organizations, such as schools Mainframe Thousands Room-sized Used by large corporations and government agencies

Introducing Your Computer Types of Computers PCs and Macs Personal computers are grouped by the software they use: PC - uses the Microsoft Windows operating system – Win. 7, 8 or 10 Mac - uses the Macintosh operating system Yosemite, ElCapitan Examples of personal computers are: Desktops Laptops MP3 players Tablet IPad Ipod Wearable's- IWatch or Samsung Watch, Fitbit Watch

Introducing Your Computer Types of Computers central processing unit (CPU) A microprocessor, or tiny computer chip, that receives and carries out all the instructions given to a computer. How Does My Computer Work? The “brain” of a computer is the central processing unit (CPU). When the CPU receives and carries out an instruction, it has completed one cycle. Computer’s speed = number of cycles completed in one second Cycles are measured in: Megahertz (MHz) = millions of cycles per second Gigahertz (GHz) = billions of cycles per second or numbers of times CPU cycles refreshes calculations in one second

Introducing Your Computer Types of Computers bit The smallest unit of computerized data byte The building block for all information that flows through a computer Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a 1 or a 0 (binary digits). A byte contains eight bits. Each letter in the English language is represented by one byte.

Introducing Your Computer Types of Computers How Big Is a Terabyte? Common storage units: Kilobyte (KB) = 1,000 bytes Megabyte (MB) = 1,000 bytes, or 1 million (1,000,000) bytes Gigabyte (GB) = 1,000 MB, or 1 billion (1,000,000,000) bytes Terabyte (TB) = 1,000 GB, or 1 trillion (1,000,000,000,000) bytes

Introducing Your Computer Types of Computers Compare and Contrast What are some similarities and differences between mainframe computers and personal computers? Some similarities are: Both have a central processing unit (CPU). Both read only 1s and 0s. Both recognize and process bits and bytes. For both, speed is determined by cycles per second. Some differences are: Mainframes are very large. PCs can be very small. Mainframes can be used by thousands of people at once. PCs can only be used by one person at a time. Mainframes are used by corporations and government agencies. PCs are used by individuals, like students!

Introducing Your Computer Hardware Basics hardware The collection of physical pieces, or components, that make up a computer. Your computer may use hardware like the components shown here – ALL Components on *NEXT QUIZ

Introducing Your Computer Hardware Basics Hardware can be inside or outside the computer: The CPU and hard drive are inside the computer. The keyboard, monitor, and printer are outside the computer and must be connected by cables.

Introducing Your Computer Hardware Basics input Information that is entered into a computer. output Information that a computer produces and delivers back to the user. What Are Input and Output Devices? Information flows between you and your computer through input and output devices. Examples of input devices are: keyboard Mouse/Trackpad scanner digital camera Joystick/game controler Examples of output devices are: monitor printer speakers

Introducing Your Computer Hardware Basics Identify Name three hardware components that are also input devices, and three hardware components that are also output devices. (Try to think of input and output devices that have not been mentioned yet.) Input devices include: digital camera joystick keyboard microphone mouse scanner touch screen trackball Output devices include: monitor printer projector speakers

Introducing Your Computer END – OF PART I (Modern Computers) Hardware Basics