Learning Module D: Information Technology Systems I. IT Systems What are Five Components of Information Systems? - Hardware: equipment, devices - Software:

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
Basic Computer Hardware and Software.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Essential Computer Concepts
Using Computers CS French Chapter 1.
Slide 3.1 Curtis/Cobham © Pearson Education Limited 2008 Chapter 3 Business Information Technology Lecture 1 Computer Hardware.
Data Communications and Computer Networks
Computer Hardware In this lecture, we will study:
Introduction to Computers Essential Understanding of Computers and Computer Operations.
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
IC3 GS3 Standard Computing Fundamentals Module
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
Computer Fundamentals. A Computer Is a System Input Processing Output Data is entered into the computer Becomes useful information The data is processed.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
The Purchase of a PC Robert Grauer and Maryann Barber.
Computer & Communications Systems Software Development Unit 1.
Tom Allen Computer Science Department Trinity University.
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
Fundamental Principles of Computer Systems Unit B, Objective 3.01 & 3.02.
An Overview of Using Computers
Introduction to Computers
Lesson 2 — How Does A Computer Process Data?
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
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.
Introduction to Computing Hardware & Software. INSIDE THE COMPUTER Hardware Physical components of the computer. Any part that you can see and touch Examples:
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
Chapter 5 Transactions and Electronic Commerce I. Methods of Data Capture (P.164-P.170) Point of sale (POS) Process control Electronic data interchange.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Copyright © 2006 Prentice-Hall. All rights reserved.1 Computer Literacy for IC 3 Unit 1: Computing Fundamentals Project 1: Identifying Types of Computers.
 Describe the general organization and architecture of computers.  Identify computers’ major components and study their functions.  Identify the various.
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
There are many parts that work together to make a computer work. System Unit Computer Parts.
COMPONENTS OF INFORMATION TECHNOLOGY COMPONENTS OF A COMPUTER SYSTEM
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Parts of the Computer.
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
Basic Computer Hardware and Software.
The Purchase of a PC Robert Grauer and Maryann Barber.
How Much Do I Remember? Are you ready to play.....
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Hardware Introduction What’s inside that box?
Basic Computer Hardware and Software.
An Overview of the Computer System
Basic Computer Hardware and Software.
Basic Computer Hardware & Software
Technology Literacy Hardware.
Information Technology
Basic Computer Hardware and Software.
Computers Are Your Future
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
An Overview of the Computer System
COMPUTER FUNDAMENTALS i
Presentation transcript:

Learning Module D: Information Technology Systems I. IT Systems What are Five Components of Information Systems? - Hardware: equipment, devices - Software: programs - a set of instructions that controls hardware - Data: files, database - People: technical personnel, users - Procedures: documents that help people use and manage MIS (manuals, data dictionary, system operation manuals, …

1. Data Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data

What are Five Types of Data and What is Multimedia? Number (.txt,.xls) Text (.txt,.xls) Image (.bmp) Sound (.wav) Video (.avi) Multimedia

How are the Five Types of Data Represented in IT Systems? Number: Base 2 numbers (binary) Text: character set –ASCII (American Standard Code for Information Interchange), e.g., A 65, B 66. –EBCDIC (Extended Binary Coded Decimal Interchange Code), for IBM Mainframe. –Different countries may use different character set.

Picture: 2 formats –Pixel format (.bmp,.jpg, paintbrush) binary number -> dot for color resolution - dpi (dots per inch) & storage space –Vector format (autocad) Engineering drawings Mathematical description -> less storage space

Sound: –two components of sound: volume and pitch –digitize sound Sampling: take observations of two values (volume and pitch) several times per second (.wav) Video: –Tremendous amount of data (100 CD’s for one-hour movie) –Data compression

2. Hardware Components of Computer System What are Components of Computer Systems? Input Output Processor Secondary Storage

Input –Keyboard –Pointing devices: mouse, light pen, touch screen –Scanner –Pen-based systems: pen & software for converting handwriting to text –Sound: microphone and sampler –Voice recognition (expensive) –Video capture board: digitize video

Output –Monitor resolution: # of pixels & colors video card & video RAM –Printer laser ink-jet dot-matrix

Process System –Processor: CPU (Central Processing Unit): carries out instructions; Control Unit + Arithmetic Logic Unit –RAM (Random Access Memory) –Speed vs. Internal Clock Speed: MIPS Internal clock: 100MHz, 450MHz Speed  clock speed (# of clock cycles per instruction, 486D50 is slower than Pentium 50) Comparable only for the same manufacturer and the same family

–Speed depends on other components Data bus Access time and capacity of RAM Parallel processors –Price differential PC - the lowest $/MIPS Use for different purposes (e.g., IBM Mainframe for multiple users)

Secondary Storage –hard drive –floppy disk drive –tapes (backup) –optical drive CD-ROM (650 megabytes) WORM (Write Once Read Many) Erasable DVD (Digital Video Disk) –Solid State/RAM (keep data when power is off)

3. Software Programs Systems software –Operating systems –Utilities –Language translators Applications (Personal Productivity Software)

What are Operating Systems? A program that acts as an intermediary between users and hardware Three functions of OS –allocation and assignment of resources –scheduling of jobs –monitoring activities (security, usage)

Specific operating systems –VMS (DEC VAX) –MVS (IBM Mainframe) –UNIX (machine-independent) –OS/2 (IBM PC, robust and memory- intensive) –Windows 98 (PC) –Windows NT (workstation, network server) –Windows 2000 (Peer-to-Peer) GUI (Graphical User Interface)

Multitasking –Users can run more than one job at the same time –OS rotates jobs, not exactly run them at the same time –Reduce total processing time (OS coordinates all components of computer system) –Prevent users from changing data at the same time (concurrency problem).

What Are Examples of Application Software? DBMS: Access Calculation: Excel Writing: Word Presentation: PowerPoint Communication: (Outlook Express) Scheduling: Microsoft Outlook

II. Information in an Organization Three Levels of Management Decision Operation Level: –day-to-day operations –follow rules (structured decision) –transaction for collecting data Tactical Level: –managers’ specialization –structured and unstructured decisions –short-term to middle-term –without major changes to organization’s structure (continued)

Strategic Level: –top management –unstructured decision –long-term –with major changes to organization’s structure 1. What are the five categories of information- processing task? (p.12) –Capture information –Present information in useful form –Create new information –Store information –Sending information to other people

2. Why Point of origin or point of sales (POS)? Capture data at the point of origin (the sales register is a computer terminal connected to a central computer). Keyboard (gas station) Bar code scanner (supermarket) Optical character recognition (OCR) read handwritten zip code Magnetic ink character recognition (MICR) - more accurate than OCR Error detection, computations and immediate update Avoid - rekey data, lost data, duplicate data, inaccuracies, long time, fail to identify error.

3. How is TPS Used for Manufacturing? Process Control Manufacturing machines are connected to computers or have built-in computers. Monitor production levels. Monitor quality. Monitor uptime or downtime. Problems –standard for various machines –an enormous amount of data: how to use, how to store, how to transmit.

4. What is Electronic data interchange (EDI)? The direct computer-to-computer exchange between two firms of standard business transaction documents (invoices, bills, purchase orders) or send documents through a third- party EDI provider. Cut lead time and improve quality control Lock in customers (easier for customers or distributors to order) Standard: software and hardware, data definitions, format of documents

5. Web Database Applications Why do business on the Internet? –Expanded reach –Corporate image enhancement –Improved customer service –Follow-up sales/marketing material –New product/service delivery channel –Reduced operating expenses possibly –Test marketing (new products, new services, new market campaigns)