Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Essential Introduction to Computers. What is a Computer? An electronic device, operating under the control of instructions stored in its own memory, that.
COMPUTER APPLICATIONS Mr. Toscano Computer Concepts Lesson Objectives Students are introduced to the differences between computer software and computer.
1 The Five Parts of an Information System
Component 4: Introduction to Information and Computer Science Unit 1: Basic Computing Concepts, Including History Lecture 1 This material was developed.
Chapter 5: Computer Systems Organization Invitation to Computer Science, C++ Version, Third Edition Added to by S. Steinfadt - Spring 2005 Additional source.
Introduction to Computer Systems
Office 2003 Introductory Concepts and Techniques M i c r o s o f t CPTG104 Intro to Information Systems Dr. Hwang Essential Introduction to Computers.
Introduction to Computers
1 Introduction to computers Overview l · Grading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings »Quizzes »Homework Assignments.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Main Parts.
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.
Computer Fundamentals. A Computer Is a System Input Processing Output Data is entered into the computer Becomes useful information The data is processed.
Lesson 4 Computer Software
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
A Look at Your Computer Business Computer Information Systems I Created by: Mrs. E. Kelley Revised: August 28, 2015.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
BLOCK DIAGRAM OF COMPUTER
Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI CSCI.
Introduction to Computers, the Internet and the by Pedernal Jemerson G by Pedernal.
Introduction to Computers
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Introduction To Computer System
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Computer Parts There are many parts that work together to make a computer work.
Welcome to Computing Presentation slides modified by M. A. Papalaskari from “Java Software Solutions Foundations of Program Design (3 rd ed.)” by John.
What does a Computer Do?. What is a Computer? A computer is an electronic device, operating under the control of instructions stored in its own memory,
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Intro to Computers Computer Apps 1.
Computer Basics and Operating Systems introductory presentation prepared by Ms. Devery Rodgers, M.Ed. National University.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
California State University Northridge EED 602 Prepared by Jacqueline Avakian.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Component 4: Introduction to Information and Computer Science
 2006 Pearson Education, Inc. All rights reserved Introduction to Computers, the Internet and World Wide Web.
1 The Five Parts of an Information System
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Computer Architecture
Parts of a Computer - Introduction
Computer Organization & Assembly Language © by DR. M. Amer.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Multimedia and Computers Introduction to Computers.
© 2006 Pearson Education Chapter 1: Computer Systems.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE.
1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
1 Introduction to Computers, the Internet and World Wide Web.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Computer Operating Systems And Software applications.
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Basic Computer Fundamentals
Computer Fundamentals 1
Course Name: Computer Application Topic: Central Processing Unit (CPU)
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Logical Computer System
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
4. Computer system.
Computer components.
Presentation transcript:

Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE

Module Objectives At the end of the module, students should be able to: –identify the terms and concept related to computer hardware and software –identify the six basic unit of a computer –identify the two types of computer software –explain the differences between application software and system software

Hardware Vs. Software ??? Hardware - objects that we can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips. Software - untouchable. Software exists as ideas, concepts, and symbols, but it has no substance.

Hardware Vs. Software ??? Books provide a useful analogy. The pages and the ink are the hardware, while the words, sentences, paragraphs, and the overall meaning are the software. A computer without software is like a book full of blank pages –you need software to make the computer useful just as you need words to make a book meaningful

Basic Unit of A Computer Every computer can be divided into six basic units : 1. Input Unit “Receiving” section of computer Obtains data from input devices –Usually a keyboard, mouse, disk or scanner Places data at disposal of other units

Basic Unit of A Computer 2. Output Unit “Shipping” section of computer Puts processed data/info on various output devices –Monitor (screens), printers, projector, speakers Makes info available outside the computer

Basic Unit of A Computer 3.Memory Unit Rapid access, low capacity “warehouse” Retains information entered through input unit Retains info that has already been processed until can be sent to output unit Often called memory, primary memory, or random access memory (RAM)

Basic Unit of A Computer 4. Arithmetic and Logic Unit “Manufacturing” section of computer Performs calculations (addition, subtraction, multiplication and division) Contains decision mechanisms and can make comparisons The Arithmetic and Logic unit is responsible for doing the actual computing and so can be considered to be the brain of the computer

Basic Unit of A Computer 5. Central Processing Unit (CPU) –“Administrative” section of computer - coordinates and supervises other sections –the heart of the computer where all the computing is done. –All the other devices are concerned with moving data to or from the CPU. –The central processing unit consists of three main components, the control unit, the arithmetic/logic unit (ALU), and the registers.

Basic Unit of A Computer 6. Secondary Storage Unit Long-term, high-capacity “warehouse” Stores programs or data not currently being used by other units on secondary storage devices (like discs) Takes longer to access than primary memory

Basic Computer Hardware

Inside the computer…

PC (IBM-Compatible) –Emphasis on Business Computing –More popular platform in the world –Normally CPU powered By Intel, AMD –Normally Windows is the OS for PC –First PC was introduced by IBM Common Computer Platform

Apple Macintosh –Very popular for computer graphics application –Very good Graphical User Interface –Native Digital Video File format (QuickTime) –Latest CPU=G5 processor (2.7 GHz) –OS System is MAC OS

What is Software ? Series of instructions or programs that process data Two types : –System software Used mainly by the computer –Application software Used only by the user The purpose of software is to cause a task, process, or computation to be performed. A task can include the retrieval, storage, or display of information. A computer system requires software to make the best use of its capabilities and to solve problems

What is System Software ? Enables application software to interact with computer hardware A “Background” software  manage internal computer resources and coordinate the application software requests with computer hardware without user interaction Operating system software Most important system software Executes application software Stores data and programs manages all the overall operation of the computer system I.e.  Eg. Window XP, Windows 2000, Linux, UNIX, Sun Solaris, Mac OS X

Windows platform (NT, 98, 98se, ME, 2000, XP, 2003) is currently the dominating OS for the personal computer (IBM-PC and compatible). By Microsoft. Popular Operating System Windows OS

Popular Operating System Mac OS The main operating system for the Apple Macintosh. The most advanced version is Mac OS X. Previous version includes Mac OS 8.0 and 9.0.

Popular Operating System Linux OS Open Source operating system Many distributions/versions Red Hat 9.0, Mandrake, SuSE, Lindows, Knoppix and many others

What is Application Software ? General-purpose programs –Some types: Browsers, Spreadsheet, Database management systems, presentation graphics, word processor –i.e  Internet Explorer, Microsoft Word, PowerPoint Special-purpose programs –Custom written for specialized tasks –written for an organization’s or business type’s specific purpose –i.e.  Online Registration System End-user software  enter commands and typically interact with application programs.

Application Software Word processorSpreadsheetsDatabases Communications Others - GroupwarePresentation