An Overview of the Computer System

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

The Shapes of Computers Today
Types and components of computer systems
An Overview of the Computer System
Chapter 1:Introduction to the world of computers
Introduction to Computers Introduction to Computers Systems Peter Norton, Fifth Edition (2003), Glencoe Capítulo 1A MC José Antonio García Dávila Facultad.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Computer Hardware.
Business Technology Applications Computer Basics.
Computer Systems – Hardware
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
 Prof. Dr. M. H. Assal Introduction to Computer AS 15/10/2014.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All Rights Reserved. Introduction to Computer Essentials.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Information Technology, the Internet, and You
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Introduction to Computer Terminology
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Introduction to Computers Section 1A. home Definition of a Computer A computer is an electronic device used to process data, converting the data into.
計算機概論 Course Number: Credits: 3 Time: Monday 2, 3, 4 (9:10AM-12:10PM) Classroom: New CSIE Classroom 102 Classification: Required for CSIE freshmen.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
Introduction to Computers
Introduction to Computers
CLASSIFICATION OF COMPUTERS
Flash Cards Computer Technology.
Computer & Communications Systems Software Development Unit 1.
An Overview of the Computer System
An Overview of Using Computers
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
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,
B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application.
Introduction to Information Technology Chapter 1 Mind Tools for Your Future.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Chapter 1 Intro to Computer Department of Computer Engineering Khon Kaen University.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
6/4/ Key components of the computer Classification of computers based on Purposes Classification of computers based on Signals Classification of.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Introduction to Computer Systems
Unit 30 Digital Graphics BTEC Level 3 Welcome Back !! Anne Sewell.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
1 11 CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Parts of the Computer System
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:
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
According to Technology According to Purpose
Looking Inside the Computer System
Information Technology Basics. Introduction to Information Technology 2 Is this really all that important to know ? Server Program Client Network CPU.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education 1A-1 Chapter 1 Introducing Computer Systems Instructor.
Chapter 1: Computer Basics Learning Objectives: Understand the purpose and elements of information systems Recognize the different types of computers Distinguish.
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
1 CSE 101 Lesson - 1 An Over view on Computer System Summer 2011.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
An Overview of the Computer System
Computer Hardware and Software
Principles of Information Technology
Types of Computers & Computer Hardware
Types of Computers & Computer Hardware
Computers Are Your Future
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
The Shapes of Computers Today
Computer Hardware.
COMPUTER FUNDAMENTALS i
The Shapes of Computers Today
Presentation transcript:

An Overview of the Computer System essential concepts lesson 1 An Overview of the Computer System

This lesson includes the following sections: The Computer System Defined Hardware: The Nuts and Bolts of the Machine Software: Bringing the Machine to Life The Shapes of Computers Today

The Computer System Defined A computer is an electronic device used to process data, converting data into information that is useful to people. A complete computer system includes four distinct parts: Hardware Software Data User

The Computer System Defined - Hardware: The Nuts and Bolts of the Machine Types of Hardware The CPU Memory How Memory is Measured Input and Output Devices Storage Devices

Hardware: The Nuts and Bolts of the Machine - Types of Hardware A computer’s hardware devices are categorized as follows: Processor Memory Input and Output (I/O devices) Storage devices

Hardware: The Nuts and Bolts of the Machine - The CPU The procedure that transforms raw data into useful information is called processing. This function is divided between the computer’s processor and memory. The processor is also called the central processing unit (CPU). It manages all devices and performs the actual processing of data. The CPU consists of one or more chips attached to the computer’s main circuit board (the motherboard).

Central Processing Unit

Hardware: The Nuts and Bolts of the Machine - Memory Memory also consists of chips attached to the motherboard. Memory holds data and program instructions as the CPU works with them. This memory is called Random Access Memory (RAM). The CPU can find any piece of data in RAM, when it needs it for processing. RAM is volatile, meaning it holds data only when the power is on. When the power is off, RAM's contents are lost.

Random Access Memory

Hardware: The Nuts and Bolts of the Machine – How Memory is Measured The smallest usable unit of measure for memory is the byte – the amount of memory required to hold one character, like the letter A or the numeral 2. Computers work with larger chunks of data, measured in multiple bytes, as shown below: Unit Approx. Value Actual Value (bytes) (bytes) Kilobyte (KB) 1,000 1,024 Megabyte (MB) 1,000,000 1,048,576 Gigabyte (GB) 1,000,000,000 1,073,741,824 Terabyte (TB) 1,000,000,000,000 1,099,511,627,776

Hardware: The Nuts and Bolts of the Machine – Input and Output Devices Input devices accept data and instructions from the user or from another computer system. The keyboard and mouse are examples of input devices. Output devices return processed data back to the user or to another computer system. The printer and monitor are examples. Communications devices (such as modems and network interface cards) perform both input and output, allowing computers to share information.

Hardware: The Nuts and Bolts of the Machine - Storage Devices Storage devices hold data not currently being used by the CPU. Data is commonly stored on a magnetic or optical disk. Each type of disk uses a special medium for storing data on its surface. A disk drive is a device that reads data from and writes data to a disk. Most new computers feature a floppy disk drive, a hard disk drive, and an optical disk drive. The most common optical storage devices are CD-ROM and DVD-ROM drives.

Software: Bringing the Machine to Life What is Software? System Software Application Software

Software: Bringing the Machine to Life – What is Software? Software is a set of electronic instructions that tells the computer how to do certain tasks. A set of instructions is often called a program. When a computer is using a particular program, it is said to be running or executing the program. The two most common types of programs are system software and application software.

Software programs create useful output

Software: Bringing the Machine to Life – System Software System software exists primarily for the computer itself, to help the computer perform specific functions. One major type of system software is the operating system (OS). All computers require an operating system. The OS tells the computer how to interact with the user and its own devices. Common operating systems include Windows, the Macintosh OS, OS/2, and UNIX .

Software: Bringing the Machine to Life - Applications Application software tells the computer how to accomplish tasks the user requires, such as creating a document or editing a graphic image. Some important kinds of application software are: Word processing programs Spreadsheet software Database management Presentation programs Graphics programs Networking software Web design tools and browsers Internet applications Communications programs Utilities Entertainment and education Multimedia authoring

The Shapes of Computers Today Supercomputers Mainframe Computers Minicomputers Workstations Microcomputers, or Personal Computers

The Shapes of Computers Today - Supercomputers Supercomputers are the most powerful computers. They are used for problems requiring complex calculations. Because of their size and expense, supercomputers are relatively rare. Supercomputers are used by universities, government agencies, and large businesses.

Cray T90 Supercomputer

The Shapes of Computers Today - Mainframe Computers Mainframe computers can support hundreds or thousands of users, handling massive amounts of input, output, and storage. Mainframe computers are used in large organizations where many users need access to shared data and programs. Mainframes are also used as e-commerce servers, handling transactions over the Internet.

Mainframe System

The Shapes of Computers Today - Minicomputers Minicomputers are smaller than mainframes but larger than microcomputers. Minicomputers usually have multiple terminals. Minicomputers may be used as network servers and Internet servers.

Minicomputer

The Shapes of Computers Today – Workstations Workstations are powerful single-user computers. Workstations are used for tasks that require a great deal of number-crunching power, such as product design and computer animation. Workstations are often used as network and Internet servers.

The Shapes of Computers Today – Microcomputers, or Personal Computers Microcomputers are more commonly known as personal computers. The term "PC" is applied to IBM-PCs or compatible computers. Full-size desktop computers are the most common type of PC. Notebook (laptop) computers are used by people who need the power of a desktop system, but also portability. Handheld PCs (such as PDAs) lack the power of a desktop or notebook PC, but offer features for users who need limited functions and small size.

Handheld PC Philips Velo 500

lesson 1 review Essential concepts Name the four parts of a computer system. Identify four types of computer hardware. List five units of measure for computer memory and storage. Differentiate the two main categories of computer software. Differentiate the five most common types of computer systems.