Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Computer Parts There are many parts that work together to make a computer work.
Computer Systems I’m ONLY a machine!.
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.
COMPUTER CONCEPTS Computer Information Systems. COURSE COMPETENCIES Explain the functions of computer system components. Describe the information processing.
Essential Computer Concepts
Information Technology Foundation Dr. Robert Chi Chair and Professor, IS department Chief editor, Journal of Electronic Commerce Research.
Computer Hardware In this lecture, we will study:
By Mr. Abdalla A. Shaame 1. What is Computer An electronic device that stores, retrieves, and processes data, and can be programmed with instructions.
Computer Parts There are many parts that work together to make a computer work.
IC3 GS3 Standard Computing Fundamentals Module
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
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 Hardware Basics By the end of this lesson you will be able to: 1. Identify external hardware components and peripherals 2. Identify internal hardware.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
Introduction to computers. What is a personal computer? Capacity: Large hard disks combined with a large working memory (RAM) Speed: Fast. Normally measured.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
What is Information Technology?
Computer Systems I’m ONLY a machine! Standard Grade Revision.
1 CP586 © Peter Lo 2003 Multimedia Communication Standards and Delivery Methods.
The Purchase of a PC Robert Grauer and Maryann Barber.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
1 Computer Literacy James P. Sampson, Jr. Florida State University Copyright 2001 by James P. Sampson, Jr. All Rights Reserved.
Tom Allen Computer Science Department Trinity University.
CSCI-235 Micro-Computers in Science Hardware Part II.
Learning Module D: Information Technology Systems I. IT Systems What are Five Components of Information Systems? - Hardware: equipment, devices - Software:
Fundamental Principles of Computer Systems Unit B, Objective 3.01 & 3.02.
An Overview of Using Computers
Computer Parts There are many parts that work together to make a computer work.
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
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Computer Architecture
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.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
MIS001 A1 Computer Hardware Windows ’98 and Internet Explorer Chapter 1 Components of Your Computer.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Parts of the Computer System
Copyright © 2006 Prentice-Hall. All rights reserved.1 Computer Literacy for IC 3 Unit 1: Computing Fundamentals Project 1: Identifying Types of Computers.
© 2006 Pearson Education Chapter 1: Computer Systems.
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.
Computer Parts There are many parts that work together to make a computer work.
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.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Parts There are many parts that work together to make a computer work.
The Purchase of a PC Robert Grauer and Maryann Barber.
How Much Do I Remember? Are you ready to play.....
Computer Hardware Introduction What’s inside that box?
Basic Computer Hardware and Software.
Computer Information Systems
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Basic Computer Hardware and Software.
Computer Hardware and Software
Basic Computer Hardware & Software
Basic Computer Hardware and Software.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Standard Grade Revision
Windows.
Presentation transcript:

Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data

I. Five Types of Data P.40 Figure 2.2 Number (.txt,.xls) Text (.txt,.xls) Image (.bmp) Sound (.wav) Video (.avi) Storage space (Binary data, Bit, Byte) Multimedia

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, paintbrush) binary number -> dot for color resolution - dpi (dots per inch) & storage space –Vector format (autocad) Engineering drawings Mathematical description -> less storage space

Sound:.wav –two components of sound: volume and pitch –two ways to digitize sound Sampling: take observations of two values (volume and pitch) several times per second MIDI (Musical Instrument Data Interchange): use music keyboard to digitize music Advantages of MIDI: less storage space, easy to modify Disadvantages of MIDI: complicated hardware, machine-dependant

Video: –Tremendous amount of data (100 CD’s for one-hour movie) –Data compression

II. Hardware Components of Computer System p.45 Input Output Processor Secondary Storage

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

Output (P.51 - P.53) –Monitor resolution: # of pixels & colors video card & video RAM –Printer laser ink-jet dot-matrix

Process System (p.46 – p.48): –Processor: CPU (Central Processing Unit): carries out instructions; Registers –RAM (Random Access Memory) –Device controllers –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 (P.53-P.55) –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)

III. Software Programs Systems software –Operating systems –Utilities –Language translators Applications

1.Operating Systems (p.55) 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) GUI (Graphical User Interface)

Multitasking (Prob.4) –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.

2. Browser and Web Server (p.56-p.57) Browser: –Read incoming files, recognize data type, display data as instructed –Add-ins –Internal programming language –Platform free Web server: –Monitor Internet and deliver the requested files –Selecting hardware: scalability, easy backup, and easy maintenance. –Split into separate pieces.

3. Applications DBMS: Access Calculation: Excel Writing: Word Presentation: PowerPoint Communication: (Outlook Express) Scheduling: Microsoft Outlook