Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:

Slides:



Advertisements
Similar presentations
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Advertisements

INTRODUCTION OF COMPUTER
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
An Overview of the Computer System
Introductory Computer Concepts Hardware refers to the physical components of a computer system. Central processing unit(CPU) Main memory Input unit Output.
Overview of Computers How have computers changed? How have the way we use computers changed? Terms World wide web Computer chip Time sharing.
Computer Hardware.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Computer Hardware In this lecture, we will study:
CIS 260 Computer Programming I in C Prof. Timothy Arndt.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
Introduction to Computers Section 1A. home Definition of a Computer A computer is an electronic device used to process data, converting the data into.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI CSCI.
Introduction to Computers
EMT1111 Logic and Problem Solving Lecture 2 Dr. Benito Mendoza.
Lesson 3 — How a Computer Processes Data
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Configuration.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
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.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
Computer Architecture
6/4/ Key components of the computer Classification of computers based on Purposes Classification of computers based on Signals Classification of.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Introduction to Computer Systems
Computer Basic Vocabulary
Computer Organization & Assembly Language © by DR. M. Amer.
Machine Architecture and Number Systems
The Computer System CS 103: Computers and Application Software.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
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,
The Computer System.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
computing ESSENTIALS    11 CHAPTER Information Technology, the Internet, and You computing ESSENTIALS
Introduction to Computers - Hardware
Computer Architecture and Number Systems
Computer Science II Chapter 1.
An Overview of the Computer System
Chapter 1: An Overview of Computers and Programming Languages
Computer Basics 1 Computer Basics.
Chapter 7.2 Computer Architecture
Introduction to Computers
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
ບົດທີ 4 ຄອມພິວເຕີ ແລະ ການປະມວນຜົນຂ່າວສານຂໍ້ມູນ
Computer Based Technology:
Introduction to Computers
Chapter 3 Hardware and software 1.
Machine Architecture and Number Systems
Chapter 3 Hardware and software 1.
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Chap 2. Computer Fundamentals
Machine Architecture and Number Systems
Presentation transcript:

Development of Computers

Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now: main memory Central Processing Unit) 3. No success is building a working computer because of the limited technology until the 1940’s)

4. 1st working computer: Mark I (1940) but still partly mechanical. 5. Research was funded by the government because of World War II. 6. 1st all electronic computer: ENIAC ( ) Could perform 5000 computations per second! 7. Internally stored program developed by John vonNeumann (Princeton U. math prof.) 8. 1st commercially available computer: UNIVAC (1950 approx. cost: $250,000)

’s - mainframes and minicomputers (smaller versions) were developed with smaller and more efficient electronic components: transisters and integrated circuits. 10. Size decreased, cost decreased, but speed and capability increased ’s - personal computers (microcomputers: microprocessor on a silicon chip) ’s - supercomputers (one of a kind machines, bigger and more expensive) 13. Today’s computers perform 1,000,000 operation per second.)

14. Future? Molecular size computers BUT they will require radical new technology rather than just the smaller but same technology of the last 30 years. 15. Input devices: keyboard, mouse, floppy disk, hard disk, CD, OCR, scanners, … 16. Output devices: monitor, printer, disk,… 17. Secondary storage (disks, tapes,…) are considered permanent (even though they can be erased, they are not “volotile”).

18. Modem - best described as an interface device. (modulator/demodulator - converts from digital to analog to digital signal).

Memory: How does a computer remember? 1. Storage locations are called cells. 2. Smallest addressable amount of memory can hold 1 character and is called a byte. 3. A byte is made up of 8 binary digits (bits) which have only 2 state: on or off ( 1 or 0). 4. Two parts of main storage are RAM - random access memory (volatile) ROM - read only memory (permanent)

5.ROM is only a small amount of storage and is usually measured in kilobytes. 6.RAM is the major part of storage and is measured in megabytes in today’s computers. 7. Both data and programs must be stored in memory before being processed. 8. Data is information of any type: primitive such as integer, real, character or objects such as Strings. 9. ASCII is a commonly used coding system for character data. (2 8 characters possible.)

10. Example: ‘A’ = 65 = ‘a’ = 97 = Unicode is a recent extension of ASCII in which 2 16 characters are possible. 12. All instructions as well as data must be coded. Original programs (1950’s) were written in machine language (all 0’s & 1’s) 13. Coding shortens instructions significantly. See pp to compare high level languages, and low level languages (assembler & machine).

Processing - the CPU 1. Two parts of the CPU: controller: controls interaction of all parts of the computer system. Ex. fetching instructions handling input & output arithmetic/logic unit: performs all operations +, -, *, /, comparison(,==) 2. We study these in more detail in courses such as computer architecture and operating systems.

Networks - the newest aspect of computers to significantly impact our lives. 1. LAN - local area networks (consist of a server, and client machines) 2. WAN - wide area networks (most famous: Internet ( a collection of connected networks). 1st: Arpnet (network of government & research computers) World Wide Web (created in Europe 1989)

WWW required more uniformity. Results: HyperTextMarkupLanguage Web Browsers (special programs that execute HTML files and connect with the Internet) platform independent programming language: Java applets - special Java programs which can be embedded in Web pages. Web page - a document or file stored on a computer (somewhere) that is turned on and connected to the Internet. Gateway - a computer that controls access to the Internet.