SLHT Grade 7 CSS Week 4
SLHT Grade 7 CSS Week 4
SLHT Grade 7 CSS Week 4
READINGS
In this modules learning learn to identify the different measuring instrument and its function in
Computer System Servicing.
1. Do you have any idea what are those measuring instrument?
Measuring Instruments:
Multimeter (VOM) - A multimeter or a multi tester, also known as a VOM, is an
electronic measuring instrument that combines several measurement functions in one
unit. A typical multimeter can measure voltage (Volt), current (Ampere), and resistance
(Ohm). Analog multimeter use a micro ammeter with a moving pointer to display
readings.
Voltmeter - an instrument for measuring electric potential in volts.
Ex. 220 volts
Ohmmeter - an instrument for measuring electrical resistance.
Ex.20 Ohms
Millimeter - an instrument for measuring electric current in amperes.
Ex. 15 amperes
Types of Multi-meter or Multi-tester:
Analog Multi-meter or multi-tester (VOM) - use a microammeter with a moving pointer
to display readings
Digital multimeters (DMM, DVOM) - have a numeric display, and may also
show a graphical bar representing the measured value.
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.
Loopback, or loop-back adapter - refers to the routing of electronic signals, digital
data streams, or flows of items back to their source without intentional processing or
modification. This is primarily a means of testing / measuring the communications
infrastructure.
Logic Probe - is a hand-held test probe used for analyzing and troubleshooting the logical
states (boolean 0 or 1) of a digital circuit.
1|Page
Lesson 2 Carry Out Measurements and Calculations
Definition of Terms
1. Binary – the primary language for computers that is made up of only two numbers: 0 and 1 (Computer
Hope, 2019).
2. Binary Prefix – used to represent the quantity in terms of byte or bit in computing (Search Storage,
n.d.)
3. Decimal – a base 10 number system (Yadav, 2018)
4. Bit (b) – short for binary digit (Computer Hope, 2020), either 0 or 1.
5. Byte (B) – a unit of computer information consisting of eight (8) bits (Merriam-Webster, n.d.)
6. Giga Hertz (GHz) – also known as clock rate or clock speed of the processor (Computer Hope, 2018).
How to Read Binary
Binary is a base-2 number system, where the number two (2) is raised by an exponent (n-1). The exponent is
denoted by the digits’ place (n) and subtracted by 1, wherein it increases as you move through each position
starting from the right going to the left.
For example, number 2 on the first position, so that is 2 raised by n-1, wherein n=1.
2(n-1) = 2(1-1) = 20
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)
Exponen
t 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
0000 0101 = 5
2|Page
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
Convert 19 to binary
3|Page
State
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.
The presented capacity of a file or component when viewing in your computer is dependent on the OS
and the manufacturer. What you have learned here is the actual values in computing and is how computers are
being engineered in terms of capacity and speed.
Data Storage Capacity Calculation
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
4|Page
1 GB = 1 GB
Therefore, your computation is correct!
DOWN:
Activity no. 2 Decimal to Binary Conversion (Show your solution in a separate sheet of paper)
1. 16 = 10000 Decimal number / 2 Quotient Remainder
2. 19 = _____ 16 / 2 8 0
3. 25 = _____ 8/2 4 0
4. 32 = _____ 4/2 2 0
5. 40 = _____ 2 / 2 1 0
1/2 0 1
ASSESSMENT:
Test I
DIRECTIONS: Read and Understand the question carefully, choose the letter of the correct answer.
1. A multimeter or a multi tester, also known as a _________, is an electronic measuring instrument that combines
several measurement functions in one unit.
5|Page
a, VOM b, Resistance c, Voltmeter d, Ohmmeter
2. A typical multimeter can measure voltage (Volt), current (Ampere), and________ ). Analog multimeter use a micro
ammeter with a moving pointer to display readings.
a, VOM b, Resistance c, Voltmeter d, Ohmmeter
3. an instrument for measuring electric potential in volts.
a, VOM b, Resistance c, Voltmeter d, Ohmmeter
4. an instrument for measuring electrical resistance.
a, VOM b, Resistance c, Voltmeter d, Ohmmeter
5. an instrument for measuring electric current in amperes.
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Millimeter d, Cable Tester
6. use a microammeter with a moving pointer to display readings
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Millimeter d, Cable Tester
7. have a numeric display, and may also show a graphical bar representing the measured value.
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Millimeter d, Cable Tester
8. is an electronic device used to verify the electrical connections in a signal cable or other wired assembly.
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Millimeter d, Cable Tester
9. are continuity testers that verify the existence of a conductive path between ends of the cable
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Millimeter d, Cable Tester
10. refers to the routing of electronic signals, digital data streams, or flows of items back to their source without
intentional processing or modification.
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Loopback adapter d, Logic Probe
11. is a hand-held test probe used for analyzing and troubleshooting the logical states (boolean 0 or 1)
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Loopback adapter d, Logic Probe
12. This is primarily a means of testing / measuring the communications infrastructure.
a, Digital multimeters b, Analog Multi-meter or multi-tester c, Loopback adapter d, Logic Probe
13. the primary language for computers that is made up of only two numbers: 0 and 1
a, Bit b, Byte c, Decimal d, binary
14. used to represent the quantity in terms of byte or bit in computing (Search Storage, n.d.)
a, Bit b, Byte c, Decimal d, binary Prefix
15. a base 10 number system (Yadav, 2018)
a, Bit b, Byte c, Decimal d, binary Prefix
16. short for binary digit (Computer Hope, 2020), either 0 or 1.
a, Bit b, Byte c, Decimal d, binary Prefix
17. a unit of computer information consisting of eight (8) bits (Merriam-Webster, n.d.)
a, Bit b, Byte c, Decimal d, binary Prefix
18. also known as clock rate or clock speed of the processor (Computer Hope, 2018).
a, Bit b, Byte c, Giga Hertz d, binary Prefix
19. There are two ways to check if the conversion is accurate.
a, Binary Table & Binary to Decimal Conversion b, Binary Conversion & Cancel method
c, Binary to Decimal Conversion & Table Manner c, there is only one way
20. There are _____________ Bytes in one Kilobyte.
a, 1000 b, 1200 c, 1024 d, 1025
Directions: Match ME (Convert the numbers from Column A into bytes choose the corresponding answers at Column B)
Column A Column B
21, 1KB A. 1,073,741,824
22, 1MB B. 1,048576
23, 1GB C. 1,009,511,627,776
24, 1TB D. 1, 204
29. 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?
a, 2 GB b, 1,073,741,824 c, 1,073,741,825 d, 1,073,741,827
30. You have 4GB Usb Flasdrive and you want to download 2 GB MOVIEW. How much free space will be left
after you download that file to your flash drive?
a, 2 GB b, 1,073,741,824 c, 1,073,741,825 d, 1,073,741,827
6|Page
Prepared by: Reviewed by:
JOEL P. RODRIGUEZ ROBERTO D. MORAN
TLE Coordinator Head Teacher IV
CASAY NATIONAL HIGH SCHOOL
7|Page