Introduction to Computers

Slides:



Advertisements
Similar presentations
BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
History of the Micro-Computer. Group Question Get into a pair of two. You have three minutes to come up with two answers and make an educated guess at.
Computer Hardware.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Appendix The Continuing Story of the Computer Age.
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
1 Chapter 1 The Big Picture. 2 2 Computing systems are dynamic entities used to solve problems and interact with their environment. They consist of devices,
History of Computers Computer Technology Introduction.
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Lesson 3 — How a Computer Processes Data
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
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.
INTRODUCTION TO COMPUTERS The personal computer was far from reality in Computer users were limited to specially trained operators and engineers.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 1 The Big Picture.
Computer Hardware Information Technology Week 5 and 6
Intro to Computers Computer Apps 1.
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter 1 Introduction.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
CSCI-100 Introduction to Computing Hardware Part I.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
Computer History Suranjana G7Y(A). Introduction Many people didn’t actually know how computers were created. These computers were actually created with.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
CS 125 Lecture 2 Martin van Bommel. Hardware vs Software Hardware - physical components you can see and touch –e.g. processor, keyboard, disk drive Software.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer A Computer may be defined as an electronic device that operates upon data. So, a computer can store, process and retrieve data as and when desired.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني Introduction :: Computer Organization and Architecture Computer.
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.
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.
Introduction to Computers
Introduction to Computers
Introduction to Computers
CSCI 161: Introduction to Programming
Chapter 1: An Overview of Computers and Programming Languages
Chapter 1 The Big Picture
UNIT 9 Computer architecture
The Central Processing Unit
History Computers.
Computer Hardware Introduction.
Introduction to Computers
Introduction to Computers and the internet
Computer Applications
Introduction to Computing Lecture # 1
Introduction to Computers
Chapter 3 Hardware and software 1.
Computer Hardware.
Chapter 3 Hardware and software 1.
History of Computers - Long, Long Ago
Information Technology Department
Computer Generations.
Basic Computer Organization
INTRODUCTION TO COMPUTING
Chapter 0 Introduction Introduction Chapter 0.
Presentation transcript:

Introduction to Computers Lecture 1 Prepared by Natalie Rose

Prepared by Natalie Rose Web Page and Book List Main Course Web Page is at: http://nnrose.weebly.com Recommended Text Shelly Cashman: Discovering Computer 2011 Prepared by Natalie Rose

Prepared by Natalie Rose Data vs. Information Data: Representation of a fact or idea Information: Organized, meaningful data Data is a representation of a fact or idea. Data can be a number, a word, a picture, or even a recording of sound. For example, the number 6125553297 and the names Derek and Washington are pieces of data. Information is data that has been organized or presented in a meaningful fashion. When your computer provides you with a contact listing that indicates Derek Washington can be reached by phone at (612) 555-3297, the data mentioned earlier suddenly becomes useful— that is, it is information. Prepared by Natalie Rose 3 5

Prepared by Natalie Rose Data, Information Data vs. Information Data (PLURAL) - SINGULAR IS DATUM A “given” or fact: a number, a statement, or a picture The raw facts in the production of information Information Data that have meaning within a context Raw data or data that have been manipulated Prepared by Natalie Rose

Computers Are Data Processing Devices Computer’s four major functions: Gathers data (users input data) Processes data into information Outputs data or information Stores data and information Strictly defined, a computer is a data processing device that performs four major functions: 1. It gathers data (or allows users to input data). 2. It processes that data into information. 3. It outputs data or information. 4. It stores data and information. Prepared by Natalie Rose 5 4

Prepared by Natalie Rose What Computers Do Basic Components of a Computer Input devices Keyboards and pointing devices (mouse) Output devices Display or video monitor Printer Speakers Central Processing Unit (CPU) Prepared by Natalie Rose

Prepared by Natalie Rose What Computers Do Basic Components of a Computer Memory and storage devices Primary storage: RAM (Random Access Memory) Secondary storage: Storage devices that serve as long-term repositories for data: Hard disk drives Recordable CD and DVD drives Tape drives Prepared by Natalie Rose

Components of a Computer System Input Output Central Processing Unit (CPU) Memory Control Unit Arithmetic Logic Unit Registers Prepared by Natalie Rose

Bits and Bytes: The Language of Computers Binary digit 0 or 1 Byte Eight bits Each letter, number, and character = a string of eight 0s and 1s In order to process data into information, computers need to work in a language they understand. This language, called binary language, consists of just two digits: 0 and 1. Everything a computer does is broken down into a series of 0s and 1s. Each 0 and 1 is a binary digit, or bit for short. Eight binary digits (or bits) combine to create 1 byte. In computers, each letter of the alphabet, each number, and each special character (such as the @ sign) consists of a unique combination of 8 bits, or a string of eight 0s and 1s. As it turns out, if 8 bits are put together there are 256 possible combinations that they can be in. That number of combinations allows for a code that can include all the uppercase and lowercase letters of the alphabet, all 10 digits, punctuation marks, and many other much-used symbols. We call these 8 bits working together a byte. Bytes are the basic measurement for storage in a computer. Prepared by Natalie Rose 9 6

Prepared by Natalie Rose A Bit About Bits Bits, Bytes, and Buzzwords Bit-related terminology Byte Kilobyte (KB) Megabytes (MB) Gigabytes (GB) Terabytes (TB) = 8 bits = 1 Thousand Bytes = 1 Million Bytes = 1 Billion Bytes = 1 Trillion Bytes Prepared by Natalie Rose

Chapter 2 Summary Questions What devices do you use to get data into the computer? What devices do you use to get data into the computer? Prepared by Natalie Rose 11 50

Chapter 2 Summary Questions What devices do you use to get information out of the computer? What devices do you use to get information out of the computer? Prepared by Natalie Rose 12 51

Chapter 2 Summary Questions What’s on the front of your system unit? What’s on the front of your system unit? Prepared by Natalie Rose 13 52

Chapter 2 Summary Questions What’s on the back of your system unit? What’s on the back of your system unit? Prepared by Natalie Rose 14 53

Prepared by Natalie Rose History of Computers Mechanical and electromechanical devices preceded the electronic computer. Charles Babbage (1830’s): the analytical engine, and Augusta Ada Byron, the first programmer. Prepared by Natalie Rose

Charles Babbage’s Analytical Engine Prepared by Natalie Rose

Electro-Mechanical Devices (1890’s): electrical tabulating machine, and foundation of IBM (1924). Aiken’s Mark 1. (1944) based on Babbage’s original design - built at IBM labs, electro-mechanical, weighed 5 tons. Admiral Grace Hopper worked as programmer on this computer, and coined in the term 'bug' for a computer fault. Prepared by Natalie Rose

Prepared by Natalie Rose Electronic Computers To increase speed and reliability, the mechanical components of these early devices were replaced by electronic equivalents. These fully electronic devices became known as the of computers. Successive generations of electronic computers have greater speed, smaller size, larger memory. Prepared by Natalie Rose

Prepared by Natalie Rose First Generation 1st Generation: (1945-1956). Vacuum Tubes used as switching and storage components. Atanasoff & Berry (1939) first electronic digital computer. Turing (1943) Colossus machine built to decode encrypted messages. (*Turing Test) ENIAC (1946) first general purpose computer. (decimal not binary machine) UNIVAC (1951) first commercial computer - commissioned for 1950 US census. Prepared by Natalie Rose

Prepared by Natalie Rose First Generation Problems with vacuum tube machines: severe overheating, manual setting of each instruction, use of machine language only. Magnetic core used for memory, punched cards and later magnetic tape for secondary storage. Computers used for scientific and government purposes. Prepared by Natalie Rose

Prepared by Natalie Rose First Generation In 1945 John von Neumann proposed the ‘stored program concept’, with memory to store both data and instructions. Loading a new program into memory then allows a new function for the computer. In Von Neumann’s basic design, the program is executed in a sequential manner. While still the model for most conventional computers, parallel processing has recently challenged this aspect of the traditional computing device Prepared by Natalie Rose

Prepared by Natalie Rose Second Generation 2nd Generation: (1956-1963). Transistors. Transistors replaced vacuum tubes. smaller, faster, more reliable, and use less energy Development of symbolic languages Simpler programming - eg ADD instead of 00000101, high level languages Fortran and Cobol. Provision of system software (OS). Computers used by military, government and big business. Problems: 100s or 1000s of transistors required for powerful machines, expensive and cumbersome This problem was solved by the invention of the integrated circuit Prepared by Natalie Rose

Prepared by Natalie Rose Third Generation 3rd generation: (1964-1971). Integrated Circuits. Complete electronic circuit on single silicon chip, smaller than single transistor. 1000’s of components on one chip. (SSI to MSI) cheap, fast and reliable. used by small business Prepared by Natalie Rose

Prepared by Natalie Rose Fourth Generation 4th generation: (1975-1984). Microprocessors Microprocessor contains ALL elements of CPU on one chip (Intel’s 4004, 1971). Progressively greater integration (from LSI to VLSI) - 100,000’s to millions of components per chip. Increasing complexity of instruction sets, no of bits handled at once, amount of memory addressed. Advent of personal computers and other microprocessor controlled devices. Prepared by Natalie Rose

Prepared by Natalie Rose Fifth Generation 5th Generation:Ultra Large Scale Integrated Circuits (ULSI): over 1 million Transistors per Integrated Circuit or Chip Prepared by Natalie Rose

Performance Enhancements Computer performance has been greatly enhanced by the following : Faster clock speed Overlapping & Parallel instruction processing Wider, faster data paths (Buses) Faster disk access Bigger and Faster memory, including advanced cache technology Optimised software Prepared by Natalie Rose