EDPS015 LECTURE NO' 3 - PowerPoint PPT Presentation

1 / 39
About This Presentation
Title:

EDPS015 LECTURE NO' 3

Description:

Machine Cycle Time is the time it takes to execute an instruction. It is a measure of processing speed. ... Magnetic Ink Character Recognition (MICR) a.Devices ... – PowerPoint PPT presentation

Number of Views:54
Avg rating:3.0/5.0
Slides: 40
Provided by: siliAd
Category:
Tags: lecture | edps015 | home | micr | tube | video

less

Transcript and Presenter's Notes

Title: EDPS015 LECTURE NO' 3


1
EDPS015LECTURE NO. 3
  • The Computer HW/SW in Detail

2
Processing Characteristics
  • Machine Cycle Time is the time it takes to
    execute an instruction. It is a measure of
    processing speed.
  • Clock Speed is the rate at which the electronic
    pulses that synchronize computer operations are
    produced measured in Hertz.

3
Processing Characteristics
  • Wordlength is the number of bits the CPU can
    process at one time.
  • Physical Characteristics of the CPU likewise
    affect processing, such as the distance between
    points.

4
Multiprocessing
  • It is the simultaneous execution of two or more
    instructions at the same time.
  • Coprocessor speeds processing by executing
    specific types of instructions while the CPU
    works on another processing activity.

5
Multiprocessing
  • Parallel Processing is a form of multiprocessing
    that speeds processing by linking several
    processors to operate at the same time or in
    parallel.
  • Grid Computing is the use of a collection of
    computers, often owned by multiple individuals,
    to work in a coordated manner.

6
Memory Characteristics
  • Storage Capacity is the amount of information
    that a memory device can store, measured in
    Bytes.
  • Access Time is the time it takes to read a block
    of memory.

7
Memory Hierarchy
  • Primary Memory generally employs semiconductor
    technology, and is either on-chip or on-board it
    is very fast and expensive.
  • Secondary Memory generally employs magnetic or
    optical technology, and is usually removable or
    mobile it comes in large capacity and is cheap.

8
Types of Memory
  • Volatile or non-volatile, depending on whether
    stored information is lost or not when the device
    is powered off.
  • Static or dynamic, depending on whether stored
    information erodes in time.

9
Memory Access Methods
  • RAM or random access memory.
  • Sequential or serial access memory.
  • ROM or read only memory.
  • Direct or memory access without having to pass
    by other data in sequence.

10
Performance Indicators
  • Computer Performance is characterized by the
    amount of useful work accomplished by a computer
    system compared to time and resources used.
  • Short response time for a given piece of work
  • High throughput or rate of processing work

11
Performance Indicators
  • Low utilization of computing resources
  • High availability of the computing system

12
Performance Metrics
  • Traditionally described in terms of clock speed.
  • Availability or the fraction of time that a
    resource is available for use.
  • Bottleneck or the resource with the lowest
    maximum throughput in a system with more than one
    component.

13
Performance Metrics
  • Latency or the delay between start and end of an
    operation, or between request and response.
  • Pathlength or processing time per unit of work,
    calculated as utilization divided by throughput.
  • Throughput or work completed per unit time.
  • Utilization or fraction of time a resource is
    busy

14
The Computer Hardware
  • Computer Memory and I/O Devices

15
Secondary Storage Devices
  • Magnetic Tape
  • Magnetic Disk
  • Floppy Disk
  • Hard Disk, Removable HDD, Portable HDD
  • Compact Disk CD ROM / R / RW
  • Digital Versatile Disk DVD ROM / R / RW

16
Secondary Storage Devices
  • Memory Cards (MMC, SD, Micro SD, Duo)
  • Flash Disk / USB Drive

17
Input Devices
  • PC Input Devices (Mouse Keyboard)
  • Voice-Recognition Devices
  • Terminals
  • Touch Screens
  • Bar-Code Scanners
  • Optical Data Readers (OMR OCR)

18
Input Devices
  • Point-of-Sale (POS) Devices
  • Automatic Teller Machines (ATM)
  • Magnetic Ink Character Recognition (MICR)
    a.Devices
  • Radio Frequency Identification (RFID) Devices

19
Output Devices
  • Cathode Ray Tube (CRT) Display Monitors
  • Liquid Crystal Displays (LCD)
  • Organic Light Emitting Diodes (OLED)
  • Printers and Plotters

20
Types of Computer Systems
  • Handheld
  • Portable
  • Thin Client
  • Desktop
  • Workstations

21
Types of Computer Systems
  • Servers
  • Mainframe
  • Supercomputer

22
The Computer Software
  • Types, Classifications, and Samples

23
Definition of Terms
  • A computer program is a set of instructions for
    the computer.
  • Documentation is text that describes the program
    functions to help the user operate the computer
    system.

24
Definition of Terms
  • A computer system platform is the combination of
    a particular hardware configuration and systems
    software package.
  • Sphere of influence is the scope of problems and
    opportunities addressed by a particular
    organization.

25
Classification by Sphere of Influence
  • Personal Productivity Software
  • Groupware or Workgroup Software
  • Enterprise Software

26
Classification by Type
  • Systems software is the set of programs designed
    to coordinate the activities and functions of the
    hardware and various programs throughout the
    computer system.
  • Application software is the program that helps
    users solve particular computing problems.

27
Kinds of System Software
  • System Support Programs include utility programs,
    security and performance monitors.
  • System Development Programs provide an
    environment for the development of programs.

28
Kinds of System Software
  • System Management Programs include operating
    systems and operating environments.
  • An Operating System (OS) is a set of computer
    programs that control the computer hardware and
    act as an interface with application programs.

29
OSComputerUser Combo
  • Single computer, single user typical in handheld
    and personal computers.
  • Single computer, multiple user typical in server
    and mainframe computing environments.
  • Multiple computers typical in networks.
  • Special purpose computers.

30
6 Basic OS Functions
  • Determine sequence in which jobs or processes are
    executed.
  • Cause application programs to be executed and
    likewise cause the various system resources to
    perform or to be available as specified by the
    application.

31
6 Basic OS Functions
  • Maintain security by requiring user
    authentication.
  • Support multiprogramming where multiple users can
    run multiple programs at the same time.

32
6 Basic OS Functions
  • Handle interrupts or events that cause the
    suspension of programs currently running to allow
    another program to be executed in response to the
    interrupt or event.
  • Keep track of resource usage.

33
Specific OS Functions
  • Common Hardware Functions, acting as intermediary
    between application programs and the hardware.
  • User Interface, which could be CLI or GUI.
  • Hardware Independence, providing an application
    program interface (API).

34
Specific OS Functions
  • Memory Management, converting a users request
    for data in logical view to physical view.
  • Processing tasks, providing multitasking and
    time-sharing capabilities.
  • Networking capability, enabling interconnection
    with other computers.

35
Specific OS Functions
  • Access to system resources, providing user
    authentication and access verification.
  • File management, ensures that files in secondary
    storage are available when needed and protected
    from unauthorized access.

36
Types of Application Software
  • Custom-programmed
  • Pre-written

37
Pre-written Software Packages
  • General Business
  • Industry-Specific
  • Organizational Productivity
  • Games Entertainment
  • Personal Productivity

38
Personal Productivity Packages
  • Word processors
  • Desktop publishers
  • Electronic spreadsheets
  • Database Management Systems
  • Graphics

39
SHORT HOME VIDEO
  • An Introduction to Computer Hardware
Write a Comment
User Comments (0)
About PowerShow.com