0% found this document useful (0 votes)
45 views

Summary 1

The document defines and describes the basic components of a computer system. It states that a computer system consists of hardware, software, data, and users. It then describes the main hardware components including the central processing unit (CPU), memory, and peripheral devices. The CPU contains the control unit, arithmetic logic unit (ALU), and registers. Memory is divided into random access memory (RAM) and read only memory (ROM). Common input devices include keyboards and mice, while common output devices include monitors and printers.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Summary 1

The document defines and describes the basic components of a computer system. It states that a computer system consists of hardware, software, data, and users. It then describes the main hardware components including the central processing unit (CPU), memory, and peripheral devices. The CPU contains the control unit, arithmetic logic unit (ALU), and registers. Memory is divided into random access memory (RAM) and read only memory (ROM). Common input devices include keyboards and mice, while common output devices include monitors and printers.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 42

Summary (Chapter 1,2,3)

CS100 (2010/2011)

What is a computer?
 A computer is a digital electronic device
that accepts data in one form and
processes it to produce data in another
form.
 More precisely…

 A computer is a device that works under a


control of a set of instructions (stored
programs), for storing and processing data
to produce information.
Department of Statistics and Computer Science, 2
Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Types of Modern-day Computers

 Computers can be classified according to


their usage, power and size
 Super Computers
 Mainframes
 Minicomputers
 Microcomputers
 Desktop computers
 Laptops / Notebooks
 Palmtops / Handheld computers
 Embedded computers

Department of Statistics and Computer Science, 3


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Super Computers…

IBM Blue Gene

The Columbia Supercomputer,


located at the NASA Ames Research
Center.
Cray Jaguar XT5 – (fastest supercomputer)

Department of Statistics and Computer Science, 4


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Mainframe computers…

Honeywell bull DSP7000 IBM Z10

Department of Statistics and Computer Science, 5


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Minicomputers…

DEC’s PDA

IBM AS/400 series

HP 3000

Department of Statistics and Computer Science, 6


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Microcomputers
 Computers with a microprocessor
 Various integrated circuits and elements of
those huge computers are replaces by a
single integrated circuit called a “chip”.
 Examples:
 Desktopcomputers, Video game consoles,
Laptops, palmtops, tablet PCs, and other
embedded computers are microcomputers.

Department of Statistics and Computer Science, 7


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

The parts of a Computer System


 A computer system consists of four basic
components
 HARDWARE

 SOFTWARE

 DATA

 USERS

Department of Statistics and Computer Science, 8


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

HARDWARE
 The parts that can be seen and touched.

SOFTWARE
 Is an organized set of instructions to perform specific tasks.

Department of Statistics and Computer Science, 9


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Inside the machine


CPU
Control
Unit

Arithmetic
&
Logic Unit

Registers
Peripheral
Memory Storage
Devices

System Bus

Department of Statistics and Computer Science, 10


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

The Microprocessor/Processor/ Central


Processing Unit (CPU)

 It performs the actual processing of data


and manages all other devices.
 The procedure that transforms raw data
into useful information is called
Processing.
Data Processing Information

A,B ADDITION A+B

Department of Statistics and Computer Science, 11


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Basic Components of a CPU


CPU
Control
 At the basic level, a
Unit microprocessor consists of:
Arithmetic  Control Unit (CU)
&
Logic Unit  Arithmetic and Logic Unit (ALU)
Registers
 Registers

Department of Statistics and Computer Science, 12


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Basic Components of a CPU …


 Control Unit
 It coordinates and controls all hardware operations,
main memory and the processor it self.

 ALU
 It carries out the basic
 Arithmetic Operations:
 Addition, Subtraction, Multiplication and division
 Logical Operations:
 AND, OR, NOT

 Registers
 Registers store the data and instructions temporarily
for the fast access of the ALU.
Department of Statistics and Computer Science, 13
Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Memory
 In a typical microcomputer the memory can be
divided into two parts:

RAM
 RAM: Random Access Memory

ROM  ROM: Read Only Memory

Department of Statistics and Computer Science, 14


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Peripheral Devices
 Input devices accept data and instructions from
the user or from another computer system.
 Ex: keyboard, mouse ...

 Output devices return processed data back to


the user or to another computer system.
 Ex: printer, monitor …

 Communication devices perform both input and


output operations allowing computers to share
information.
 Ex: modems and network interface cards …
Department of Statistics and Computer Science, 15
Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Input Devices
 Convert the input (Data or Instruction) to
the computer understandable format
(Electronic Signal).

Data / Instructions
Input 10010100
Interface Computer
Device

Department of Statistics and Computer Science, 16


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Types of Input Devices


 Keyboard
 Pointing Devices
 Microphone
 Scanner
 Touch Screen
 Light Pen
 Digitized Tablet
 POS Terminal
 Bar-Code Reader
 MICR
 OCR
 OMR
 Web Cams
Department of Statistics and Computer Science, 17
Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Output Devices
Converts computer understandable data
( electronic data – 1,0 s) into a human
understandable format (text, image, video,
sound).

Output “Hello”
Computer 10101101
Interface
Device

Department of Statistics and Computer Science, 18


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Types of Outputs and Devices


 Soft Copy Output
 Monitors

 MultimediaProjectors
 Sound Systems

 Hard Copy Output


 Printers

 Plotters

Department of Statistics and Computer Science, 19


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Communication Devices

 Modems

 Network Cards

Department of Statistics and Computer Science, 20


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Modems (modulator and demodulator )

 Used to communicate over telephone lines

Telephone line

Digital Digital
Computer signal Computer
signal
1 Modem 1 Modem 2 2

Analog signal

Department of Statistics and Computer Science, 21


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Network Card/Adapter
 Interface between the computer and the
network.

Computer
Network Network card

Department of Statistics and Computer Science, 22


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Storage Devices
 Storage devices store data permanently
(hold data, even when the computer is
turned off)
 Capacity is measured in bytes to terabytes

 There are three types of storage devices


 Magnetic storage devices
 Optical storage devices

 Other storage devices

Department of Statistics and Computer Science, 23


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Types of magnetic storage


 Hard disks

 Diskettes (Floppy diskettes / Zip diskettes)

 Magnetic tapes

Department of Statistics and Computer Science, 24


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Optical Storage Devices


 Compact Disc Read-Only Memory
(CD-ROM)
 CD-Recordable (CD-R)
 CD-Rewritable (CD-RW)

 Digital Video Disc Read-Only Memory /


Digital Versatile Disc Read-Only Memory
(DVD-ROM)

Department of Statistics and Computer Science, 25


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Other Types
 Flash Memory (Memory Stick, Pen Drives, Thumb
Drives, USB Keys )
 Use an electronic chip to store data
 Capacity : 64MBs – 256 GBs

Department of Statistics and Computer Science, 26


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

Review Questions

Department of Statistics and Computer Science,


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

1. What is a computer?
A computer is a digital electronic
device that accepts data in one form
and processes it to produce data in
another form.

A computer is a device that works


under a control of a set of instructions
(stored programs), for storing and
processing data to produce information.

Department of Statistics and Computer Science, 28


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

2. What are the major types of


modern day computers
 Super Computers
 Mainframes
 Minicomputers
 Microcomputers

Department of Statistics and Computer Science, 29


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

3. What are the examples of


microcomputers
 Desktop computers
 Laptop computers

 Palmtop computers

 Game consoles

 Embedded computer systems

Department of Statistics and Computer Science, 30


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

4. What are the basic parts of any


computer system?
 Hardware
 Software

 Data

 Users

Department of Statistics and Computer Science, 31


Faculty of Science, University of Peradeniya.
5. What is meant by the Hardware
CS100 (2010/2011)

and Software of a computer


system?
 Hardware:
 The parts of a computer system that can
be touched.

 Software:
A of set of Programs consists of
organized set of instructions to perform
specific tasks.

Department of Statistics and Computer Science, 32


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

6. Draw a diagram to illustrate the


components inside a computer.
CPU
Control
Unit

Arithmetic
&
Logic Unit

Registers
Peripheral
Memory Storage
Devices

System Bus
Department of Statistics and Computer Science, 33
Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

7. What are the basic components of


a CPU?
CPU
Control
 At the basic level, a
Unit
microprocessor consists
Arithmetic
& of:
Logic Unit  ControlUnit (CU)
Registers  Arithmetic and Logic Unit
(ALU)
 Registers

Department of Statistics and Computer Science, 34


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

8. What are the two types of memory


used in microcomputers?
 RAM - Random Access Memory

 ROM - Read Only Memory

Department of Statistics and Computer Science, 35


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

9. Why does the RAM is considered


as a “Volatile Memory” ?
 Because, when the power is off the
content stored in the RAM is lost.

Department of Statistics and Computer Science, 36


Faculty of Science, University of Peradeniya.
10. What are the 3 types of peripheral
CS100 (2010/2011)

devices? Specify the purpose of


each of those devices.
 Input devices
 accept data and instructions from the
user or from another computer system.
 Output devices
 returnprocessed data back to the user or
to another computer system.
 Communication devices
 perform both input and output operations
allowing computers to share information.
Department of Statistics and Computer Science, 37
Faculty of Science, University of Peradeniya.
11. What are the two types of outputs
CS100 (2010/2011)

in a computer system? State


example devices for each type.
 Soft Copy Output
 Monitors

 MultimediaProjectors
 Sound Systems

 Hard Copy Output


 Printers

 Plotters

Department of Statistics and Computer Science, 38


Faculty of Science, University of Peradeniya.
12. What are the two types of
CS100 (2010/2011)

computer monitors which are


widely in use?
 CRT

 Flat Panel

Department of Statistics and Computer Science, 39


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

13. State two devices that are used to


communicate between computers.
 Modem

 Network Card (Network Interface Card)

Department of Statistics and Computer Science, 40


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

14. What is the purpose of using


Storage Devices?
 Storage devices are used to store
data permanently.

Department of Statistics and Computer Science, 41


Faculty of Science, University of Peradeniya.
CS100 (2010/2011)

15. State three types of storage devices


that are widely in use. Give examples
of each type.
 Magnetic storage devices
 Hard
disks, Floppy diskettes, Zip diskettes,
Magnetic Tapes

 Optical storage devices


 CD, DVD, Blu-Ray Discs

 Other storage devices


 Flash drives, Memory cards
Department of Statistics and Computer Science, 42
Faculty of Science, University of Peradeniya.

You might also like