You are on page 1of 12

Grade

12

TVL-ICT
COMPUTER SYSTEMS SERVICING NCII
QUARTER 2 – MODULE 1
Install Operating System and Drivers
for Peripheral / Devices
I. INTRODUCTION
This unit covers the outcomes required in installing and configuring desktop and
workstation computers systems. It consists competencies to assemble computer hardware,
install operating system and drivers for peripherals / devices, and install application software
as well as to conduct testing and documentation.
Normally, bootable USBFDs are used for operating system installers, so your system
will know to boot into the installer, and the installer will essentially unpack a large compressed
file containing the actual operating system's resources. If you install any operating system
onto another USB drive, then it will also be considered a bootable USBFD (Universal Serial
Bus Flash Drive), but for an entire operating system this time.
To make a bootable USBFD which contains the installer for an operating system
(Ubuntu, for example) you need to download the appropriate .iso, .dmg, or .img (they're all the
same thing) based on whether your system is 32 bit (two or less GB(Gigabyte) of ram) or 64
bit (more than two GB of ram). Then use whatever method you like to unpack the disk image
you downloaded, and place all the contents onto an empty USBFD drive formatted as ExFAT
or MS-DOS (FAT(File Allocation Table)). You can use your BIOS(Basic Input Output System)
to select which bootable drive to boot from, and the USBFD drive will now show up as well as
a result of its containing media that can be used as an operating system.
II. MODULE CONTENT
DEFINITION OF TERMS
Bootable - A bootable USBFD is one that contains instructions for your computer's
bootloader to load up various assets to run an operating system.
Computer System - The complete computer comprises the central processing unit (CPU),
memory and related electronics (main cabinet), all the peripheral devices connected to it,
and its operating system. Computer systems fall into two broad divisions: clients and
servers. Client machines fall into three categories from low to high end: laptop, desktop, and
workstation. Servers range from small to large: low-end, midrange, and mainframes.
Device Driver - a device driver is a computer program that operates or controls a particular
type of device that is attached to a computer system.
Operating System (OS) - The master control program that runs the computer; the first
program loaded when the computer is turned on, its main part, the “kernel,” resides in
memory at all times. The operating system sets the standards for all application programs
that run in the computer. The applications “talk to” the operating system for all user
interfaces and file management operations.
Peripheral – Any hardware device connected to a computer, such as a monitor, keyboard,
printer, disk, tape, graphics tablet, scanner, joy stick, paddle, or mouse.

INSTALL OPERATING SYSTEM


Common Operating System used by school in the Philippines
1. Microsoft Windows Operating System
2. Macintosh Operating System

1
Each Operating System has its own features that satisfy the end-user although it is
noticeably that isn’t always suit to others because of the word profitable business.
Features of Operating System
Here is a list commonly found important features of an Operating System:

• Protected and supervisor mode


• Allows disk access and file systems device driver networking security
• Program Execution
• Memory management Virtual Memory Multitasking
• Handling I/O operations
• Manipulation of the file system
• Error Detection and handling
• Resource allocation
• Information and Resource Protection

WHAT IS A KERNEL?
The kernel is the central component of a computer operating systems. The only job
performed by the kernel is to the manage the communication between the software and the
hardware. A Kernel is at the nucleus of a computer. It makes the communication between the
hardware and software possible. While the Kernel is the innermost part of an operating
system, a shell is the outermost one.
Features of Kennel

• Low-level scheduling of processes


• Inter-process communication
• Process synchronization
• Context switching
TWO MOST POPULAR TYPES OF KERNELS
1.Monolithic. Is a single code or block of the program. It provides all the required services
offered by the operating system. It is a simplistic design which creates a distinct
communication layer between the hardware and software.
2. Microkernels. Manages all system resources. In this type of kernel, services are
implemented in different address space. The user services are stored in user address space,
and kernel services are stored under kernel address space. So, it helps to reduce the size of
both the kernel and operating system.

FUNCTIONS OF AN OPERATING SYSTEM

2
FUNCTIONS OF AN OPERATING SYSTEM
In an operating system software performs each of the function:
1. Process management:- Process management helps OS to create and delete
processes. It also provides mechanisms for synchronization and communication among
processes.
2. Memory management - Memory management module performs the task of allocation
and de-allocation of memory space to programs in need of this resources.
3. File management - It manages all the file-related activities such as organization storage,
retrieval, naming, sharing, and protection of files.
4. Device Management: Device management keeps tracks of all devices. This module
also responsible for this task is known as the I/O controller. It also performs the task of
allocation and de-allocation of the devices.
5. I/O System Management: One of the main objects of any OS is to hide the peculiarities
of that hardware devices from the user.
6. Secondary-Storage Management: Systems have several levels of storage which
includes primary storage, secondary storage, and cache storage. Instructions and data
must be stored in primary storage or cache so that a running program can reference it.
7. Security - Security module protects the data and information of a computer system
against malware threat and authorized access.
8. Command interpretation: This module is interpreting commands given by the and
acting system resources to process that commands.
9. Networking: A distributed system is a group of processors which do not share memory,
hardware devices, or a clock. The processors communicate with one another through the
network.
10. Job accounting: Keeping track of time & resource used by various job and users.
11. Communication management: Coordination and assignment of compilers, interpreters,
and another software resource of the various users of the computer systems.

TYPES OF OPERATING SYSTEM


1. Multi-Tasking/Time-sharing Operating systems - Time-sharing operating system
enables people located at a different terminal(shell) to use a single computer system at
the same time. The processor time (CPU) which is shared among multiple users is termed
as time sharing.
2. Real time OS- real time operating system time interval to process and respond to inputs
is very small. Examples: Military Software Systems, Space Software Systems.
3. Distributed Operating System - Distributed systems use many processors located in
different machines to provide very fast computation to its users.
4. Network Operating System - Network Operating System runs on a server. It provides the
capability to serve to manage data, user, groups, security, application, and other
networking functions.
5. Mobile OS - Mobile operating systems are those OS which is especially that are designed
to power smartphones, tablets, and wearables devices. Some most famous mobile
operating systems are Android and iOS, but others include BlackBerry, Web, and
watchOS.

3
DIFFERENCE BETWEEN FIRMWARE AND OPERATING SYSTEM

Firmware Operating System


• Firmware is one kind of programming that • OS provides functionality over and above
is embedded on a chip in the device that which is provided by the firmware.
which controls that specific device.
• Firmware is programs that been encoded • OS is a program that can be installed by the
by the manufacture of the IC or user and can be changed.
something and cannot be changed.
• It is stored on non-volatile memory. • OS is stored on the hard drive.

Difference between 32-Bit vs. 64 Bit Operating System

Parameters 32 Bit 64 Bit


• Architecture and • Allow 32 bit of data processing • Allow 64 bit of data
Software simultaneously processing simultaneously
• Compatibility • 32-bit applications require 32-bit OS • 64-bit applications require a
and CPUs. 64-bit OS and CPU.
• Systems • All versions of Windows 8, Windows • Windows XP Professional,
Available 7, Windows Vista, and Windows XP, Vista, 7, Mac OS X and
Linux, etc. Linux.
• Memory Limits • 32-bit systems are limited to 3.2 GB • 64-bit systems allow a
of RAM. maximum 17 Billion GB of
RAM.

THE ADVANTAGE OF USING OPERATING SYSTEM


1. Allows you to hide details of hardware by creating an abstraction
2. Easy to use with a GUI
3. Offers an environment in which a user may execute programs/applications
4. The operating system must make sure that the computer system convenient to use
5. Operating System acts as an intermediary among applications and the hardware
components
6. It provides the computer system resources with easy to use format
7. Acts as an intermediator between all hardware's and software's of the system
8. Disadvantages of using Operating System
9. If any issue occurs in OS, you may lose all the contents which have been stored in
your system
10. Operating system's software is quite expensive for small size organization which adds
burden on them. Example Windows
11. It is never entirely secure as a threat can occur at any time

Remember!!!
1. An operating system is a software which acts as an interface between the end user
and computer hardware. ALWAYS USE LICENSED Operating System for your
computer as the LAW says Copyright Infringement of Software US.
2. Operating systems were first developed in the late 1950s to manage tape storage.
3. The kernel is the central component of a computer operating systems. The only job
performed by the kernel is to the manage the communication between the software
and the hardware.

4
INSTALL THE OPERATING SYSTEM
1. Prepare the bootable USBFD(Universal Serial Bus Flash Drive).
a) Format the USBFD then follow the procedures below.
b) Creating Bootable USB Flash Drive using Command Prompt
c) Start – type CMD
d) diskpart
e) listdisk

f) select disk 1

g) clean

h) create partition primary

i) select partition 1

j) active

k) format fs=ntfs quick

l) Assign

m) As soon as you assign command you will notice that your USBFD drive named is
changed.
n) exit

Copy all files of Win 7 to CD or USB Flash Drive


Obtain the windows file from somewhere and save them to a folder in your PC, you
can rip a windows DVD, or if you have the .iso image file you can open it with magic disc,
daemon tool or even in winrar, you need to copy the whole content to a folder anywhere in
your PC. You just need to make sure that you know where it is located.
“I copied down all the content in G DRIVE.”

5
Make sure that, there must be a boot folder in your Windows 7 folder and there must
be bootsect executable files present in boot folder. In “bootsect.exe/nt60 J:” “J” is the drive
name of my USBFD device. Then, copy all files from Win7U and paste it to “J”.
Your USBFD is bootable now.

 Entering BIOS Set Up.


1. Insert the CD or USB Flash Drive to CD/DVD ROM drive.
2. Start the computer.
3. Press F2 or Del.
4. In BIOS set up go to Exit Menu then choose Load Optimal (Set-up) Defaults choose
Yes press enter.
5. Go to Boot Menu choose Boot Device Priority or Boot Order or Boot Sequence.
6. In first Boot Device make CD/DVD or Flash Drive as first boot device.
7. Press F10 to save & changes exit – click yes then enter.
8. The computer will automatic restart.

 Installing Microsoft Windows 7


1. Insert the bootable USB Flash Drive (windows 7)
2. Choose the language (English) – next
3. Click Install Now
4. Choose Windows 7 Ultimate (32 bit) x86 – next
5. Click the I accept the license terms – next
6. Choose customs advanced – next
7. Find the drive option
8. Create partition by clicking new
9. Delete the existing partition
10. Choose the unlocated space
11. Type the size: 102400 click apply
12. Format partition (depend on the requirements of the client)
13. Choose partition 1 – next
14. Click F10
15. Type taskmgr – enter
16. Processes
17. Right click the biggest number (setup.exe)
18. Click Set Priority
19. Click realtime
20. Close
21. Installing Windows
- Copying Files
- Expanding Files
- Installing Features
- Installing Update
- Completing Install
21. Windows will restart, Press F2 or Del
23. Load Optimal Default, Press F10 – Yes
25. Copy all files in Win 7 to USB Flash Drive
26. Always check the time & date & time zone, Time Zone: Taipei

6
III. EXERCISES
A. Multiple Choice. Choose the letter that correspond to each item, and write your answer in
your notebook.
1. Refers to the violation of creating multiple software for others?
A. Optical Media Board B. Ethics C. Copyright Infringement Software
2. Under the functions of Operating System, which of the following it also performs the task of
allocation and de-allocation of the devices?
A. Security B. I/O System Management C. Networking
3. In the General Procedure of Installing Microsoft Windows 7, Installing Windows, Copying
Files, Expanding Files, _________, Installing Update, Completing Install which is missing?
A. Installing network B. Installing I/O System C. Installing Features
4. Which of the following is the nucleus of computer?
A. Processor B. Operating System C. Kernel
5. In the installation of Microsoft Windows 7 Operating System, which bit is not mentioned?
A. 86bit B. 64bit C. 32bit
6. When using USBFD bootable drive for installation of Microsoft Windows 7 Operating
System, which of the following is the first step to do?
A. Change boot device priority B. Create bootable USBFD C. Use CD/DVD
7. In the functions of Operating System, which of the following does work with managing all
the file-related activities such as organization storage, retrieval, naming, sharing, and
protection of files?
A. Process Management B. File Management C. Command Interpretation
8. A Type of Batch Processing System which does provides the capability to serve to manage
data, user, groups, security, application, and other networking functions, which of the following
it refers to?
A. Multitasking OS B. Network OS C. Real Time OS
9. Among the features of operating systems it works as a protection of data and information
of a computer system against malware threat and authorized access, what is it?
A. Networking B. Security C. File System
10. Referring to the hardware device connected to a computer, such as a monitor, keyboard,
printer, disk, tape, graphics tablet, scanner, joy stick, paddle, or mouse which of the following
it refers to?
A. Peripheral B. Hardware C. Software
B. Enumeration
A. Five advantage of using Operating System
B. Five types of Operating System

7
III. SUMMATIVE TEST
(Use the ANSWER SHEET attached in this module for your answers)
A. The Wizard of OSZ
Directions: Match Column A to Column B.
Column A Column B
____ 1. Process management A Operating system time interval to process and
respond to inputs is very small
____ 2. Memory management B Keeping track of time & resource used by various
job and users.
____ 3. File management C Also provides mechanisms for synchronization and
communication among processes
____ 4. Device Management D Coordination and assignment of compilers,
interpreters, and another software resource of the
various users of the computer systems.
____ 5. I/O System E Security module protects the data and information
Management of a computer system against malware threat and
authorized access.
____ 6. Secondary-Storage F Performs the task of allocation and de-allocation of
Management memory space to programs in need of this
resources.
____ 7. Security G Use many processors located in different machines
to provide very fast computation to its users
____ 8. Command interpretation H Systems have several levels of storage which
includes primary storage, secondary storage, and
cache storage.
____ 9. Networking J It manages all the file-related activities such as
organization storage, retrieval, naming, sharing,
and protection of files.
____ 10. Job accounting I OS that runs on a server.
____ 11. Communication K Group of processors which do not share memory,
management hardware devices, or a clock. The processors
communicate with one another through the
network.
____ 12. Real time OS L OS which is especially that are designed to power
smartphones, tablets, and wearables devices
____ 13. Network Operating M This module is interpreting commands given by the
System and acting system resources to process that
commands.
____ 14. Distributed Operating N One of the main objects of any OS is to hide the
System peculiarities of that hardware devices from the
user.
____ 15. Mobile OS O Keeps tracks of all devices. This module also
responsible for this task is known as the I/O
controller. It also performs the task of allocation
and de-allocation of the devices.

8
B. Kids Can Tell
Direction: Identify the following Batch Operating System. Write your answer
______________1. Time-sharing operating system enables people located at a different
terminal(shell) to use a single computer system at the same time. The processor time (CPU)
which is shared among multiple users is termed as time sharing.
_____________ 2. Operating system time interval to process and respond to inputs is very
small. Examples: Military Software Systems, Space Software Systems.
______________3. Use many processors located in different machines to provide very fast
computation to its users.
______________4. OS that runs on a server. It provides the capability to serve to manage
data, user, groups, security, application, and other networking functions.
______________5. OS which is especially that are designed to power smartphones, tablets,
and wearables devices. Some most famous mobile operating systems are Android and IOS.
C. Made in US Bee
A. Despite that there is a licensed Operating System that were placed in a CD (Compact
Disc), Why there is a need to create a USBFD bootable drive for Operating System for
installation purposes. Explain and your answer.

B. What is the difference of USBFD 16 GB and 32 GB if converted into bootable drive.


Explain

9
KEY ANSWER for EXERCISES
A. MULTIPLE CHOICE
1. C 6. A
2. B 7. B
3. C 8. B
4. C 9. C
5. A 10. A

B. ENUMERATION
A. Five advantage of using Operating System (may vary)
1. Allows you to hide details of hardware by creating an abstraction
2. Easy to use with a GUI
3. Offers an environment in which a user may execute programs/applications
4. The operating system must make sure that the computer system convenient to use
5. Operating System acts as an intermediary among applications and the hardware
components
6. It provides the computer system resources with easy to use format
7. Acts as an intermediator between all hardware's and software's of the system
8. Disadvantages of using Operating System
9. If any issue occurs in OS, you may lose all the contents which have been stored in
your system
10. Operating system's software is quite expensive for small size organization which
adds burden on them. Example Windows
11. It is never entirely secure as a threat can occur at any time
B. Five types of Operating System (may vary)
1. Multi-Tasking/Time-sharing Operating systems
2. Real time OS
3. Distributed Operating
4. Network Operating System
5. Mobile OS

References
A. Handout
CSS NC II TESDA Training Regulation
Curriculum Guide in CSS NCII DepEd
B. Books
Microsoft Windows Help
Computer Networks and Internets, With Internet Applications, 3rd Edition
Douglas E. Comer, http://netbook.cs.purdue.edu
C. Portal
https://www.microsoft.com/en-ph/search/result.aspx?q=operating+system&form=MSHOME
https://www.guru99.com/operating-system-tutorial.html
Britanica.com

10
ANSWER SHEET
NAME: ______________________________________________ SCORE ________
SUBJECT TEACHER ____________________________GRADE/SECTION ____________
A. The Wizard of OSZ

______1. ______6. ______11.


______2. ______7. ______12.
______3 ______8. ______13.
______4 ______9. ______14.
______5 ______10. ______15.

B. Kids can Tell


____________________________ 1.

____________________________ 2.

____________________________ 3.

____________________________ 4.

____________________________ 5.

C. Made in US Bee

A.
_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________.

B.

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
_____________________________

11

You might also like