Using Computers CS French Chapter 1.

Slides:



Advertisements
Similar presentations
Computer Parts There are many parts that work together to make a computer work.
Advertisements

INTRODUCTION OF COMPUTER
Introductory Computer Concepts Hardware refers to the physical components of a computer system. Central processing unit(CPU) Main memory Input unit Output.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Introduction to Computers
Elements of the Computer (How a processor works)
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
Hardware Overview CS French Chapter 11. Main Functional Elements of a Computer System Input / Output (I/O) –to give out information –to take in data and.
Objective 2.01A: Classify Computer Components
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts There are many parts that work together to make a computer work.
Parts of a Computer.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Input, Output, Processing and Storage
Fill in the blanks on your note.
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 3 Computer Hard ware
INTRODUCTION TO COMPUTING
Configuration.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Computer Components Checklist There are many parts that work together to make a computer work.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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 Architecture
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
There are many parts that work together to make a computer work. System Unit Computer Parts.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
Computer Parts There are many parts that work together to make a computer work.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
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 and Operation of a Computer
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.
Digital Literacy: Computer Basics
Introduction to Computer Special Thanks S.W.A.ShahNIST.
Introduction To Computers
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
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 There are many parts that work together to make a computer work.
Computer Architecture and Number Systems
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.
Introduction to Computers
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 four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
PARTS OF THE COMPUTER squires productions.
Computer Based Technology:
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.
Objective 2.01A: Classify Computer Components
Computer Parts There are many parts that work together to make a computer work.
Logical Computer System
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.
4. Computer system.
Presentation transcript:

Using Computers CS French Chapter 1

Name some typical tasks a computer is used for. Editing documents Calculations Drawing Storing data Controlling machines

What have these tasks got in common? Information simplicity repetition speed accuracy A computer is good at doing simple and repetitive tasks quickly and accurately. It deals primarily with information.

Some definitions and terms. Computer - information processor Personal computer (micro-computer) - dedicated to one person Peripherals - devices ‘external’ to a computer and connected to it. Hardware - all equipment, computer and peripherals Computer program - a set of instructions written in a form that the computer can understand. (eg Microsoft Word) Data - numbers and text. (eg. A drawing) Software - programs and data. Information - data processed into a useful form. Executing (running) a program - the instructions being carried out by the computer.

Characteristics of a Computer Think about what it is that makes a computer different from other machines. ability to perform high speed calculations. ability to take in and store information for future use. ability to take in and store a sequence of instructions. ability to obey a sequence of instructions. ability to use simple logical rules to make decisions for their own internal control.

Elements of a Computer System Peripheral Devices Keyboard Screen Mouse Printer Plotter Modem Floppy disk drive Hard disk Compact disk Magnetic tape Network ‘card’ Scanner Computer CPU Processor Input/ Output unit Memory (RAM) Control Unit ALU data bus Exercise: Classify the listed ‘peripherals’ as input, output, auxialliary storage or communication devices!

Information Storage and Retrieval Memory (Main Storage) often known as Random Access Memory (RAM) part of the Central Processing Unit (CPU) - inside computer usually volatile - loses its contents when power is turned off holds data and programs currently in use. very fast access to contents. electronic components (chips) relatively expensive limited capacity What do you think are the problems of memory?

Information Storage and Retrieval Auxilliary (backing) Storage peripheral (external ) to CPU non-volatile - does not require power to keep information. holds data not currently in use slower than memory usually mechanical - disks (hard, CDROM, floppy, zip)and tapes less expensive per unit of storage much larger capacity What are the dis-advantages of auxilliary storage?