HOW IT WORKS ….

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Presentation by: Serena, Ann & Nicole
Computer Hardware.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Hardware Information Technology Week 5 and 6
Input, Output, Processing and Storage
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
All about Laptop Parts What you need to know to buy a laptop without getting scammed.
Parts of a Computer Vocabulary
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.
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.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Wednesday, September 16 th Warm Up: Write down how you would explain binary code to someone who had never heard of it before What is this number written.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Components Checklist There are many parts that work together to make a computer work.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Introduction to Computing Hardware & Software. INSIDE THE COMPUTER Hardware Physical components of the computer. Any part that you can see and touch Examples:
Computer Hardware Information Technology Week 5 and 6
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
Computer Basics.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Introduction to Computer Systems
Parts of the Computer System
Looking Inside the Computer System
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Hardware The physical parts of the computer. /index.php/t html  Use link to make analogy to hardware and kitchen.
General Computer Knowledge COE 201- Computer Proficiency.
HOW IT WORKS …. REVIEW: BINARY NUMBERS DECODE THIS MESSAGE
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.
By Tom and James. Hardware is a physical part of the system that you can pick up and move. There are two types of hardware, external and internal. External.
Getting Ready for OHS Open Heart Surgery!. What’s a PC? Personal Computer –These computers were originally designed by IBM in the 70s. Your computer at.
Hardware Introducing the Components of a Computer.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Lifting the Lid: How Computers Work. CPU  The Central Processing Unit  Sometimes called the microprocessor  Carries millions of electrical signals.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
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.
Computer Basics. What a computer does INPUT  Computer INPUT is whatever is typed, submitted or transmitted to a computer system. It can be supplied.
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,
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.
ICT COMPUTER FUNDAMENTALS
Computer Components ICS 3U0.
Topic 2: Hardware and Software
UNIT 9 Computer architecture
Computer Hardware and Software
Principles of Information Technology
Elements of a Computer System
The physical parts of the computer
ICT COMPUTER FUNDAMENTALS
Computer Hardware Flash Card Review
Components of Computer
Introduction to Computers
Introduction to Computing Lecture # 1
Hardware and Software.
المحور 3 : العمليات الأساسية والمفاهيم
Hardware.
Introduction to Computers
Computer Hardware.
Computer components.
ICT Programming Lesson 2:
Logical Computer System
Hardware CSCE 101.
4. Computer system.
Presentation transcript:

HOW IT WORKS …

Review: binary numbers Decode this message 0100 1000 0100 0101 0100 1100 0100 1111

Review: binary numbers Decode this message 0100 1000 (72 – H ) 0100 0101 (69 – E ) 0100 1100 (76 – L ) 0100 1111 (79 – O )

WHAT IS A COMPUTER? A computer is an electronic device for retrieving, storing and processing data according to a variable program Computers are not as smart as we make them to be, they cannot function outside of what we tell them to do

What’s inside? Motherboard: a circuit board which contains the principal components of a computer and ports for other circuit boards to be connected/slotted A motherboard will function very similarly to a LEGO board

CPU Central processing unit Basically functions as the “brain” of the computer Everything goes through the processor Functions: 1) input/fetches data 2) processes/decodes data 3) outputs/executes data 4) stores data

CPU (things to know) Processing speeds, reads bits of information at a time Hertz – pieces of information per second Ex: 2.2 GHZ (2.2 billion “pieces” per second) Multi-core processors

CPU (what’s inside of it?) Transistors: basically switches that run and are programmed according to an electric current Circuited in a way that represents a decision tree ENIAC (1945) Moore’s Law: the number of transistors in a space will double every two years

https://www.youtube.com/watch?v=WhNyURBiJcU

Memory (RAM) There are two types of memory: RAM vs. Long-Tem Storage RAM (random access memory) Comparative to “within arm’s reach” memory storage “Random” because computer can access anything on RAM quickly, as opposed to finding it’s place like in your closet or on a shelf Memory is lost when computer is shut down, dependent on electricity, constant current More ram, generally means faster computer (512 mb, 4 gb)

Memory (hard drives) Storage memory: long-term data storage, comparative to bookshelves, closets Runs on electricity but data is not erased when it is powered off, “permanently written” Much bigger capacity, but much slower speeds Generally more than 256 GBs, 500 GBs, 1 TB

Memory (hard drives) HHD (mechanical) vs SSD (no moving parts – random access) Both through the SATA port *SSD stores data in transistors called FGMOSFET (Floating Gate Metal Oxide Surface Field Effect Transistor)

https://www.youtube.com/watch?v=4eNTlwnnhss

Input devices Input devices allow us to communicate with our computers by converting information into a format that the computer can understand (1’s and 0’s) Keyboard, mouse, microphone, touch screen, webcams, etc.

output devices Output devices allow computers to communicate with us in a way that we would understand Monitors, speakers, printers, etc.

Hardware vs. software Hardware is rigid, and cannot perform tasks that were not originally designed for the device Software is fluid and can be easily change Software is a set of instructions that tell the hardware of the computer how to behave

https://www.youtube.com/watch?v=AkFi90lZmXA