TVL CSS11 Q4 M1
TVL CSS11 Q4 M1
TVL CSS11 Q4 M1
In addition to the material in the main text, you will also see this box
in the body of the module:
As a facilitator you are expected to orient the learners on how to use this
module. You also need to keep track of the learners' progress while allowing them
to manage their own learning. Moreover, you are expected to encourage and assist
the learners as they do the tasks included in the module.
For the learner:
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 material
while being an active learner.
Expectation – This points to the set of knowledge and skills that you will
learn after completing the module.
Pretest – This measures your prior knowledge about the lesson at hand.
Recap – This part of the module provides a review of concepts and skills
that you already know about a previous lesson.
Posttest – This measures how much you have learned from the entire
module.
After completing this lesson, you should be able to:
1. discuss the importance of digital representation of information stored in a
digital binary format;
2. convert decimal numbers to binary;
3. Appreciate the importance of binary system.
DIRECTION: Read the following statement carefully. Choose the best answer by
encircling your answer.
• On our last module, we have learned that in the early days of the IP protocol,
there were only three subnet masks that could possibly be assigned to a
particular workstation. There was a class A, class B and class C subnet
mask. The subnet mask for a class A network is 255.0.0.0. It also means
that there are 8 bits available for the network address and 24 bits available
for hosts on that network.
• To find the network address, we set all the host bits to zero. To find the first
available host on the subnet, we add one to the value of network address.
• To find the broadcast address, we set all the host bits to ones. And last, to
find the last available host on the subnet, we subtract one to the value of
broadcast address.
INTRODUCTION
What language you often use to talk with somebody? How do you
communicate with your friends? You may say that you are using English as your
language or maybe you use Tagalog when communicating with your friends.
However, can you imagine a world without language? Have you ever experience
talking to someone who is using a language different from yours?
Language is the most important element in any communication. The same
applies in our computer. How do you think computer interact with its user? Is
there any particular language used by the computer to communicate?
In this module, we are going to discuss about the binary system.
BINARY
A system for representing things by combinations of two symbols, such as
one (1) and zero (0), true or false, or the presence or absence of voltage. A Binary
number system is a number system that uses two as its base and expresses
numbers as strings of zeros and ones
HISTORICAL BACKGROUND
The modern binary system was studied in Europe in the 16 th and 17 th
century. However, systems related binary numbers have appeared earlier in
multiple cultures including Egypt, China and India.
One of them is Gottfried Wilhelm Leibniz’s who
work on centuries of technological innovation. Leibniz
own influences includes Chinese philosophy and
divination.
The Indian scholar developed a binary system in
the form of short and long syllables making it similar to
Morse code.
In China, the binary notation in the Ching is used to interpret its quaternary
divination technique. It is based on Taoism duality of yin and yang.
Leibniz’s system uses 0 and 1, like the modern binary system. He interpreted
the hexagrams of the Ching as evidence of binary calculus. He believed that binary
numbers were symbolic of the Christian idea of “creation out of nothing.”
George Boole on the other hand published a paper detailing an algebraic
system of logic. In the 19th century, a British Mathematician invents the system
of symbolic logic call Boolean algebra. His work becomes an instrument in the
design of digital electronic circuitry.
While Claude Shannon bridges the gap between algebraic theory and
practical application. He Implemented Boolean algebra and binary arithmetic
using electronic relays and switches for the first time in history. He also founded
the practical digital design.
DIGITAL REPRESENTATION
Information is represented and stored in a digital binary format and the term
bit is an abbreviation of binary digit and represents the smallest piece of data. A
bit can only have two possible values. Humans interpret words and pictures while
computers interpret only patterns of bits. 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.
QUOTIENT REMAINDER
192 96 0
QUOTIENT REMAINDER
192 96 0
96
Step 4. Divide it by 2
Step 5. Get the quotient and remainder again.
QUOTIENT REMAINDER
192 96 0
96 48 0
QUOTIENT REMAINDER
192 96 0
96 48 0
48 24 0
24 12 0
12 6 0
6 3 0
3 1 1
1 0 1
Step 7. Copy the remainder from bottom to top.
QUOTIENT REMAINDER
192 96 0
96 48 0
48 24 0
24 12 0
12 6 0
6 3 0
3 1 1
1 0 1
It is like the capacity of your flash drive in the market. It starts with 1GB
followed by 2GB. Then, there is no 3 GB flash drive so we will skip to 4GB. Then
we do not have 5,6,7 GB either so we will skip to 8GB. Then no 9,10,11,12,13 GB
and so on.
You may also memorize these by raising the power of 2 from zero to seven.
2º = 1 (Any number raise to zero is equal to one)
2¹ = 2
2² = 4
2³ = 2x2x2 = 8
2 = 2x2x2x2 = 16
2 = 2x2x2x2x2 = 32
26 = 2x2x2x2x2x2 = 64
2 = 2x2x2x2x2x2x2 = 128
Let us now convert 1100 0000 to decimal and check if our answer is correct.
Here are the steps in converting binary to decimal.
Step 1. Use the table we have and place all the binary.
128 64 32 16 8 4 2 1
1 1 0 0 0 0 0 0
Step 2. Get all the values that corresponds to one and add it up.
128 64 32 16 8 4 2 1
1 1 0 0 0 0 0 0
In this case, 128 plus 64 is equal to 192. Therefore, our answer is correct.
BINARY
65
75
100
201
80
DIRECTION: Read the following statement carefully. Write your answer in two to
three sentences each number.
2. Cite a situation in which you can apply the knowledge about binary system.
_______________________________________________________________________________
_______________________________________________________________________________
DIRECTION: Read the following statement carefully. Choose the best answer by
encircling your answer.
https://byjus.com/maths/binary-number-system
https://www.howtogeek.com/367621/what-is-binary-and-why-do-
computers-use-it/