Lesson2 Perform Mensuration and Calculation
Lesson2 Perform Mensuration and Calculation
AJA19-0226
Name: Date:
Course: Section:
LESSON 2
LEARNING OUTCOMES:
At the end of this Lesson, you are expected to
do the following:
Definition of Terms
Bit - a fundamental unit of information having just two possible values, as either of the
binary digits 0 or 1.
Firewire - Apple Computer's version of a standard, IEEE 1394, High Performance Serial
Bus, for connecting devices to your personal computer.
Interface - the point of interaction or communication between a computer and any other
entity, such as a printer or human operator.
Laser - a device that emits light (electromagnetic radiation) through a process of optical
amplification based on the stimulated emission of photons.
Magnetic platter - a thin, high precision disk that is coated on both sides with a high
precision magnetic material and which is used in a hard disk drive
(HDD) to store data.
Memory module - a narrow printed circuit board that holds memory chips.
Magnetic storage media - any storage medium in which different patterns of magnetization
are used to represent stored bits or bytes of information
Operating system - a set of programs that manage computer hardware resources and
provide common services for application software.
Optical storage media - any storage in which data is written and read with a laser for
archival or backup purposes.
Acronyms
LEARNING OUTCOME 1
PERFORMANCE STANDARDS
Materials
1. Workshop
2. Tables and Chairs
3. Computers
4. LCD
5. Different types of Memory
6. Different types of Storage Devices
7. Paper
8. Pencil/Ballpen
Let us determine how much you already know about components in Computer
Hardware Servicing to be measured. Take this test.
Pretest LO 1
Direction. Match items on Column A with Column B. Write your answers on a separate
sheet of paper.
___ 2. A magnetic storage device that is installed B. Flash drive or Thumb drive
inside the computer.
___ 5. A storage device that uses lasers to read data E. Floppy drive
on the optical media.
___ 6. A storage device that uses removable 3.5- F. Random access memory
inch disks.
___ 9. Memory cells built right into the CPU that I. Hard drive
contain specific data needed particularly the
Arithmetic and Logic Unit.
MEMORY
Read-only memory (ROM) chips are located in the motherboard. ROM chips contain
instructions that can be directly accessed by the CPU. Basic instructions for booting the
computer and loading the operating system are stored in ROM. ROM chips retain their
contents even when the computer is powered down. The contents cannot be erased or
changed by normal means.
Random access memory (RAM) is the temporary storage for data and programs that are
being accessed by the CPU. RAM is volatile memory, which means that the contents are
erased when the computer is powered off. The more RAM in a computer, the more capacity
the computer has to hold and process large programs and files, as well as enhance system
performance.
Early computers had RAM installed in the motherboard as individual chips. The individual
memory chips, called dual inline package (DIP) chips, was difficult to install and often became
loose on the motherboard. To solve this problem, designers soldered the memory chips on a
special circuit board called a memory module.
Dual Inline Memory Module (DIMM) RAMBus Inline Memory Module (RIMM)
SIMMs have 30-pin and 72-pin configurations. DIMM is a circuit board that holds SDRAM, DDR
SDRAM and DDR2 SDRAM.
The speed of memory has a direct impact on how much data a processor can process because
faster memory improves the performance of the processor. As processor speed increases,
memory speed must also increase. For example, single-channel memory is capable of transferring
data at 64 bits. Dual-channel memory increases speed by using a second channel of memory,
creating a data transfer rate of 128 bits.
Double Data Rate (DDR) technology doubles the maximum bandwidth of SDRAM. DDR2 offers
faster performance while using less energy. DDR3 operates at even higher speeds than DDR2;
however, none of these DDR technologies are backward- or forward-compatible.
Even with a wide and fast bus, it still takes longer for data to get from the memory card to the CPU
than it takes for the CPU to actually process the data. Caches are designed to alleviate this
bottleneck by making the data used most often by the CPU instantly available. Registers are
memory cells built right into the CPU that contain specific data needed by the CPU, particularly
the Arithmetic and Logic Unit (ALU). An integral part of the CPU itself, they are controlled directly
by the compiler that sends information for the CPU to process.
STORAGE DRIVES
Storage drives read or write information on magnetic or optical storage media. The drive can
be used to store data permanently or to retrieve information from a media disk. Storage drives
can be installed inside the computer case, such as a hard drive. For portability, some storage
drives can connect to the computer using a USB port, a FireWire port, or an SCSI port. These
portable storage drives are sometimes referred to as removable drives and can be used on
multiple computers. Here are some common types of storage drives: Floppy drive, Hard drive,
Optical drive and Flash drive.
Floppy Drive
Hard Drive
Traditional hard drives are magnetic. Magnetic hard drives have drive motors designed to spin
magnetic platters and the drive heads. In contrast, the newer solid state drives (SSDs) do not
have moving parts. Because there are no drive motors and moving parts, the SSD uses far
less energy than the magnetic hard drive. Non-volatile flash memory chips manage all storage
on an SSD, which results in faster access to data, higher reliability, and reduced power usage.
SSDs have the same form factor as magnetic hard drives and use ATA or SATA interfaces.
SSDs can be installed as a replacement for magnetic drives.
Optical Drive
Hard drives and optical drives are manufactured with different interfaces that are used to
connect the drive to the computer. To install a storage drive in a computer, the connection
interface on the drive must be the same as the controller on the motherboard. Here are some
common drive interfaces:
Self-Check 1.1
Direction. Match items on Column A with Column B. Write your answers on a separate
sheet of paper.
_____2. Early drive controller interface that connects computers B. Flash drive or
and hard disk drives which an interface that uses a 40- Thumb drive
pin connector.
_____3. Temporary storage for data and programs that are being C. Read-only
accessed by the CPU. memory
_____4. A storage device that uses lasers to read data on the D. IDE
optical media.
_____5. A storage device that uses removable 3.5-inch disks. E. Floppy drive
_____6. Soldered the memory chips on a special circuit board. F. Random access
memory
_____7. A removable storage device that connects to a USB port. G. Optical drive
_____9. Memory cells built right into the CPU that contain I. Hard drive
specific data needed particularly the Arithmetic and
Logic Unit.
Count you number of correct answer out of the number of memory modules that
your teacher will present.
LEARNING OUTCOME 2
PERFORMANCE STANDARDS
Materials
1. Workshop
2. Tables and Chairs
3. Computers
4. LCD
5. Different types of Memory
6. Different types of Storage Devices
7. Paper
8. Pencil/Ballpen
Pretest LO 2
1) Convert 14 to binary.
DIGITAL REPRESENTATION
A bit can have only two possible values, a one digit (1) or a
zero digit (0). A bit can be used to represent the state of
something that has two states. For example, a light switch
can be either On or Off; in binary representation, these
states would correspond to 1 and 0, respectively.
Computers use binary codes to represent and interpret letters, numbers and special
characters with bits. A commonly used code is the American Standard Code for Information
Number: 9 = 00001001
Each group of eight bits, such as the representations of letters and numbers, is known as a
byte. Codes can be used to represent almost any type of information digitally: computer data,
graphics, photos, voice, video , and music.
To convert a decimal number to binary, all you have to do is divide the number by 2. Get the
quotient and the remainder. Bring down the quotient, divide it by 2, and get the quotient and
remainder again. Do it repeatedly until the quotient results to 0. Copy the remainder from
bottom to top, and that is the binary equivalent.
Example: 25
Quotient Remainder
25/2 12 1
12/2 6 0
6/2 3 0
3/2 1 1
1/2 0 1
25 = 11001
Checking: 1 1 0 0 1 multiplier
16 8 4 2 1 equivalents
16 8 0 0 1 results
16+8+1 = 25
While a bit is the smallest representation of data, the most basic unit of digital storage is the
byte. A byte is 8 bits and is the smallest unit of measure (UOM) used to represent data storage
capacity.
When referring to storage space, we use the terms bytes (B), kilobytes (KB), megabytes (MB),
gigabytes (GB), and terabytes (TB).
In general, when something is represented digitally, the greater the detail, the greater the
number of bits needed to represent it. A low-resolution picture from a digital camera will use
around 360KB, and a high-resolution picture could use 2 MB or more.
Kilobytes, megabytes, gigabytes, and terabytes are typically used to measure the size or
storage capacity of a device. Examples of components and devices that use byte storage
include: random access memory (RAM), hard disk drive space, CDs, DVDs, and MP3 players.
CDs have a data storage capacity of approximately 700 MB. DVDs have a data storage
capacity of approximately 4.3 GB on a single-layer disc, and approximately 8.5 GB on a dual-
layer disc. BDs have a storage capacity of 25 GB on a single-layer disc, and 50 GB on a dual-
layer disc.
Once we know the size of a file or folder, it is possible to determine the number of bytes being
used. For example:
A file is 20 KB in size
1 KB = 1,024 Bytes
How
\ Much Have You Learned?
Self-Check 2.1
Direction: Convert the decimal numbers shown below to binary. Perform checking to verify
answers.
1) 19
2) 28
3) 37
1. How many 60 KB jpg files can be stored on a 2 MB folder in your hard drive?
Interpretation of Scores
3 – Excellent
2 – Good
1 – Fair
0 – Poor
REFERENCES
LO1
• Ron Gilster, PC Repair Bench Book., Wiley Publishing Inc.,
10475 Crosspoint Boulevard, Indianapolis, IN 46256
• Barry Press, Marcia Press, PC Upgrade and Repair Bible,
Desktop Edition., Wiley Publishing Inc., 10475 Crosspoint
Boulevard, Indianapolis, IN 46256
• en.wikipedia.org
LO 2
• Ron Gilster, PC Repair Bench Book., Wiley Publishing Inc.,
10475 Crosspoint Boulevard, Indianapolis, IN 46256
• Barry Press, Marcia Press, PC Upgrade and Repair Bible,
Desktop Edition., Wiley Publishing Inc., 10475 Crosspoint
Boulevard, Indianapolis, IN 46256
• en.wikipedia.org