Chapter 1 – Lesson 1-2 Understanding Computers

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Basic Computer Vocabulary
2.00 Understand Computer Fundamentals
Computer Parts There are many parts that work together to make a computer work.
Essential Computer Concepts
Basic Computer Components
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Hardware Information Technology Week 5 and 6
IC3 GS3 Standard Computing Fundamentals Module
Understanding Computers
What is Computer Hardware
2.00 Understand Computer Fundamentals Unit Objective: 2.01.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
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.
A Look at Your Computer Business Computer Information Systems I Created by: Mrs. E. Kelley Revised: August 28, 2015.
What is Information Technology?
Hardware & Software Pretest On a blank piece of notebook paper, number from 1 to 40 and answer the following questions.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Understanding Computers
Computer Terms. Computer A machine designed to run programs and store information that you create.
Computer Parts There are many parts that work together to make a computer work.
Computers Inside and Out
Introduction to Computers
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Hardware Information Technology Week 5 and 6
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Computer Basic Vocabulary
Robert Crawford, MBA West Middle School.  Explain how input devices are suited to certain kinds of data.  Distinguish between RAM and ROM.  Identify.
There are many parts that work together to make a computer work. System Unit Computer Parts.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
The Computer System CS 103: Computers and Application Software.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Computer Parts There are many parts that work together to make a computer work.
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Just How Does a Computer Work?
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 COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer History & How Computer Works Notes 1 By Ms. Pryor.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics: Parts of a Computer? Part I
Computer Hardware and Software
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
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 Parts There are many parts that work together to make a computer work.
Business Computer Technology
Introduction to Computers
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.
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
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 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.
Presentation transcript:

Chapter 1 – Lesson 1-2 Understanding Computers

L1-1 Exploring Computer Systems Explain how input devices are suited to certain kinds of data Distinguish between RAM and ROM Identify and appropriate output device for different types of data Contrast different storage devices

Computer System Several devices that perform the 4 basic functions of computing Input Processing Output Storage

Input Devices – entering data, such as text, images, or sounds. Keyboard Mouse Trackball Touchpad Joystick Digital Cameras Scanners Microphones

Input Devices

Processing Devices Located inside the computer and it travels from one device to another through computers motherboard.

Processing Devices CPU – main processing device (central processing unit) Carry fewer than 1,000 instructions Perform millions of these operations every second

Processing Devices RAM – primary storage, temporary storage of instructions and data using chips called random access memory ROM – Read-only memory – chips that contain instructions that start the computer. These instructions do not change

Output Devices Devices that display the results of the processing Computer screen Printer Speakers or headphones

Storage Devices Magnetic Media : Floppy-disk, USB, Zips, REV drives USB: universal serial bus

Storage Devices Flash Media : use non-magnetic storage medium called flash memory Used in digital cameras, handheld computers, and flash drives

Storage Devices Optical Media: CD – ROM, and DVD CD-R, CD-RW, or DVD/CD-RW used to record data onto blank disk CD-ROM, and DVD drives can only read data stored CD can store 650 megabytes or 74 mins of audio 700 megabytes or 80 mins

L1-2Making Computers Work Explain the Binary System Describe how software is written and translated Summarize the tasks of operating systems Identify two leading operating systems and explain why compatibility is an issue.

Digital Computing Binary system: recognize two possible values Bits (pieces) values 8 bits together make a byte A byte has 256 possible values from 00000000 to 11111111

Digital Computing Letter Code Number A 01000001 1 00110001 B 01000010 2 00110010 C 01000011 3 00110011 D ? 4

Digital Computing Letter Code Number A 01000001 1 00110001 B 01000010 2 00110010 C 01000011 3 00110011 D 01000100 4 00110100

Software Provides Directions Step by Step Instructions (Software Language) 1. Get the number stored in a particular location in RAM 2. Get another number from another particular location 3. Add the two numbers 4. Copy the answer to another particular location in RAM

Software Provides Directions Programmers write program’s source code. Compilers translate the source code into binary form, using only 0’s and 1’s The result is the object code.

Operating Systems Software that tells the computer how to do its work is the --- OPERATING SYSTEM Two most popular operating systems are Microsoft Windows Macintosh OS (Apple Computers)

Types of Computers for Companies Supercomputers mainframe

Types of Computers for Companies Minicomputers server

Types of Computers for Individuals workstations Desktop

Types of Computers for Individuals Portable computer Handheld computer

Test Your Knowledge 2. This is an example of input or output devices 1. This picture is an example of Input or output devices 2. This is an example of input or output devices

Test Your Knowledge 3. The 4 basic functions of computing include all the following except? A. processing B. input C. storage D. commanding 4. A camera can be an example of an input device. TRUE FALSE

Test Your Knowledge 5. Which of the following device houses all the chips and circuits a computer needs in order to function? A. Table B. Motherboard C. Printer D. Storage 6. Which is also called primary storage? A. ROM B. RAM C. CPU D. DVD

Test Your Knowledge 7. Which of the following is an example of a secondary storage? A. CD B. ROM C. USB D. Both A & C 8. Which is known as the language of computers? A. Byte B. RAM C. ROM D. Binary Code

Test Your Knowledge 9. How many bits are needed to form a byte? C. 8 D. 9 10. Which is an example of a binary number? A. 10011001 B. -342 C. 67439622 D. .0000002

Test Your Knowledge 11. The binary code for the letter A is? 12. ______ write the software and special language for computers. A. architects B. technicians C. programmers D. electricians

Test Your Knowledge 13. What would you most likely use a microphone to input? A. commands B. images C. sound D. text 14. What are the two most popular operating systems? A. Word & Excel B. Microsoft Windows & Macintosh OS C. Macintosh OS & Apple D. Powerpoint and MS

100%