G10 CSS 10 Q1 Week 6 Ruloma
G10 CSS 10 Q1 Week 6 Ruloma
09264273799/[email protected]
FB Account: Johndy Abarquez Ruloma
Concept Notes:
Operating Systems can be classified according to how they work. For instance
real-time operating system, multi-user operating system, multi-tasking operating
system, distributed operating system and embedded operating systems.
1. MULTI-USER- allows two or more users to run programs at the same time.
Some operating system permits hundreds or even thousands of concurrent
users. A multiuser system is one that can be used by more than one user. The
system provides an environment in which many users can use the system at the
same time or exclusively at different times. Each user can execute her
applications without any concern about what other users are doing in the
system.
2. MULTIPROCESSING- supports running a program on more than
one CPU. A multiprocessor system (also known as multitasking system)
is one that executes many processes concurrently (simultaneously or in an
interleaved fashion). In a uniprocessor system, when the lone process executes
a wait operation, the processor would sit idle and waste its time until the
process comes out of the wait state. The objective of multiprocessing is to have
a process running on the processor at all times, doing purposeful work.
3. MULTITASKING- allows more than one program to run at the same time.
Exercise 1
Concept Notes:
The computer memory is a temporary storage area. It holds the data and
instructions that the Central Processing Unit (CPU) needs. Before a program can be
run, the program is loaded from some storage medium into the memory. This allows
the CPU direct access to the program. Memory is a need for any computer.
There are basically two kinds of internal memory: ROM and RAM.
• ROM stands for read-only memory. It is non-volatile, which means it can retain
data even without power. It is used mainly to start or boot up a computer.
• RAM, which stands for random-access memory, which temporarily stores data
while the central processing unit (CPU) is executing other tasks. With more
RAM on the computer, the less the CPU has to read data from the external or
secondary memory (storage device), allowing the computer to run faster. RAM is
fast but it is volatile, which means it will not retain data if there is no power. It is
therefore important to save data to the storage device before the system is turned
off.
There are two main types of RAM: Dynamic RAM (DRAM) and Static RAM
(SRAM).
• DRAM (pronounced DEE-RAM), is widely used as a computer’s main memory.
Each DRAM memory cell is made up of a transistor and a capacitor within an
integrated circuit, and a data bit is stored in the capacitor. Since transistors
always leak a small amount, the capacitors will slowly discharge, causing
information stored in it to drain; hence, DRAM has to be refreshed (given a new
electronic charge) every few milliseconds to retain data.
• SRAM (pronounced ES-RAM) is made up of four to six transistors. It keeps data
in the memory as long as power is supplied to the system unlike DRAM, which
has to be refreshed periodically. As such, SRAM is faster but also more
expensive, making DRAM the more prevalent memory in computer systems.
Concept Notes:
SOFTWARE COMPATIBILITY
The developers make the software’s which may be compatible or
incompatible in different versions within the same operating system’s type but they
can’t be compatible with the other OS types. Every OS type have their own
software compatibility.
COMPLEXITY
Operating systems come in basically two editions one is 32-bit and other is 64-
bit editions. The 64-bit edition of an operating system best utilizes random access
memory (RAM). A computer with a 64-bit CPU can run either a 32-bit or a 64-bit
OS, but a computer with a 32-bit CPU can run only a 32-bit OS.
Answer briefly.
1. What are the characteristic of the operating system? Explain in your own
understanding each
characteristic.
2. What are the kinds of operating system?
Quarter 1 Week: 6 Day 4 Activity 24
Competency Install operating system and drivers for peripherals/ devices
(TLE_IACSS9-12ICCS-IIa-j-30)
Objective Know the different storage drives in computer system.
Topic Storage drives
Copyright For classroom use only – DepEd owned
Concept Notes:
Storage drives read or write information on magnetic or optical storage media.
➢ The drive can be used to store data permanently or to retrieve information from
a media disk.
➢ Storage drives can be installed inside the computer case, such as a hard drive.
➢ Some storage drives can connect to the computer using a USB port, a FireWire
port, or an SCSI port.
6. External Flash drive- An external flash drive, also known as a thumb drive,
is a removable storage device that connects to a USB port.