Technology and Livelihood Education: Computer System Servicing Quarter 1-Module 3 Performing Mensuration and Calculation
Technology and Livelihood Education: Computer System Servicing Quarter 1-Module 3 Performing Mensuration and Calculation
Technology and
Livelihood Education
COMPUTER SYSTEM SERVICING
Quarter 1-Module 3
PERFORMING MENSURATION
AND CALCULATION
This module is designed and written with you in mind. It is here to help
you measure different storage device applying the four (4) basic mathematical
operation and carry out mensuration and calculation. The scope of this module
permits it to be used in many different learning situations. The language used
recognizes the diverse vocabulary level of students. The lessons are arranged
to follow the standard sequence of the course.
After going through this module, you are expected to perform calculation
needed to complete task using the four mathematical fundamental operations addition
(+), subtraction (-), multiplication (x), and division (÷). (TLE_IACSS9-12PMC-IIb-d-11)
What I Know
Multiple Choice
Direction: Read the sentences carefully then choose the letter of the best
answer. Write the chosen letter on your TLE-CSS Activity note.
1. A measuring instrument that use moving pointer to display
rating.
a. Cable Tester b. Loopback Adapter
b. Logic probe d. Analog Multi-tester
2. A measuring instrument that indicates high digital and low
digital state.
a. Logic Probe b. Multi-tester
c. Digital tester d. Cable Tester
3. . Use digital display to display rating
a. Multi-tester b. Logic Probe
c. Cable Tester d. Digital Tester
4. Verify the electrical connections in a signal cable or other wired
assembly.
a. Digital Tester b. Analog Tester
c. Cable Tester d. Loopback Adapter
5. Primarily a means of testing / measuring he communications
infrastructure.
a. Cable Tester b. Loopback Adapter
c. Digital Tester d. Logic probe
6. The primary language for computers that is made up of only
two numbers: 0 and 1.
a. Bit b. Byte
c. Binary d. Decimal
7. Abbreviation of binary digit.
a. Bit b. Byte
c. Binary d. Decimal
8. A unit of computer data consisting of 8 bits.
a. Bit b. Byte
b. Binary d. Decimal
What’s In
On the previous module, you have defined and identified the different
components that need to be measured before we proceed installing or using
the storage devices.
Activity 1: Remember Me
Directions: Identify the following components. Write your answers on your TLE-
CSS Notebook.
1.
__________________________
2. __________________________
3. __________________________
4.
__________________________
5. _________________________
Lesson
Select Measuring Instruments
1
What’s New
On the previous module, you have defined and identified the different
storage device.
What is It
In this modules learning learn to identify the different measuring
instrument and its function in Computer System Servicing.
Measuring Instruments:
www.google.com.wikipedia.org
www.google.com.wikipedia.org
2. Cable Tester -
is an electronic device used to verify
the electrical connections in a signal
cable or other wired assembly.
Basic cable testers are continuity
testers that verify the existence of a
conductive path between ends of
the cable, and verify the correct
wiring of connectors on the cable
www.google.com.wikipedia.org
www.google.com.wikipedia.org
4. Logic Probe - is a hand-held test probe used for analyzing and
troubleshooting the logical states (boolean 0 or 1) of a digital circuit.
Logic probe / Digital logic tester is able to detect lines that are at the
digital or logic high state. The logic probe will indicate this typically with
an LED which is often coloured red. Logic low: The logic probe also is
able to indicate a logic or digital low often coloured green.
www.google.com.wikipedia.org
What’s More
Activity 2.
COLUMN A COLUMB B
____ 2. Cable Tester B. Indicates high digital and low digital state
What is It
Definition of Terms
Binary – the primary language for computers that is made up of only two
numbers: 0 and 1 (Computer Hope, 2019).
Considering the given table below, the first position is the rightmost cell and the
leftmost position is the last cell.
Position
7 6 5 4 3 2 1 0
(n-1)
Exponent
27 26 25 24 23 22 21 20
2(Position)
Value 128 64 32 16 8 4 2 1
Note: The first place should be 1 but since it is (n-1) subtracted by 1, it becomes
0.
To read a binary number, get the turn - ON value/s only and sum it up, no need
to include the turned-OFF value/s. For example:
Value 128 64 32 16 8 4 2 1
ON/OFF 0 0 0 0 0 0 0 1
0000 0001 = 1
Value 128 64 32 16 8 4 2 1
ON/OFF 0 0 0 0 0 1 0 1
0000 0101 = 5
The binary number 0000 0101 is equivalent to 5 because the turned-ON values
are: (ALWAYS START FROM THE RIGHT)
1 and 4
Number 5 and the “Value” in the tables are examples of decimal numbers, the
number system that we have known since we learned how to count numbers.
1 0000 0001
+ 2 + 0000 0010
---------------------------- ------------------------------------------------
3 0000 0011
Note: Each group of eight bits is known as a byte.
8 bits = 1 byte
That is how the computer represented the letters and numbers, and all
the data that you can see in the computer like images and videos.
Decimal to Binary Conversion
Rule: If the fraction is = ½ or .5, it is equivalent to 1.
In converting a decimal number to binary, all you have to do is:
1. Divide the number by 2.
2. Write the quotient and multiply the remainder by 2.
3. Divide the remainder by 2.
4. Repeat steps 2 and 3 until you get a quotient of 0.
5. Read the values of the remainder from the bottom to top. Write the
values to get the binary value of the decimal number.
Example:
Convert 19 to binary
For a more detailed discussion, watch this video through this link: ________
Checking:
There are two ways to check if the conversion is accurate.
Method 1: Binary Table
1. Create a binary table.
2. Input the binary value into the table properly. Each digit should be
entered on the correct column starting from right to the left.
Decimal 128 64 32 16 8 4 2 1
Binary
0 0 0 1 0 0 1 1
State
Binary Prefixes
Also called as prefix multipliers consisting of a one-letter abbreviation and the
prefix it stands for.
Unit Symbol Power of 2 (bytes) VALUE in Bytes
Kilobyte KB 210 1,204
Megabyte MB 220 1,048,576
30
Gigabyte GB 2 1,073,741,824
Terabyte TB 240 1,009,511,627,776
For example:
1 kilobyte = 210 bytes
210 bytes = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 bytes
210 bytes = 1,024 bytes
If you have noticed, a 1 KB is not an exact 1,000 bytes but actually its 1,024
bytes because the computer uses binary code in translating capacity and
speed. So, if you have a hard disk with a capacity of 500 GB, its actual size is
536,870,912,000 bytes, and not 500,000,000,000 bytes.
On the contrary, you cannot view a 1 KB file as an actual 1,024 bytes in your
computer because it’s just how Windows represented it. There are a lot of
factors involved in it and it will not be tackled in this lesson.
In a storage device, you need to know its capacity as well as how much space
is used and free.
For example, you have an 8 GB flash drive. You want to copy a file with a size
of 1 GB and your flash drive’s free space is 2 GB. How much free space will be
left after you copied that file to your flash drive?
Computation:
Let FSAC = free space of flash drive after copying
FS = 1 GB (size of the file you want to copy)
FSBC = 2 GB (free space of flash drive before copying)
FSAC = FS – FSBC
FSAC = 2 GB – 1 GB
FSAC = 1 GB
Therefore, there will be only 1 GB of free space in your flash drive after copying
the file.
Checking:
Use the equation FSAC = FS – FSBC:
FSAC = FS – FSBC
1 GB = 2 GB – 1 GB
1 GB = 1 GB
Therefore, your computation is correct!
What’s More
Bank
Decimal Binary Giga gigabyte
Byte Bit Mega gigahertz
Did you find the exact words in the Word Bank activity?
Are the words new to you?
Don’t worry, those words will be tackled in this lesson.
Lesson
Maintain Measuring
3 Instruments
What is Itn
MAINTENANCE PROCEDURES:
1. Measuring instruments are not dropped to avoid damage.
Activity 4. Maintenance
Directions: Write TRUE is the statement is correct and write FALSE if it is
wrong. Write your answer in your TLE-CSS notebook.
Directions: Fill the blanks with a correct word to correctly complete each
sentence.
4. is equivalent to 8 bits.
5. Bit is an abbreviation of .
What I Can Do
Activity 5: Binary Initial
Direction: Get the binary value of your first name initial. Write your answer in
your TLE-CSS Activity Notebook. Show your solutions and checking.
Assessment
Multiple Choice
Direction: Read the sentences carefully then choose the letter of the best
answer. Write the chosen letter on your TLE-CSS Activity notebook.
Additional Activities