Notes
Notes
Notes
FIRST QUARTER
Quarter: 1 Week: 5 Day: 1 Activity No. 17
Competency: Install operating system and drivers for peripherals/ devices (TLE_IACSS9-12ICCS-IIa-j-
30)
Objective: State the classifications of Operating System.
Topic: Classification of Operating System
Copyright: For classroom use only - DepEd owned
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 multiprocess
system (also known as multitasking system) is one that executes many processes concurrently
(simultaneously or in an interleaved fashion). In a uniprocess 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.
4. MULTITHREADING- allows different parts of a single program to run at the same time. A thread is
an independent strand that executes a program concurrently with other threads within the context of the
same process. A thread is a single sequential flow of control within a program execution. Each thread
has a beginning, a sequence of instruction executions, and an end. At any given point of time, there is
one single point of execution in each thread. A thread is not a process by itself. It cannot run on its own;
it always runs within a process.
Essay:
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.
1. READ-ONLY MEMORY (ROM) chips are located in the motherboard. ROM chips contain instructions
that can be directly accessed by the CPU. Basic instructions for booting the computer and loading the
operating system 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.
2. RANDOM ACCESS MEMORY (RAM) is the temporary storage for data and programs that are being
accessed by the CPU. RAM is volatile memory, which means that the contents are erased when the
computer is powered off.
Early computers had RAM installed in the motherboard as individual chips. The individual memory
chips, called Dual Inline Package (DIP) chips, was difficult to install and often became loose on the
motherboard. To solve this problem, designers soldered the memory chips on a special circuit board called a
memory module.
SIMMs have 30-pin and 72-pin configurations. DIMM is a circuit board that holds
SDRAM, DDR SDRAM and DDR2 SDRAM.
Double Data Rate (DDR) technology doubles the maximum bandwidth of SDRAM.
DDR2 offers faster performance while using less energy. Even with a wide and fast bus,
it still takes longer for data to get from the memory card to the
Dual Inline Memory Module (DIMM)
Small Outline Dual Inline Memory Module CPU than it takes for the CPU to actually
process the data. Caches are designed to alleviate this bottleneck by making the data
used most often by the CPU instantly available.
Activity:
Concept Notes:
Characteristics of an Operating System
The Operating systems are different according to the three primary characteristics which
are licensing, software compatibility, and complexity.
LICENSING
There are basically three kinds of Operating systems. One is Open Source OS, another is
Free OS and the third is Commercial OS.
➢ Open Source operating system which means that anyone can download and modify it for
example Ubuntu etc.
➢ A Free OS doesn’t have to be open source. They are free to download and use but cannot modify
them. For example, Google owns Chrome OS and makes it free to use.
➢ Commercial Operating Systems are privately owned by companies that charge money for them.
Examples include Microsoft Windows and Apple MAC OS. These require paying for the right
(or license) to use their Operating systems.
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.
Activity:
1. What are the characteristic of the operating system?
2. What are the kinds of operating system?
COMPUTER SYSTEMS SERVICING 11
FIRST QUARTER
Quarter: 1 Week: 5 Day: 4 Activity No. 20
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.
Activity: