Perform Mensuratione 24
Perform Mensuratione 24
Basic instructions for booting the computer and loading the operating
systems are stored in ROM. ROM chips retain their contents even when the
computer is powered down. The contents cannot be erased or changed by
normal means.
RAM is volatile memory, which means that the contents are erased
when the computer is powered off. The more RAM in a computer, the more
capacity the computer has to hold and process large programs and files, as
well as enhance system performance.
STORAGE DRIVES
Hard Drive
5
Optical Drive
6
What Is It
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.
Example: 30
Quotient Remainder
30/2 15 0
15/2 7 1
7/2 3 1
3/2 1 1
1/2 0 1
30 = 11110
Checking: 1 1 1 1 0 Multiplier
16 8 4 2 1 Equivalents
16 8 4 2 0 Results
16 + 8+4+2+0 = 30
While a bit is the smallest representation of data, the most basic unit
of digital storage is the byte. A byte has 8 bits and is the smallest unit of
measure (UOM) used to represent data storage capacity. When referring to
storage space, we use the terms bytes (B), kilobytes (KB), megabytes (MB),
gigabytes (GB), and terabytes (TB).
14
One kilobyte is a little more than one thousand bytes, specifically 1,024.
A megabyte represents more than a million 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 25KB in size
1KB = 1,024Bytes
25 x 1,024 = 25,600Bytes in a 25KB file
If this 25KB file is stored in a 1MB folder, how many files can be
stored in that folder?
1Mb = 1,024Kb
1,024Kb/25Kb = 40.96
41 files can be stored in a 1Mb folder
15