Css Mod4 Performing Mensuration and Calculations v3 For Student
Css Mod4 Performing Mensuration and Calculations v3 For Student
11
COMPUTER SYSTEM
SERVICING Quarter 1-Module 4
PERFORMING MENSURATION
AND CALCULATION
Introductory Message
The hand is one of the most symbolic part of the human body. It is often used
to depict skill, action, and purpose. Through our hands, we may learn, create, and
accomplish. Hence, the hand in this learning resource signifies that you as a learner
is capable and empowered to successfully achieve the relevant competencies and
skills at your own pace and time. Your academic success lies in your own hands!
This module was designed to provide you with fun and meaningful
opportunities for guided and independent learning at your own pace and time. You
will be enabled to process the contents of the learning resource while being an
active learner.
What I Need to Know This will give you an idea of the skills or
competencies you are expected to learn in
the module.
1. Use the module with care. Do not put unnecessary mark/s on any part of the
module. Use a separate sheet of paper in answering the exercises.
2. Don’t forget to answer What I Know before moving on to the other activities
included in the module.
3. Read the instruction carefully before doing each task.
4. Observe honesty and integrity in doing the tasks and checking your answers.
5. Finish the task at hand before proceeding to the next.
6. Return this module to your teacher/facilitator once you are through with it.
If you encounter any difficulty in answering the tasks in this module, do not
hesitate to consult your teacher or facilitator. Always bear in mind that you are not
alone.
We hope that through this material, you will experience meaningful learning and
gain a deep understanding of the relevant competencies. You can do it!
TABLE OF CONTENTS
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. NO ERASURE.
1. A measuring instrument that use moving pointer to display
rating.
a. Cable Tester b. Loopback Adapter
C. 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
c. 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
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
Measuring Instruments:
Ex.20 Ohms
Ex. 15 amperes
www.google.com.wikipedia.org
Digital multimeters (DMM, DVOM) - have a numeric display, and may also show a
graphical bar representing the measured value.
www.google.com.wikipedia.org
www.google.com.wikipedia.org
www.google.com.wikipedia.org
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
Lesson
Carry Out Measurements and
2 Calculations
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).
Bit (b) – short for binary digit (Computer Hope, 2020), either 0 or 1.
Byte (B) – a unit of computer information consisting of eight (8) bits (Merriam-
Webster, n.d.)
Giga Hertz (GHz) – also known as clock rate or clock speed of the processor
(Computer Hope, 2018).
10
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:
11
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
12
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: ________
13
Checking:
There are two ways to check if the conversion is accurate.
Decimal 128 64 32 16 8 4 2 1
Binary
0 0 0 1 0 0 1 1
State
1 + 2 + 0 + 0 + 16 + 0 + 0 + 0
= 19
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
Gigabyte GB 230 1,073,741,824
Terabyte TB 240 1,009,511,627,776
14
For example:
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?
15
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!
16
What’s More
Bank
Decimal Binary Giga gigabyte
Byte Bit Mega gigahertz
Did you find the exact words in the Word Bank activity?
17
Lesson
Maintain Measuring
3 Instruments
MAINTENANCE PROCEDURES:
What is Itn
1. Measuring instruments are not dropped to avoid damage.
18
What’s More
Activity 4. Maintenance
Directions: Write TRUE is the statement is correct and write FALSE if it is
wrong.
19
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 .
20
What I Can Do
21
Assessment
Multiple Choice
Direction: Read the sentences carefully then choose the letter of the best
answer. Write the chosen letter and answer on your answer sheet.
22
23
Additional Activities
24
References
1. Internet
.https://google.com.wikipedia.org.
26
MARINA BRUCAL-DIMAYUGA
Teacher II
BS Computer Science
TRAINER’S QUALIFICATIONS
TEACHING EXPERIENCES: