Computer Organization. The Nature of Data Spreadsheets give us a way to create processes that manipulate data We can think of a piece of data as a quantity.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Calera High School Dawn Bone
An Overview of the Computer System
Computer Hardware.
Computer Components.
Introduction to Computers
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
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
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
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.
BLOCK DIAGRAM OF COMPUTER
Computer Organization Hardware and Software. Computing Systems Computers have two kinds of components: Hardware, consisting of its physical devices (CPU,
Explore the Parts of a Computer
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Random access memory.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Translate the following message:
Computers Inside and Out
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts. Two Basic Parts Hardware & Software.
Fundamentals. Main Hardware Components Central Processing Unit (CPU) Main Memory (random access memory or RAM) Auxiliary Storage Input Devices Output.
Internal Computer Parts Desiree Robinson. Input Devices Getting information onto the computer Keyboard Microphone Scanner Mouse Video Camera Webcam Touch.
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.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
The Guts. CPU CPU Socket The CPU is generally a 2 inch ceramic square with a silicon chip located inside. The chip usually about the size of a thumbnail.
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.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computers Today.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
1 CS 106 Computing Fundamentals II Chapter 21 “Computer Organization” Herbert G. Mayer, PSU CS Status 7/9/2013 Initial content copied verbatim from CS.
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 Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Lecture on Central Process Unit (CPU)
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Unit 1: Computing Fundamentals. Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
ICT COMPUTER FUNDAMENTALS
Computer Components ICS 3U0.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Computer Hardware and Software
Computer Organization
Technology Literacy Hardware.
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
Drill Translate the following message:
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Introduction to Computers
Presentation transcript:

Computer Organization

The Nature of Data Spreadsheets give us a way to create processes that manipulate data We can think of a piece of data as a quantity that can be stored in a cell of a worksheet That cell represents a physical location where the data resides Let’s step back a little and look at the computer and what happens when you work on a spreadsheet or other program

Computer Organization (1) A typical computer is made up of a few basic parts: Processor. This is the “chip” where the work gets done. It might be an Intel chip or AMD or some other kind. Modern chips have multiple processors (“cores”) on them that can share the work. (Often there is yet another processor for graphics.) One measure of chip quality is the speed, measured in GigaHerz. The bigger the number, the faster the processor.

Computer Structure (2) Memory. This memory is like the memory on a microwave; when the computer is off or loses power, the memory loses its contents (the way your microwave forgets what time it is when you have a power outage). This memory is fast and is connected closely with the processor. The speed is often measured in MegaHerz; again, the faster the better. The size is measured in MegaBytes or GigaBytes. Storage, often called the disk or hard drive, though in some computers this is made up of the same kind of devices as a flash drive. This storage holds its value when the power is off, but is slower than the working memory. The size would be in GigaBytes

Computer Organization (3) Cache. This is a part of memory that mediates between working memory and the processor. Having a good-size cache can make the computer faster Input devices. Keyboard, mouse, and microphone but also many others, such as game controllers, laboratory instruments, etc. Output devices, such as screen, printer, speaker, and there are many other possibilities, like robot arms or a car’s brake system

What makes it a computer There are plenty of devices with chips… cars, televisions, washing machines, etc. What makes a computer special is that it stores its program in memory, just like data, and can accept and execute new programs It can also potentially modify its own programs (“learn”)

Bits Everything in the computer, whether it is text, numerical data, music, videos, programs like Excel, macros or other code you write, or the operating system (Windows, MacOS, Linux) is stored digitally in tiny devices that have two distinct physical states Abstractly these states are represented by the numbers 0 and 1. An individual 0 or 1 is called a bit.

Moving bits It would be too inefficient for the computer to access and move bits individually So they are grouped into chunks that are moved around the computer, from the disk to the memory to the CPU, as a group The bigger the chunk is, the faster the computer can move data. A “32 bit” computer moves data in 32 bit chunks. A “64 bit” computer moves data in bigger 64-bit chunks and can conveniently handle a bigger working memory. The original chunk was typically a byte (8 bits)

The Operating System The operating system is the most important program on your computer, in the sense that it controls what happens: if you have multiple programs open, for example, and you type something, it figures out where the characters should go While the computer is up and running, the operating system is in the working memory so it can be as fast as possible But when the computer is turned off… the memory is wiped out So when you turn your computer on, how does it get started with no operating system?

“Booting” There is typically a special chip that retains its data when power is off; that chip has a small program built in When you turn on your computer this program loads the actual operating system from the external memory into the working memory This is called “booting” because it is supposedly like picking yourself up by your own bootstraps This is what is going on during the minute or two after you turn on the computer before your operating system shows up

Applications Besides your operating system and some associated programs, your computer also has application programs that actually do the things you want to do: word processing, games, spreadsheets, play music, etc The typical computer user just uses applications. In this class we will be creating some applications inside of Excel