COMPONENTS OF A COMPUTER

Slides:



Advertisements
Similar presentations
DATA PROCESSING SYSTEMS
Advertisements

Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design Third Edition.
1.2 Language Processing Activities The fundamental language processing activities divided into two parts. 1. Program generation activities 2. Program execution.
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
What are the functions of an operating system? The operating system is the core software component of your computer. It performs many functions and is,
Adding Automated Functionality to Office Applications.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Systems Life Cycle A summary of what needs to be done.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
CIM101 Introduction to Computer Course Teacher : Kazi Saiful Alam(Rehan) Course credit : 3.0 Prerequisite : Nil 1.
 What Is a Computer? What Is a Computer?  Computer System Components Computer System Components  Hardware Hardware  Types of Memory Types of Memory.
COMPUTER SYSTEM.
Information System and Management
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
Describe the Program Development Cycle. Program Development Cycle The program development cycle is a series of steps programmers use to build computer.
Overview of Programming and Problem Solving Textbook Chapter 1 1.
The Central Processing Unit (CPU) and the Machine Cycle.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
COMPUTER SOFTWARE Management Information Systems.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
Parts of the Computer System
Intro to Programming Web Design ½ Shade Adetoro. Programming Slangs IDE - Integrated Development Environment – the software in which you develop an application.
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Chapter 1: Introduction to Visual Basic.NET: Background and Perspective Visual Basic.NET Programming: From Problem Analysis to Program Design.
1. an electronic device that manipulates information, or "data“
Introduction to Computer Programming using Fortran 77.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
PCs ENVIRONMENT and PERIPHERALS Lecture 1. Software The series of instructions that tells the hardware how to perform tasks Software The series of instructions.
What’s a Computer?. The Basics A computer is a machine that manipulates data based on a list of instructions called a program.
IT infrastructure Hardware. What is IT infrastructre It is the physical facilities, services and management that support computing in the organization.
Introduction to Computing
Programming Logic and Design Seventh Edition Chapter 1 An Overview of Computers and Programming.
MANAGEMENT INFORMATION SYSTEM
CIS 365: Visual Application Development Introduction to Computers and Programming.
Principles of Information Systems Eighth Edition
Chapter 1 The Systems Development Environment
Computer Systems – Hardware, Operating System, & Software
Unit 2 Technology Systems
Chapter 1 The Systems Development Environment
System.
Introduction to Programming / chapter 3 / COM1022
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Topics Introduction to Repetition Structures
System Programming and administration
Chapter 1 The Systems Development Environment
System Design.
Chapter 1. Introduction to Computers and Programming
Introduction to Operating System (OS)
Chapter 1 The Systems Development Environment
What is a Computer?. A computer is an electronic device that stores, retrieves and process data. A computer is an electronic devices that process data,
An Introduction to Visual Basic .NET and Program Design
Information System and Management
CSC128 FUNDAMENTALS OF COMPUTER PROBLEM SOLVING
Types and components of a computer system
Chapter 1 The Systems Development Environment
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Computer Electronic device Accepts data - input
Programming Logic and Design Eighth Edition
Introduction to Computers
Presentation transcript:

COMPONENTS OF A COMPUTER A Computer is used to process data and a data processing system consists of more than just machines. A computer system must contain:- HARDWARE SOFTWARE HUMANWARE OPERATIONAL PROCEDURE

COMPONENTS OF A COMPUTER 1. HARDWARE Hardware refers to machines or physical equipment that performs the basic functions of the data processing cycle. Printer, Keyboard, Mouse etc. 2. SOFTWARE A Program is a sequence of instructions, which directs a computer to perform certain functions. Programs are referred to as software. Software is generally categorized as System Software Application Software

COMPONENTS OF A COMPUTER System Software: Consists of programs that help the use of a computer. These programs perform tasks as organizing and maintaining data files, translating programs written in programming languages to a language acceptable to the computer etc. Application Software Includes programs to perform user applications. A computer program for preparing results of a public examination is an example of applications software.

COMPONENTS OF A COMPUTER 3. HUMANWARE Humanware refers to the persons who design program, and operate a computer. Three principal positions for a large computer installation are System Analyst: Main task is to study information systems and their processing requirements. They defines the applications problem, determines system specifications, recommends hardware and software and design information processing procedures. Programmer: Code or prepare programs based on the specifications made by the systems analysts. Computer Operator: Performs a series of well-defines tasks to keep the computer operation at maximum efficiency.

COMPONENTS OF A COMPUTER 4. OPERATIONAL PROCEDURES Operations of a data processing center require an extensive and clearly defined set of procedures for performing the essential functions. These functions generally include obtaining, preparing, and entering data into the computer, processing jobs, initiating new programs and changing or deleting old ones etc.

CHARACTERISTICS OF COMPUTER VOLUME OF DATA ACCURACY REPETITIVENESS COMLEXITY SPEED COMMON DATA

LIMITATIONS OF COMPUTER No Self Intelligence No Decision-Making power No learning power Can't do anything without human instructions Can’t do any adjustment as human being an do

INFORMATION PROCESSING CYCLE The sequence of events in processing information, which includes- Input—entering data into the computer. Processing—performing operations on the data. Output—presenting the results. Storage—saving data, programs, or output for future use. These processes work together and repeat over and over.

INFORMATION PROCESSING CYCLE