Logical Computer System

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

INTRODUCTION OF COMPUTER
Computer Bits and Parts Parts of the computer system.
Computer Components.
Using Computers CS French Chapter 1.
Introduction to Computer Systems
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Computer Hardware.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Input, Output, Processing and Storage
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
An Introduction To Computer Hardware
COMPUTER SYSTEM.
Introduction to Computers
The Computer and Its Parts Technology Applications (Keyboarding)
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.
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 Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Intro to Computers Computer Apps 1.
স্বাগতম. Junior instructor(computer) What is a computer? What is the weakness of computer?
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.
INFORMATION PROCESSING CYCLE. What is a computer? A computer is a machine that receives data and processes that data in some way to produce information.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
What is a computer? Computer is a device for processing 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.
Introduction to Computer Systems
Parts of the Computer System
COMPUTER TRAINING PROGRAMME OBINKYEREH WILLIAMS. INTRODUCTION TO THE COMPUTER. DEFINITION OF COMPUTER FEATURES OF THE COMPUTER DATA AND INFORMATION CLASSIFICATION.
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,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
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,
Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.
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 Structure. We will look at:  Four Box diagram  CPU  Memory  Registers and their role  Processing speed.
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
The abacus has roots dating back over 5,000 years
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Chapter 7.2 Computer Architecture
The physical parts of the computer
TexPREP Summer Camp Computer Science
Introduction to Computers
08/28/06 parts of the computer.
Objective 2.01: Classify computer components
Computer Parts There are many parts that work together to make a computer work.
PARTS OF THE COMPUTER squires productions.
Objective 2.01: Classify computer components
PARTS OF THE COMPUTER.
Basic Computer Organization
Introduction to Computers
Introduction to Computers
National Diploma in Computer Studies
Objective 2.01A: Classify Computer Components
Fundamental of computer
INTRODUCTION TO COMPUTERS
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
Notes from Last Class Office Hours: GL Accounts?
Objective 4.01: Classify computer components
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Lesson 3 Computer Devices.
4. Computer system.
08/28/06 parts of the computer.
Presentation transcript:

Logical Computer System Unit 14, Computer Systems Logical Computer System Presentation Unit 14

Logical vs. Physical A computer system can be represented in either a logical or physical form Both are useful in understanding Computer Systems theory.

Physical Computer System The insides of a computer The actual hardware as seen in real life Contains micro-electronics and physical mechanisms

Logical Computer System A basic model of a computer system The model is built from a number of different blocks Each block performs a different task All blocks work together to process data into information Less complex, easier to understand.

CPU Control Unit ALU Input Device Main Memory Output Device Backing Storage

Input Device A device which lets the user “feed” data into the computer Converts data into a stream of electronic digital signals Digital signals will be converted into binary inside the computer Some sample real-world input devices; keyboard, mouse, light pen, scanner, microphone,

Main Memory Stores data before being processed by CPU Stores program being executed by computer Is volatile - when power is removed, data is lost Often called “RAM” - Random Access Memory Stores processed data before it is output Contents are filled by Input Devices, Backing Storage or the CPU Data that needs to be saved (for future use) is written to the backing storage.

Backing Storage Usually mechanical (e.g. Hard Drive, CD or DVD Writer) Data is usually “read” (loaded) or “written” (saved). Usually non-volatile Loads previously stored data into the main memory Loads previously written programs into memory for processing by CPU

Output Devices Converts processed data, stored in main memory, into a form that can be understood by a human as information Some sample real-world output devices; monitor, speakers, printer, plotter, robot, etc.

CPU CPU is an abbreviation of Central Processing Unit often called the Processor The CPU is the computer’s brain The speed of the CPU generally determines the efficiency and power of the computer system Processors such as Pentium or AMD

ALU Arithmetic Logic Unit  An ALU is an integrated circuit within a CPU  that performs arithmetic and logic operations. Arithmetic instructions include addition, subtraction, and shifting operations, while logic instructions include Boolean comparisons, such as AND, OR, and NOT operations.