 Definition of computer Definition of computer  Block diagram of computer Block diagram of computer  Components of computer - Input DevicesInput Devices.

Slides:



Advertisements
Similar presentations
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
Advertisements

Types and components of computer systems
Computer Hardware Components: CPU, Memory, and I/O
P3- Represent how data flows around a computer system
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
INTRODUCTION OF COMPUTER
The Computer Continuum1-1 Unit 2 Basic Operations, Network, and Technology Concepts Computer Hardware Components: CPU, Memory, and I/O What is the typical.
COMPUTER SYSTEM CAN BE DIVIDED INTO : 1- General Computer 2- Special Computer.
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
What Is A Computer System?
Introduction to Computers
Computer Hardware.
11-1 Display Technologies Hi-resolution displays come in two types: –Each takes an input signal and creates a visible image Cathode ray tube (CRT) - Streams.
Objective 2.01A: Classify Computer Components
Introduction to Computers Section 1A. home Definition of a Computer A computer is an electronic device used to process data, converting the data into.
Computer Fundamentals
Teaching and Learning with Technology  Allyn and Bacon 2002 Introduction to Personal Computers in the Classroom Chapter 3 Teaching and Learning with Technology.
Storage.
Introduction to computers. What is a personal computer? Capacity: Large hard disks combined with a large working memory (RAM) Speed: Fast. Normally measured.
The Computer Continuum1-1 Chapter 3: Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today?
Chapter 3 Computer Hard ware
Teaching and Learning with Technology  Allyn and Bacon 2005 Teaching and Learning with Technology  Allyn and Bacon 2002 Teaching and Learning with Technology.
Configuration.
2nd Meeting Computer Essential. Can you named these parts of computer?
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
Intro to Computers Computer Apps 1.
PTI Semester Ganjil Materi  Hardware Computer  Software.
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.
Block diagram of basic computer By Christabel 10QPL Central processing unit (CPU) Storage devices Output devices Input devices.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
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 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Introduction to Computer Systems
What about computer Input Device Output and Display device Digital storage device Processing Componen ts
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
TechnoSpecialist Computers Information Package By Troy Rayner.
Made by: Our Expert team It is an output device which displays information like television. The picture of on a monitor is made of tiny coloured.
Hardware and Software Computer System
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1-1 Computer Hardware Components CPU Memory I/O. 2 Computer Hardware Components n Contents: The five stage computer model CPU Memory on chips and memory.
Hardware and Software Computer System. The Computer Continuum3-2 Basic Concepts of Computer Hardware  This model of the typical digital computer is often.
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
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.
Computer Architecture and Number Systems
Introduction to Computers
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
An Overview of the Computer System
Computer Hardware …. CPU, Memory, and I/O
Introduction to Computers
Introduction to Computers
An Overview of the Computer System
Computer Based Technology:
Introduction to Computers
Computer Hardware Components: CPU, Memory, and I/O
Logical Computer System
COMPUTER FUNDAMENTALS i
Chapter 3: Computer Hardware Components: CPU, Memory, and I/O
Computer Electronic device Accepts data - input
4. Computer system.
Introduction to Computers
Presentation transcript:

 Definition of computer Definition of computer  Block diagram of computer Block diagram of computer  Components of computer - Input DevicesInput Devices - CPUCPU - StorageStorage - Output devicesOutput devices

 Computer is an electronic device that converts raw facts into useful information.  It takes the input from the user, process it, store & finally display back the result to the user. BACK

 This model of the typical digital computer is often called the von Neumann computer. ◦ Programs and data are stored in the same memory: primary memory. ◦ The computer can only perform one instruction at a time. CPU (Central Processing Unit) Input Units Output Units Primary Memory BACK

 Input/Output (I/O): Refers to the process of getting information into and out of the computer. ◦ Input: Those parts of the computer receiving information to programs. ◦ Output: Those parts of the computer that provide results of computation to the person using the computer.

 The four most important characteristics of storage devices: ◦ Speed and access time ◦ Cost / Removable versus non-removable ◦ Capacity ◦ Type of access BACK

 The Central Processing Unit ( CPU) ◦ Often referred to as the “brain” of the computer. ◦ Responsible for controlling all activities of the computer system. ◦ The three major components of the CPU are: 1. Arithmetic Unit =Computations performed. Accumulator (Results of computations kept here) 2. Control Unit =has two locations where numbrs are kept Instruction Register : Instruction placed here for analysis Program Counter : Which instruction will be performed next 3. Instruction Decoding Unit =Decodes the instruction BACK

 Primary storage or memory: Is where the data and program that are currently in operation or being accessed are stored during use. ◦ Consists of electronic circuits: Extremely fast and expensive. ◦ Two types:  RAM (non-permanent)  Programs and data can be stored here for the computer’s use.  Volatile: All information will be lost once the computer shuts down.  ROM (permanent)  Contents do not change.

◦ Two types:  RAM (non-permanent)  Programs and data can be stored here for the computer’s use.  Volatile: All information will be lost once the computer shuts down.  ROM (permanent)  Contents do not change. BACK

 Output units store and display information (calculated results and other messages) for us to see and use. ◦ Floppy disk drives and Hard disk drives. ◦ Display monitors: Hi-resolution monitors come in two types:  Cathode ray tube (CRT) - Streams of electrons make phosphors glow on a large vacuum tube.  Liquid crystal display (LCD) - A flat panel display that uses crystals to let varying amounts of different colored light to pass through it.  Developed primarily for portable computers.

 Optical Disks: CD-ROM and DVD ◦ CD-ROM (Compact Disk - Read Only Memory)  By its definition, CD-ROM is Read Only.  Special CD drives “burn” information into blank CDs.  It takes longer to write to a CD-R than a hard drive.  Special software is needed to record. BACK