Chapter (3) - Computer Hardware
Chapter (3) - Computer Hardware
3.1 Introduction
○ All types of computers follow the same basic logical structure and perform the following five basic
operations for converting input data into information useful to their users.
2
Chapter 3 : Computer Hardware
3.1 Introduction
○ Computer System is the integration of:
3
Chapter 3 : Computer Hardware
3.1 Introduction
○ Hardware: defined as the physical part or component of a computer system which can be felt,
seen, and touched.
4
Chapter 3 : Computer Hardware
5
Chapter 3 : Computer Hardware
Computer Inputs
6
Chapter 3 : Computer Hardware
7
Chapter 3 : Computer Hardware
○ Extended keyboard: include standard keyboard plus navigation keys (arrows, page up/down, etc.) and a
numeric keypad.
Standard Extended
8
Chapter 3 : Computer Hardware
9
Chapter 3 : Computer Hardware
10
Chapter 3 : Computer Hardware
11
Chapter 3 : Computer Hardware
English Typing
When the Wisdom speaks, be silent. Do not waste your candle when the sun is there.
الكتابة بالعربية
والحكيم يُعرف من اسئلته، الذكي يُعرف من اجاباته
12
Chapter 3 : Computer Hardware
E A
Desktop F O Print
D + + + P
+
+ + New
Italic
I + + N
+ +
Underline U +
CTRL
+
S Save
+ +
B + + w
■ Then, you press any letter key in addition Bold Z X Close
V C
Window
13
Chapter 3 : Computer Hardware
14
Chapter 3 : Computer Hardware
15
Chapter 3 : Computer Hardware
16
Chapter 3 : Computer Hardware
17
Chapter 3 : Computer Hardware
18
Chapter 3 : Computer Hardware
19
Chapter 3 : Computer Hardware
20
Chapter 3 : Computer Hardware
21
Chapter 3 : Computer Hardware
22
Chapter 3 : Computer Hardware
23
Chapter 3 : Computer Hardware
24
Chapter 3 : Computer Hardware
25
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=71_8NHHD8OI&t=93s 26
Chapter 3 : Computer Hardware
○ An MICR reader:
■ Converts characters into a form the computer can process
■ Banking industry uses MICR for check processing
■ Used to verify the legitimacy or originality of documents, especially checks.
○ Special ink, which is sensitive to magnetic fields, is used in the printing of certain characters on
the original documents. Information can be encoded in the magnetic characters.
○ The MICR characters pre-printed on the check represent the bank routing number, customer
account number, and check number. The amount of the check in the lower-right corner is added
27
after the check is cashed.
Chapter 3 : Computer Hardware
28
Chapter 3 : Computer Hardware
29
Chapter 3 : Computer Hardware
30
Chapter 3 : Computer Hardware
31
Chapter 3 : Computer Hardware
32
Chapter 3 : Computer Hardware
33
Chapter 3 : Computer Hardware
34
Chapter 3 : Computer Hardware
35
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=JEVurb1uVFA&t=275s
36
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=0PKFQciUWBU
37
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=bcTzyx35odY
39
Chapter 3 : Computer Hardware
40
Chapter 3 : Computer Hardware
41
Chapter 3 : Computer Hardware
42
Chapter 3 : Computer Hardware
43
Chapter 3 : Computer Hardware
44
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=HB4I2CgkcCo
45
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=b2pd3Y6aBag
47
Chapter 3 : Computer Hardware
48
Chapter 3 : Computer Hardware
1: print (Hello!)
2: Go to 1
49
Chapter 3 : Computer Hardware
50
Chapter 3 : Computer Hardware
Memory size commonly is measured in megabytes (MB), gigabytes (GB) or terabytes (TB)
51
Chapter 3 : Computer Hardware
Loses its content when power is off Does not Lose content when power is removed
DRAM SRAM
Dynamic RAM Static RAM
52
Chapter 3 : Computer Hardware
■ Cache Memory: is a type of (RAM) that a (CPU) can access more quickly than it can access regular
RAM.
The CPU processes data looks first in the cache memory, and if finds the data there, it does not
have to do the more time-consuming reading of data from larger memory (RAM)
■ Access time: is the amount of time it takes the processor to read from memory, which is measured
53
in nanoseconds.
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=c3m9r62jMS8
54
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=PVad0c2cljo
55
Chapter 3 : Computer Hardware
https://www.youtube.com/watch?v=yi0FhRqDJfo
56
Chapter 3 : Computer Hardware
57
Chapter 3 : Computer Hardware
58
Chapter 3 : Computer Hardware
■ The address bus: Transfers information about where data should go.
■ The data bus: Transfers instructions coming from or going to the processor. (Transfers actual data).
■ The control bus: holds the control and timing signals needed to coordinate all of the computer’s
activities.
59
Chapter 3 : Computer Hardware
60
Chapter 3 : Computer Hardware
61
Chapter 3 : Computer Hardware
62
Chapter 3 : Computer Hardware
63
Chapter 3 : Computer Hardware
64
Chapter 3 : Computer Hardware
3.5 Storage
○ A storage medium, (secondary storage), is the physical material on which a computer keeps
data, information, programs, and applications.
RFID
Tag
65
Chapter 3 : Computer Hardware
3.5 Storage
○ Storage Operations
○ Writing: The process of transferring data, instructions, and information from memory to a storage.
○ Reading: The process of transferring these items from a storage medium into memory.
Writing
Memory Storage
Reading
66
Chapter 3 : Computer Hardware
3.5 Storage
○ Storage Capacity
○ Capacity is the number of bytes (characters) a storage medium can hold
■ We all remember that the smallest piece of information can be stored is a bit (0 or 1).
Capital A Representation
Bit (7) Bit (6) Bit (5) Bit (4) Bit (3) Bit (2) Bit (1) Bit (0)
0 1 0 0 0 0 0 1
67
Chapter 3 : Computer Hardware
3.5 Storage
○ Storage Capacity
68
Chapter 3 : Computer Hardware
3.5 Storage
○ Storage Capacity
○ Example1: How many Bytes in 15 Kbytes?
■ 15 𝐾𝐵 = 15 𝑥 210 = 15 𝑥 1024 = 15360 𝐾𝐵
69
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ Hard Disk Drive (HDD): is a storage device that contains one or more inflexible, circular platters
that use magnetic particles to store data. Depending on how the magnetic particles are aligned,
they represent either a 0 bit or a 1 bit.
70
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ How do Hard Disk work:
https://www.youtube.com/watch?v=wteUW2sL7bc&t=1s
71
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ Operations applied on Hard Disk:
■ Defragmentation: Rearranging Clusters to enhance performance
■ Partitioning: divide the hard disk into separate areas called partitions; each partition functions as if it
were a separate hard disk drive.
■ Formatting: The process of preparing the disk to be used (read/write). It erases the FAT
72
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ Optical Laser Disks is a type of storage medium that consists of a flat, round, portable disc made
of metal, plastic, and lacquer that is written and read by a laser
73
https://www.youtube.com/watch?v=H-jxTzFrnpg
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ Solid-State Drive (SSD) is a flash memory storage device that contains its processor to manage its
storage.
https://www.youtube.com/watch?v=5Mh3o886qpg&t=487s 74
Chapter 3 : Computer Hardware
3.5 Storage
○ Types of mass storage devices and media
○ Cloud Storage is an Internet service that provides storage to computer or mobile device users
75
Chapter 3 : Computer Hardware
3.5 Storage
76
Chapter 3 : Computer Hardware
3.5 Storage
128 64 32 16 8 4 2 1
27 26 25 24 23 22 21 20
77
Chapter 3 : Computer Hardware
3.5 Storage
○ Computer Encoding Systems:
○ The ASCII (American Standard Code for Information Interchange) code is 7 Bits.
○ The ANSI (American National Standards Institute) code is 8 Bits
○ The Unicode is 16 Bits, 65536 characters, which includes most of the languages of the world
78
Computer Skills
Thank You
79