Lecture 1 To Lecture 5
Lecture 1 To Lecture 5
Week 1
Lecture 1
In details
Definition of a Computer
A computer is an electronic device used to process data, converting the
data into information that is useful to people.
A computer is a machine that stores data (numbers, words, pictures ),
interact with devices (monitor, printer, sound system), and execute
programs.
Hardware
Software
Users
Data
Roksana Khandoker 8
Computers Consist of Four Parts
Data: Data consists of raw facts, which the computer stores and
reads in the form of number. Data can consist of letters, numbers,
sounds, or images.
Examples of Hardware
Roksana Khandoker 9
Processor
Memory
Input and output devices
Storage
Processing
The procedure that transforms raw data into useful information is called
processing
The processor and memory perform this transformation,
Processor
The computer’s brain, which organizes and carries out instructions from
either the user or the software.
It is commonly known as the ‘chip’ or, more correctly, the central
processing unit (CPU).
CPU’s Two Basic Parts:
Control unit
Arithmetic logic unit
CPU has two basic components: the control unit and the
arithmetic-logic unit.
Roksana Khandoker 11
Motherboard
Input Devices
Accept data and instructions from the user or from another computer
system.
Most common input devices are –
Keyboard
Mouse
Roksana Khandoker 12
Storage
Holds data permanently
Secondary storage
Secondary storage devices hold data and programs even after electrical
power to the computer system has been turned off. The most important
kinds of secondary media are floppy, hard, and optical disks. Optical
disks – Compact discs (CDs), and Digital Versatile (or Video) Discs
(DVDs).
Software
Week 3
Lecture 2
Supercomputers
Mainframe computers
Minicomputers
Workstations
Roksana Khandoker 14
Microcomputers, or personal computers
Personal Computers
Computer Architecture
Roksana Khandoker 16
Computer architecture refers to the design and construction of
a computer.
Architecture broadly classified by considering two
characteristics: what the computer uses for power and how the
computer physically represents, processes, stores, and moves
data.
Most modern computers are electronic devices, that is, they are
powered by electricity.
Modern computer uses electrical signals and circuits to
represent, process, and move data.
Data Representation
What is a byte?
Eight bits grouped together as a unit
Provides enough different combinations of 0s and 1s to
represent 256 individual characters
Numbers
Uppercase and lowercase letters
Punctuation marks
Roksana Khandoker 17
How to convert a decimal number to binary number?
Roksana Khandoker 18
WEEK 3
Lecture 3
Roksana Khandoker 19
Computer related Hardware details:
o Computer on/off. Desk top Environment:
o System unit – Mother board, Microprocessor, Hard disk drive
o Memory, Expansion card. Power supply unit.
Input Devices
Input devices are hardware used to translate words, sounds, images, and
actions
that people understand into a form that the system unit can process.
Keyboard: The keyboard is a way to input letters or numbers into
different
applications or programs. A keyboard also has special keys that help
operate
the computer.
Mouse (pointing device): The mouse is used to open and close files,
navigate
web sites, and click on a lot of commands (to tell the computer what to
do) when
using different applications.
Roksana Khandoker 20
Types of mouse:
a) Mechanical mouse- It has a ball on the bottom and is
attached with a cord to the system and need mouse pad to move the
mouse.
b) Optical mouse – It emits and senses light to detect mouse
movement. It can be used in any surface.
c) Cordless or wireless mouse – This is a battery powered
device that typically uses radio waves or infrared light waves to
communicate with the system unit.
Three devices similar to a mouse are – trackballs, touch pad,
and pointing sticks.
Roksana Khandoker 21
Stylus (pointing device) – A stylus is a pen-like device commonly
used with
tablet PCs and PDAs (Personal Digital Assistants). A stylus uses
pressure to
draw images on a screen. A stylus interacts with the computer through
handwritten recognition software which translates handwritten notes into
a form that the system unit can process.
Roksana Khandoker 22
Audiovisual Input Devices
Output
• What is output?
• Output is processed data or information.
• Output is data that has been processed into useful form,
called information.
• The most common types of output are text, graphics, audio,
& video.
Types of Output
• Common types of output
• Text – letters, words, sentences, and paragraphs.
Newsletters, flyers, and reports are all text documents.
• Graphics – images and pictures.
• Audio – sounds within the human hearing range.
• Video – moving images.
Display Devices
Roksana Khandoker 23
• What is a display device?
• Any hardware used to provide or to create output from the
computer.
• Output devices visually convey information.
• Monitors and printers are most widely used output devices.
Monitor
Types of Monitor
CRT Monitor :
Called Cathode-ray tube.
The most common type of monitor.
Has low price and excellent resolution.
Bulky and occupy a considerable amount of space.
Flat panel monitor :
Also known as liquid crystal display (LCD).
Take less desk space.
Requires less power than CRT.
Two types: Passive-matrix or dual-scan monitor, and
Active-matrix or thin film transistor (TFT).
Data projector
What is a data projector?
Roksana Khandoker 25
Device that takes text and images from computer screen and
projects them onto larger screen
Printers
Impact printer that produces printed images when tiny
wire pins strike ribbon
Impact printer forms characters by striking
mechanism against inked ribbon that contacts paper
Printers
Roksana Khandoker 26
What is an ink-jet printer?
A type of non-impact printer that sprays tiny drops of
liquid ink onto paper
Non-impact printer forms characters and graphics
without striking paper
Prints in black-and-white or color on a variety of paper
types
Roksana Khandoker 27
• What is a plotter?
• Sophisticated printer used to produce high-quality drawings.
• Large-format printer creates photo-realistic-quality
color prints.
Roksana Khandoker 28
WEEK 4
Lecture 4
Microcomputer Hardware
System Unit
Some other components are:-
Motherboard - The motherboard is the main circuit board of a
microcomputer. It is also known as the main-board or system board.
Roksana Khandoker 29
Bus - A bus is an electronic line that allows 1s and 0s to move
from one place to another.
Expansion Slots –Expansion slots appear on the
motherboard. They are sockets into which adapters are connected
Port - Connecting socket on the outside of the system unit. Used
to connect input and output devices to the system unit.
• What is a chip?
• Small piece of semi-conducting material on which integrated
circuits are etched
• Integrated circuits contain many microscopic pathways
capable of carrying electrical current
• Chips are packaged so they can be attached to a circuit board
Processor
What are dual-core and multi-core processors?
A dual-core processor is a single chip that contains two
separate processors
A multi-core processor is a chip with two or more
separate processors
Each processor on a dual-core/multi-core chip generally
runs at a slower clock speed, but increase overall performance
What is a register?
Temporary high-speed storage area that holds
data and instructions
• What is cache?
Roksana Khandoker 30
• Helps speed computer processes by storing frequently
used instructions and data
• Also called memory cache
• L1 cache built into processor
• L2 cache slower but has larger capacity
• L2 advanced transfer cache is faster, built directly on
processor chip
• L3 cache is separate from processor chip on
motherboard (L3 is only
on computers that use L2 advanced transfer cache)
Roksana Khandoker 31
Ports and Connectors
Roksana Khandoker 32
• What is a parallel port?
• Connects devices that can transfer more than one bit at a
time, such as a printer
Storage
• What is storage?
• Also called secondary storage
• Holds data, instructions, and information for future use
• Storage medium is physical material used for storage
Storage
• How does volatility compare?
Storage medium is nonvolatile—contents retained when power is off
Memory is volatile—holds data and instructions temporarily
Magnetic Disks
Roksana Khandoker 33
What are tracks and sectors?
Optical Discs
• What is a CD-ROM?
• Compact disc read-only memory
• Cannot erase or modify contents
• Typically holds 650 MB to 1 GB
• Commonly used to distribute multimedia and complex
software
Roksana Khandoker 34
• What are CD-Rs and CD-RWs?
Roksana Khandoker 36
WEEK 5
Lecture 5
Properties
Computer networks:
Facilitate communications
Using a network, people can communicate efficiently and easily
via email, instant messaging, chat rooms, telephone, video
telephone calls, and video conferencing.
Permit sharing of files, data, and other types of information
In a network environment, authorized users may access data and
information stored on other computers on the network. The
capability of providing access to data and information on shared
storage devices is an important feature of many networks.
Share network and computing resources
In a networked environment, each computer on a network may
access and use resources provided by devices on the network, such
as printing a document on a shared network printer. Distributed
computing uses computing resources across a network to
accomplish tasks.
May be insecure
Roksana Khandoker 37
A computer network may be used by computer hackers to deploy
computer viruses or computer worms on devices connected to the
network, or to prevent these devices from normally accessing the
network (denial of service).
May interfere with other technologies
Power line communication strongly disturbs certain forms of radio
communication, e.g., amateur radio. It may also interfere with last
mile access technologies such as ADSL and VDSL.
May be difficult to set up
A complex computer network may be difficult to set up. It may
also be very costly to set up an effective computer network in a
large organization or company.
Roksana Khandoker 38