Introducing the Computer

Similar documents
Information Communications Technology (CE-ICT) 6 th Class

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Intentionally Blank 0

Good morning! Hardware: Input, Processing, Output, and Storage Devices

Arithmetic/logic Unit (ALU)

Full file at Chapter 02: Hardware and Software

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Chapter 2: Computers: The Machines Behind Computing.

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

What is the typical configuration of a computer sold today? 1-1

Terminology, Types of Computers & Computer Hardware

Chapter 2 Basic Computer Configuration

INTRODUCTION TO COMPUTERS

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Community Development and Training Centre Semester IT 245 Management Information Systems

Ch. 1: Computer System part I

Homeschool Enrichment. Input & Output

1) People: People are end users who use computers to make them- selves more productive.

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Chapter 02 Hardware and Software

Computers Are Your Future

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

Components of a personal computer

Chapter Three. Hardware Basics: Peripherals

2011 Francisco Delgadillo

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Computers Are Your Future

Information Technology, the Internet, and You. Information Technology, the Internet, and You 1-2

Introduction to Computers and Applications

Introduction to Computers. Joslyn A. Smith

Chapter. IT Infrastructure: Hardware and Software

Computers Are Your Future Prentice-Hall, Inc.

Chapter 2: Computers: The Machines Behind Computing

Homeschool Enrichment. The System Unit: Processing & Memory

Chapter 2 Computer Hardware. Computer Concepts 2013

COMPUTER HARDWARE RAYMOND ROSE

Computer Concepts and C Programming. Unit I 06CCP13

COMPUTER SYSTEMS. Section 1

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Programming Principles and Techniques

Chapter 1. Computer System Organization

Dawood Public School Computer Studies Course Outline for Class VI. Course book- Right Byte 1 Fourth edition (Oxford University Press)

Chapter 2 Computer Hardware

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

ABC Atanasoff-Berry Computer

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

What is Information Technology. Chapter 1: Computer System. Why use Information Technology? What is Data?

Chapter 2 Computer Hardware

CSC 170 Introduction to Computers and Their Applications. Computers

Computer Technology Flash Card 2

About the Presentations

Introduction To Computer Hardware

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1

C H A P T E R 1. Introduction to Computers and Programming

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

Chapter Two. Hardware Basics: Inside the Box

Chapter 1 Introduction to Computers

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

A utility program included with the many versions of Windows that makes a copy of all files or selected files that have been saved onto a disk.

Fundamentals of Computer Processing

Chapter I The System Unit

QUESTIONS ABOUT COMPUTERS

Chapter 1 Introduction to Computers

ST. MARY S COLLEGE FORM 4

Copyright 2006 Prentice-Hall. All rights reserved. 1

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

Identify Components of the. Motherboard

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

Full file at

Cambridge Nationals R001. Revision help (LO1)

Computers Are Data Processing Devices

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Lesson 1: Computer Concepts

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

CMSC 1513 Lecture 1.2

COMPUTERS. IT, short for Information Technology, is the subject related to computers. What does a computer do?

Full file at

COMPUTER ORGANIZATION & SKILLS

Parts of Computer hardware Software

Characteristics of Computers

Introduction To Computer Hardware. Hafijur Rahman

1. Computers have gone through drastic changes in a short time. 2. Computers are excellent at correcting incorrect data that is sent to programs.

CHAPTER 1 Introduction to Computers and Java

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

VISUAL SUMMARY PEOPLE INFORMATION SYSTEMS. Information Technology, the Internet, and You. Rev.Confirming Pages

System Unit Components Chapter2

Transcription:

Introducing the Computer Lecture Outline 9 Instructor: Kevin Robertson

Computer Components and Processing Functions

Introduction to the Computer* Information processor capable of performing electronically substantial computations including numerous arithmetic or logical operations without intervention by a human operator Basic architecture: CENTRAL INPUT -> PROCESSING UNIT -> OUTPUT MAIN MEMORY (internal) AUXILIARY STORAGE (external)

Computer Components* Central processing unit (CPU): Arithmetic/logic unit (ALU): Performs mathematical calculations and makes logical comparisons Control unit: Sequentially accesses program instructions, decodes them, and coordinates the flow of data in and out of the ALU, registers, primary storage, and even secondary storage and various output devices Register: Small memory location where instructions to be processed are stored.

Computer Components*

Processing Characteristics and Functions Clock speed: Series of electronic pulses produced at a predetermined rate that affects machine cycle time Often measured in: Megahertz (MHz): millions of cycles per second Gigahertz (GHz): billions of cycles per second Physical characteristics of the CPU Most CPUs are collections of digital circuits imprinted on silicon wafers, or chips, each no bigger than the tip of a pencil eraser

Memory Characteristics and Functions* Memory: Provides the CPU with a working storage area for programs and data Rapidly provides data and instructions to the CPU Storage capacity: Eight bits together form a Byte

Main Memory and Instructions* Cells in main memory hold instructions and data for the instructions both in electronic form Instructions for the CPU tell it to perform sequences of very basic operations e.g., add, subtract, multiply, divide, move, store these are the only kind of instructions that the computer can actually execute Every major problem that we want the computer to solve must be broken down into a series of instructions at this simple level

Sample Machine Level Program Instruction for a computer: opcode + address Opcodes (engineers decide on these): 008 - clear accumulator and add to it the contents of the main memory address that follows this opcode 009 - add to the accumulator the contents of the main memory address that follows this opcode 010 - store the result from the accumulator in the main memory address that follows this opcode example of an instruction: 008 003

Machine Level Program 1st Generation* Instruction is : 008 003 008 - load into accumulator in ALU 003 - whatever is in address (cell) 3 in memory Instructions are transferred, from memory into the CPU s control unit, one by one, where they are placed in a register and decoded by wires

Basic Instruction Process

Basic Instruction Process

Basic Instruction Process

Sample Machine Level Program

Sample Machine Level Program

How the Computer Understands Instructions* The machine fetches instructions (from memory), decodes and executes (in CPU) and stores results of the execution (in memory) example of an instruction for CPU: 008 003 However, such an instruction must be represented electronically, ONLY in terms of + or - 008 003 (base 10) 1000 0011(base 2) +--- --++ (electronic form) This is how the instruction looks in the machine

How the Computer Understands Instructions* Instructions at this level (+ and -) are said to be in machine language Earliest programs were written in machine language (first generation language) Then, a coding system was developed Each character on keyboard is represented by a specific sequence of 0s and 1s ASCII or EBCDIC agreed upon coding schemes

ASCII Table How each character on the keyboard is represented by eight 0s and 1s inside the computer according to an agreed upon coding system http://www.newebgroup.com/rod/newillusions/ascii.htm

Processing Language*

Processing Language*

Related Terms Bit: single digit - can be 0 or 1 Byte: 8 bits side by side (moved around & addressed as a unit) 8 bits = 1 byte Main memory capacity -> in bytes

Memory Characteristics and Functions*

How did a coding system make programming easier?* Now programs could be written in symbolic machine language (assembly language) because letters could be entered into a computer in 0s and 1s

Assembly Language Second Generation* CLA X ADD Y (second generation language) STO Z X Y Z ADDING TWO NUMERS IN ASSEMBLY LANGUAGE A translation program [assembler], itself in machine language, would translate this code into actual machine language for the CPU 24

Translating Assembly Language Programmer writes CLA X Machine receives 0100 0011 0100 1100 0100 0001 0101 1001 C L A X (if there was no ascii we couldn t get this in) Assembler program translates this to: 1000 0011 (008 003) [equivalent machine language instruction]

Higher Level Languages Assembly language [second generation] - low level: one statement in assembly language translates into one statement in machine language A complicated, "real world" problem, still had to be broken down into small steps for the CPU Then came third generation languages (high-level)* one statement in 3GL translates into many statements in machine language

Programming Complex Problems* Not necessary to think at the level of a machine Translation program [compiler or interpreter] translates 3GL to machine language We tell the computer both WHAT to do and HOW to do it: NON- PROCEDURAL Different 3GLs: COBOL (business) FORTRAN (scientific) BASIC PASCAL C, C++, C# JAVA each 3GL has different grammar; suited to different problems

Compilers and Interpreters Highly-specialized software applications are used to convert program instructions (source code) into the machine code (object code) prior to being loaded into a computer s secondary storage Compiler Example

Program to Add Two Numbers

Third Generation Languages Not necessary to think at the level of a machine Translation program [compiler or interpreter] translates 3GL to machine language However, in a 3 GL, we still have to tell the computer both WHAT to do and HOW to do it. We call this PROCEDURAL Language Different 3 GL s: COBOL(business) FORTRAN, (scientific), BASIC, PASCAL C, C++, C#, JAVA

Program to Add Two Numbers FORTRAN 3rd Generation Language: Z = X + Y (will be translated to mach. language by FORTRAN compiler) COBOL 3rd Generation Language: ADD Y TO X GIVING Z. (will be translated to machine language by COBOL compiler)

Fourth Generation Languages* Much more user-friendly Tell the computer WHAT to do but not HOW to do it: NON-PROCEDURAL Eg: average <list of numbers> - exist only for specific problems / uses Different 4GLs: DOS dbase SQL PowerBuilder

Fourth Generation Computing We can also call common application software Word processing Spreadsheets Web browsers Multimedia programs Fourth generation (non-procedural) software [WHAT to do; not HOW] but they are not, properly, languages Sometimes called productivity tools They use a GRAPHICAL USER INTERFACE

Generations of Programming Languages Programming Languages Used to generate program instructions and have evolved over time making them more powerful, easier to read and write, and more natural language-focused

Procedural and Non-procedural Computing* PROCEDURAL Need to tell the computer WHAT you want and HOW to do it (how to proceed) Need to have an algorithm for the problem (sequence of logical steps necessary to solve the problem) Need to code the algorithm in a procedural (3rd Gen) language NON-PROCEDURAL: Tell the computer what to do, but not how to do it.

Finding the Average of Numbers The Algorithm: NNum = 0; SumNum=0 While there are numbers to read Read a number Add 1 to NNum Add the number to SumNum End While Average = SumNum / NNum Print Average is:, Average

Coding the Algorithm The algorithm (set of steps) will now be coded in a procedural language: C language? This program tells the computer HOW to find the average The program will be compiled to machine language and run on a computer

Finding Average in Non-procedural Language AVERAGE: 232, 452, 554, 667, 932, 122; that s it! who told the computer how to do this?? OR Type in the numbers into a box Click a button for Average (using GUI)

Computer Hardware

Computer Hardware*

The Microcomputer* PC or Apple How, specifically, are the computing principles that we saw here, implemented in a PC? microprocessor (chip) is the CPU much elaborate, user-friendly software consists of: system unit (box), monitor (screen), keyboard, mouse, printer In the system unit: motherboard, disk drives, CD-ROM drive, cards, cables, power supply

Motherboard Main circuit board: microprocessor (CPU chip), RAM (Random Access memory - main memory), buses, cards Intel microprocessor chips (past and present): 8088, 8086, 80286, 80386, 80486, Pentium+++ speed in MegaHertz (Million of vibrations per second) or GigaHertz (1024 MHz) all processing (calculations) done in the microprocessor

Processing Mother Board Example

Ram/Rom /Expansion Cards* RAM: main memory chips: 2-8 GB +. Into RAM goes the Operating System, Application Software, Data ROM (Read Only Memory) burned-in programs to start up the computer Buses (multi-lane highways) carry instructions from memory to microprocessor and back Expansion Cards: circuit boards that plug into expansion slots on the motherboard; Link peripheral equipment (printers, disks) with motherboard At the back of the cards are ports

Other parts of a computer* Computer Storage Primary (Internal) Storage: main memory stores instructions and data that are being worked on by the CPU contents erased when power off Secondary (External) Storage (p. 68 +): more permanent magnetic disk, tape optical storage

Storage Types* Disk drives (in the old days!): hold the actual disks floppy or hard hard disk stores more info and info can be retrieved faster before a disk is ready for storage it must be formatted by the operating system Optical (CD) drives, DVD drives: for compact disks, digital video disks for CD-RW, CD-R, CD-ROM optical disks Memory Sticks (flash drives) (use USB port)

Secondary Storage Devices Sequential Access Data must be retrieved in the order it was stored Devices used are called sequential access storage devices Direct Access Records can be retrieved in any order Devices used are called direct access storage devices (DASDs)

Magnetic Disk

Optical Storage

Secondary Storage Devices Digital video disc (DVD): Storage medium used to store software, video games, and movies Solid state secondary storage devices: E.g. USB Flash Drives Store data in memory chips rather than magnetic or optical media Have few moving parts, so they are less fragile than hard disk drives High cost per GB of data storage Lower capacity compared to current hard drives

Storage Area Network (SAN)

Secondary Storage Devices Storage as a Service: Data storage service provider rents space to people and organizations Users access their rented storage space via the Internet

Outside of the System unit Keyboard: press key, the character's ASCII code is sent down Monitor: CRT, VDT (video display terminal) had CGA, EGA, VGA, Super VGA more colors, dots closer together Printer: - Impact or non-impact Dot matrix (old) Ink jet Laser Mouse: for use with Graphical User Interfaces (GUIs) on the screen

Input Devices Devices used to input general types of data: Personal computer input devices Speech recognition technology Digital cameras Touch-sensitive screens Barcode Readers Pen input devices Magnetic stripe card Radio Frequency Identification

Input Devices (continued)

Output Devices Display monitors: Used to display the output from the computer Plasma display: Uses thousands of smart cells (pixels) consisting of electrodes and neon and xenon gases that are electrically turned into plasma to emit light LCD displays: Flat displays that use liquid crystals Organic light-emitting diodes (OLEDs): Use a layer of organic material sandwiched between two conductors

Output Devices (continued) Printers and plotters: Two main types of printers are laser printers and inkjet printers Plotters are a type of hard-copy output device used for general design work Digital audio player: Can store, organize, and play digital music files E-books: Digital media equivalent of a conventional printed book

Computer System Types Computer systems can range from desktop or portable computers to massive supercomputers Two major groups of general-purpose computers Single-user computers with portable and non-portable option Multiple-user computers

Portable Single User Computers Handheld computer a compact computing device Typically includes a display screen with stylus or touch screen input along with a compact keyboard or numeric keypad Applicable as POS devices Rugged versions are available for military applications Laptop computers are designed for use by mobile users Notebook and ultrabook computers are smaller than laptop computers Tablet computers are portable, lightweight computers with or without a keyboard

Non-Portable Single-User Computers Handheld computer : a compact computing device A thin client is a low-cost, centrally managed computer with no internal or external attached drives for storage Desktop computers are single-user computer systems that are highly versatile

Non-Portable Single-User Computers A nettop computer is an inexpensive desktop computer Smaller, lighter, and consumes much less power than a traditional desktop computer Workstations are more powerful than personal computers but still small enough to fit on a desktop

Multi-User Computer Systems A server is employed by many users to perform a specific task, such as running network or Internet applications Server systems consist of multiuser computers, including supercomputers, mainframes, and other servers Blade server: a server that houses many individual computer motherboards

Classification of Computers Supercomputers: largest, most powerful, $$$; perform parallel processing (Big Blue) Mainframes: central, many dumb terminals Minicomputers: smaller mainframes Microcomputers: can be networked; others: {e.g., portable computers, laptops, tablets, etc. Next: Quantum Computing

Data Centers Data center: a climate-and-access-controlled building or a set of buildings that houses the computer hardware that delivers an organization s data and information services

Computer Software Operating Systems and Applications

Overview of Software Computer programs: sequences of instructions for the computer Documentation: text that describes program functions to help the user operate the computer system Types of software Systems software Application software Application Software Helps users solve particular problems In most cases, resides on the computer s hard disk Can be stored on CDs, DVDs, or USB flash drives

System vs Application Software* Systems Software The set of programs that coordinates the activities and functions of hardware and other programs Each type of systems software is designed for a specific CPU and class of hardware Systems Software The set of programs that coordinates the activities and functions of hardware and other programs Each type of systems software is designed for a specific CPU and class of hardware

Operating Systems A set of programs that controls computer hardware and acts as an interface with application programs

Operating System* Activities performed by the operating system: Perform common computer hardware functions Provide a user interface and input/output management Provide a degree of hardware independence Manage system memory Manage processing tasks Provide networking capability Control access to system resources Manage files

Operating Systems: Processing Tasks Five basic task management techniques Multiuser: allows two or more users to run programs at the same time on one computer Multiprocessing: supports running a program on more than one CPU Multitasking: allows more than one program to run concurrently Multithreading: allows different threads of a single Program to run concurrently A thread is a set of instructions within an application that s independent of other threads Real time: responds to input instantly

Current Operating Systems Microsoft PC operating systems Windows Windows 95 Windows XP Windows Vista Windows 7 Windows 8 Windows 10

Current Operating Systems Apple Computer Operating Systems 4.7 Mac OS X 10.5 Leopard. 4.8 Mac OS X 10.6 Snow Leopard. 4.9 Mac OS X 10.7 Lion. 4.10 OS X 10.8 Mountain Lion. 4.11 OS X 10.9 Mavericks. 4.12 OS X 10.10 Yosemite. 4.13 OS X 10.11 El Capitan. 4.14 macos 10.12 Sierra.

Operating System(continued) Linux Open-source operating system Red Hat (most common) Chrome OS Linux-based operating system designed for netbooks and nettops Designed to run on inexpensive lowpower computers Chromium OS: an open-source version of Chrome OS Android-based apps are made available on Chromebooks which makes the platform more general-purpose than a typical thin client. Android: an operating system for mobile devices

Mobile Operating Systems Smartphone Operating System Worldwide Market Share of Sales during 2Q 2013 Estimated Total Number of Applications Mid-2013 Estimated Rate of Increase innumber of New Applications Google Android 56.5% >1,000,000 800/day Apple iphone OS 39.6% 900,000 600/day Microsoft Windows Mobile 3.3% 145,000 130/day Blackberry Limited, Blackberry 2.9% 120,000 NA

Operating Systems - Utilities Utilities: Programs that manage computer resources and files and may be included in the operating system or purchased separately as needed

Utility Programs Help to perform maintenance or correct problems with a computer system Some can help computer systems run better and longer without problems Can help to secure and safeguard data

Application Software Application programs that:- Interact with systems software and the systems software directs computer hardware to perform necessary tasks Help you perform common tasks, such as: Creating and formatting text documents Performing calculations Managing information Some applications are more specialized

Application Software* Proprietary software: One-of-a-kind program for a specific application, usually developed and owned by a single company Off-the-shelf software: aka Commercial Off The Shelf COTS Existing software program that is purchased Application service provider (ASP): Company that can provide software, support, and computer hardware on which to run the software from the user s facilities over a network

Overview of Application Software

Overview of Application Software Software as a service (SaaS): Allows businesses to subscribe to Web-delivered business application software by paying a monthly service charge or a per-use fee Can reduce expenses by sharing its running applications among many businesses Cloud computing: Use of computing resources, including software and data storage, on the Internet (the cloud) rather than on local computers

Computer Systems End of Lecture 9