WEEK 2 DAY 2 Binary 1
WEEK 2 DAY 2 Binary 1
4.
3.
Motivation
Guide Questions:
1. What type of code mentioned in the video?
2. Binary code is a ____ language.
3. based on the video what are the 2 digits
mentioned
4. What do you think is the connection of this video
in our topic for today?
Binary – the primary language for computers that is made up of only two numbers:
0 and 1
Binary Prefix – used to represent the quantity in terms of byte or bit in computing
Giga Hertz (GHz) – also known as clock rate or clock speed of the processor
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
CONVERT DECIMAL NUMBERS TO BINARY
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
When referring to storage space, we use the terms bytes (B), kilobytes (KB), megabytes (MB),
gigabytes (GB), and terabytes (TB).
One kilobyte is a lit le more than one thousand bytes, specifically 1,024. A megabyte represents more than a
mil ion bytes or 1,048,576. A gigabyte is 1,073,741,824 bytes. A terabyte is 1,099,511,627,776.
One kilobyte is a lit le more than one thousand bytes, specifically 1,024. A megabyte represents more than a
mil ion bytes or 1,048,576. A gigabyte is 1,073,741,824 bytes. A terabyte is 1,099,511,627,776.
Example:
A file is 20 KB in size
1 KB = 1,024 Bytes
Answer
1.Binary
2.Kilobytes
3. Decimal
4. 1 byte
5. Binary digit
Application and Generalization:
Binary Initial
.
Evaluation
Evaluation:
Word Bank
1.Binary
2.Mega
3.Decimal
4.Byte
5.gigahertz