0% found this document useful (0 votes)
61 views24 pages

ICT-CSS-TVE 10 - Q1 - W8 - Mod8

Computer Systems Servicing-installing procedures

Uploaded by

CYRUS RIVERA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views24 pages

ICT-CSS-TVE 10 - Q1 - W8 - Mod8

Computer Systems Servicing-installing procedures

Uploaded by

CYRUS RIVERA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Republic of the Philippines

Department of Education
National Capital Region
DIVISION OF CITY SCHOOLS – MANILA

Information and Communication Technology


Computer System Servicing
Grade 10
TECHNICAL VOCATIONAL SCHOOL
SPECIALIZATION COURSE

DRIVER INSTALLATION
PROCEDURE

0
HOW DO YOU USE THIS MODULE

Quarter 1 Week 8 Module 8


Common Competencies: Installing and Configuring Computer Systems
Learning Objective: Carrying out Driver Installation Procedure
TLE_IACSS9-12ICCS-If-j-29

Before starting the module, I want you to set aside other tasks that will disturb you
while enjoying the lessons. Read the simple instructions below to successfully enjoy the
objectives of this kit. Have fun!

1. Follow carefully all the contents and instructions indicated in every page of this
module.
2. Write on your notebook the concepts about the lessons. Writing enhances learning,
that is important to develop and keep in mind.
3. Perform all the provided activities in the module.
4. Let your facilitator/guardian assess your answers using the answer keycard.
5. Analyze conceptually the posttest and apply what you have learned.
6. Enjoy studying!

PARTS OF THE MODULE

• Expectations - These are what you will be able to know after completing the
lessons in the module.
• Pre-test - This will measure your prior knowledge and the concepts to be
mastered throughout the lesson.
• Looking Back - This section will measure what learnings and skills that you
understand from the previous lesson.
• Brief Introduction-This section will give you an overview of the lesson.
• Activities- These are activities designed to develop critical thinking and other
competencies. This can be done with or without a partner depending on the
nature of the activity.
• Remember - This section summarizes the concepts and applications of the
lessons.
• Checking your Understanding - It will verify how you learned from the lesson.
• Post-test - This will measure how much you have learned from the entire
module.

1
LESSON 1: DEVICE DRIVER

EXPECTATIONS:

• Discuss the functions and purpose of the device driver;


• Familiarize with the types of device driver; and
• Recognize the use of manufacturer’s guide and the software license
agreement.

Photo’s credit to: https://www.pngfuel.com/free-


png/rgoyl/download

PRE –TEST

Direction: Read and answer carefully. Encircle the BEST answer from the given choices.

1. It is a computer program that operates or controls a particular type of device that is


attached to a computer.
A. boot driver C. motherboard device driver
B. device driver D. virtual device driver

2. It is the basic driver needed to start the computer system.


A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

3. It contains programs that are designed to allow pieces of computer hardware


(expansion cards) such as video card, sound and network card to function on a computer.
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

4. It contains programs that allow different ports to function such as USB ports and I/O
ports for the mouse and keyboard.
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

5. It is a kind of driver use in reading the .iso files without having an actual disc.
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

2
6. Problems with the device driver can be easily solved by the following except one.
A. through the process of configuration
B. through the process of rebooting the computer
C. through the process of replacing the driver
D. through the process of updating the driver

7. It is system software that manages computer hardware, software resources, and


provides common services for computer programs.
A. Application Software C. Security Software
B. Operating System D. Software Utility

8. It is used to manage the hardware devices installed in a computer like hard disk
drives, keyboards, sound cards, USB devices, and more.
A. Administrative Tools C. Devices and Printers
B. Device Manager D. System and Security

9. It is a mark that you can see when there is a missing driver into your computer.
A. B. C. D.
https://www.howtogeek.com/193798/h
ow-to-find-drivers-for-unknown-
devices-in-the-device-manager/

10. It refers to the particular configuration/set-up of a software and hardware to make the
computer usable.
A. Assemble B. Embedding C. Installation D. Testing

Online Link of the PRE-TEST: https://forms.gle/PL47AQPTCrRJUHAG8

LOOKING BACK TO YOUR LESSON

I. Direction: Tell something about the pictures based on the learning gained.

_______________________________________________________
_______________________________________________________
_______________________________________________________
Malaya, Perlito N.
retrieved 2016.
____________________________.

3
_______________________________________________________
_______________________________________________________
_______________________________________________________
Malaya, Perlito N.
retrieved 2016. ____________________________.

BRIEF INTRODUCTION

Before the installation procedure, it is a must to check


the accuracy and compatibility of the device driver to use for
the different hardware devices of your computer.

DEVICE DRIVER Photo’s credit to: https://www.pngfuel.com/free-


png/rgoyl/download

It is a computer program that operates or controls a particular type of device that is


attached to a computer. A driver provides a software interface to hardware devices,
enabling operating systems and other computer programs to access hardware functions
without needing to know precise details about the hardware being used.

A driver communicates with the device through the computer bus or


communications subsystem to which the hardware connects. When calling, program
invokes a routine in the driver, the driver issues commands to the device. Once the device
sends data back to the driver, the driver may invoke routines in the original calling program.
https://en.wikipedia.org/wiki/Device_driver

Functions of Device Driver


A device driver processes the request of an application and then sends the
instruction to the hardware device to produce output. This is how the display information
is sent from the operating system to the display or monitor. It has a configuration interface
that can be accessed so that the user can make adjustments to the hardware device.

1. Installation
A device driver is installed using CD/DVD or any external bootable device with
complete file system to run the setup program.

4
2. Updating
Device drivers can be updated on a system using a variety of methods.
1. Downloaded the available updates from the manufacturer.
2. Installing updates to the operating system.

3. File Types
Device drivers can have a file type of Dynamic Link Library (DLL) or Executable
(EXE) depending on the type program being used. Many software programs that
communicate with the device uses a DLL or EXE file format in order for the device to
function properly.
https://slideplayer.com/slide/1593683/

DLL – it is the file format used for holding multiple codes and procedures for
Windows programs. DLL files were created so that multiple programs could use their
information at the same time, aiding memory conservation. It also allows the user to edit
the coding of multiple applications at once, without changing the applications themselves.
https://whatis.techtarget.com/fileformat/DLL-Dynamic-link-library-file#

EXE - is a file extension for an executable file format. An executable is a file that
contains a program - that is, a particular kind of file that is capable of being executed or
run as a program in the computer. An executable file can be run by a program in
Microsoft DOS or Windows through a command or a double click.
Note:
A file whose name ends in ".exe" is really a program that when opened causes the
operating system to run the program. Users who receive an .exe file as an e-mail
attachment should always be sure that the file comes from a trusted source and does not
contain a virus.
https://whatis.techtarget.com/fileformat/EXE-Executable-file-program#:

Types of Device Drivers

1. Basic Input / Output System (BIOS) Device Driver – it has a collection of programs
stored in one or more EEPROM or EPROM (memory) chips, depending on the computer
design, on the motherboard. It refers to the entire set of device drivers in a computer that
provide a link between the hardware and software used on the system. However, the term

5
has now evolved into meaning which is the basic drivers needed to start the computer
system.
In the early days of the PC the BIOS was the ONLY set of drivers. That’s because
the devices for a system “came with the system” and were designed, produced, and/or
created by the computer manufacturer. However, as computer components and
peripherals became manufactured by different companies, or companies that were
separate from the computer designer, device drivers had to be furnished so the computer
and operating system could communicate with the device. It became impossible to store
all the device drivers ever made on a ROM (Read Only Memory) chip on the motherboard.
Instead, individual device drivers were created by the maker of each device and loaded
and stored on the computer. The BIOS driver looks for devices with their own ROM (which
normally contains their own BIOS) and initializes their drivers.
Today, the definition of BIOS drivers usually means the collection of actual drivers
used to get the system started and running in a basic configuration.
For example, on a PC running in safe mode, the system is running on almost
entirely EPROM-based or EEPROM-based BIOS drivers. BIOS drivers perform about
four main tasks. BIOS drivers initiate POST (Power On Self Test), the system
configuration and setup program, the bootstrap loader, and the coordination of loading all
the basic device drivers.
https://driverwhiz.com/device-drivers/system-drivers/bios-drivers

2. Motherboard Drivers
- It contains programs that allow the different ports to function such as Universal
Serial Bus (USB) ports and Input/output (I/O) ports for the mouse and keyboard.
Depending on the manufactured motherboard, the drives may also have basic drivers for
video and audio support.
Note:
BIOS device drivers are not the same as the motherboard device drivers.

3. Hardware Device Drivers – it contains programs that are designed to allow pieces of
computer hardware such as expansion slots to function on a computer. Video cards,
sound cards, network cards and other expansion cards come with driver discs to ease
the installation process of the hardware. Other devices like certain kinds of digital
cameras and MP3 players have PC drivers programmed into their software for easy use.

6
4. Virtual Device Drivers - it emulate a piece of hardware and essentially trick the
computer into thinking that is reading from a piece of actual hardware. A particular and
popular use for virtual device drivers is with reading the .iso files without having the actual
disc.

Purpose of Device Drivers


The purpose of device driver is to facilitate communications between the Central
Processing Unit (CPU) and computer memory with each type of device on the computer.
Note:
Problems with device drivers can be easily solved through a process of updating
and configuration of the device and the Microsoft Windows Operating System.
1. Reboot – unresponsive devices and applications can easily solved by rebooting the
computer. Rebooting the computer releases the memory and the CPU resources which
are currently being used by every device. When you turn the computer on, the
troublesome device should be functioning properly.

2. Plug and Play – devices nowadays are plug and play which allows you to connect the
devices before you turn the computer on. Windows will detect the new device and
automatically install it as well as the new drivers for the device.

3. Roll Back – sometimes newer version of the device driver causes incompatibility. Use
the Microsoft System Restore to roll back the driver.
4. Update - If your computer is not functioning well, use Windows Update to determine if
there is an operating system update which may be the cause of the problem with the
device driver. You can also visit the device manufacturer’s website for the available
device update.

HOW TO DETERMINE WHAT DRIVERS A COMPUTER NEEDS


Device drivers are needed to communicate with a hardware device within a
computer. A computer program such as the operating system sends instructions to a
device driver which tells the hardware device on what to do.
https://slideplayer.com/slide/1593683/

An operating system (OS) is system software that manages computer


hardware software resources, and provides common services for computer programs.
https://en.wikipedia.org/wiki/Operating_system#

PROCEDURE:

7
1. Using the BIOS SETUP - Press F2 to open the BIOS Setup
-The BIOS will display the type of hard drive installed in the system.
2. Using the Device Manager – it is used to see the device driver installed.
Device Manager is a Control Panel applet in Microsoft Windows operating systems. It
allows users to view and control the hardware attached to the computer. When a piece of
hardware is not working, the offending hardware is highlighted for the user to deal with.
https://en.wikipedia.org/wiki/Device_Manager

Device Manager is used to manage the hardware devices installed in a computer like hard
disk drives, keyboards, sound cards, USB devices, and more.
Think of Device Manager as the master list of hardware that Windows
understands.
https://www.lifewire.com/device-manager-2625860

2.1. Double Click on the “System” icon on the Control Panel.


2.2 Choose the “Hardware Tab”
2.3. Click on the “Device Manager” button to see the list of devices installed and
used by the operating system.
3. Check the “Windows Update” for available updates
4. Visit the “Manufacturer’s Website”.

Note:
Wrong driver can result in a system conflict in which can cause a hardware
component malfunction.
https://slideplayer.com/slide/1593683/

ACTIVITY

SCHOOL ACTIVITY/ HOME ACTIVITY


Direction: With the supervision of the teacher and parent-teacher at home, the students
will perform the given activity.
1. Check the device hardware installed into Personal Computer (PC) available in
computer laboratory (School) / at home by opening the “Device Manager of the computer.
2. Use and follow the given procedure correctly based on the lessons conducted.
3. Record the list of the entire hardware device from the “Device Manager”
3.1. Functioning –
8
3.2 Missing -
3. Take Pictures / Record the activity conducted.

REMEMBER

Before you conduct the updating of the driver software, make


sure to read and understand the terms and conditions in accordance
with the software utilization guide and End-User License Agreement
(EULA).
Photo’s credit to
http://clipart-library.com

CHECK YOUR UNDERSTANDING

Direction: Supply the needed data based on the types of device drive.

1. BIOS
Function:
______________________________________________________________________
______________________________________________________________________
_______________________________________.

Purpose:
______________________________________________________________________
______________________________________________________________________
_____________________________________.

2. Motherboard Drivers
Functions:
______________________________________________________________________
______________________________________________________________________
_____________________________________.

Purpose:
______________________________________________________________________
______________________________________________________________________
_____________________________________.

3. Motherboard Drivers

9
Functions:
______________________________________________________________________
______________________________________________________________________
_____________________________________.

Purpose:
______________________________________________________________________
______________________________________________________________________
_____________________________________.

4. Virtual Device Drivers


Functions:
______________________________________________________________________
______________________________________________________________________
_____________________________________.
Purpose:
____________________________________________________________________
______________________________________________________________________
_______________________________________.

LESSON 2: DRIVER INSTALLATION


PROCEDURE
EXPECTATIONS

• Discuss the drivers installation procedure;


• Carry out installation using portable bootable device; and
• Recognize the use of software user guide and the software
license agreement.

Photo’s credit to: https://www.pngfuel.com/free-


png/rgoyl/download

10
LOOKING BACK TO YOUR LESSON

Direction: Analyze the situation and answer the following questions.

1. Situation: As I turn on the computer, messages appear then suddenly, the sound
produce before it totally open. Which do you think is the driver that initiates the POST
to produce sounds?
CLUE: B _ O _
Answer: __________________________________

2. Situation: Aubrey bought a new computer mouse, as she plug-in it to her computer, it
automatically installed as well as its driver. What do you think is the kind of device she
had?
CLUE: P _ U G & P L _ Y
Answer: __________________________________

3. Situation: Emmanuel’s habit is to listen to the music while does the paper works. As
he tried to open and play the music into the computer, there is no sounds produce. For
him to see and check if the device driver for sound is installed, where will he find it out
easily?
CLUE: D _ E V _ C E M_N_G_R
Answer: ______________________________________

BRIEF INTRODUCTION

Installation is the process of configuring both computer


hardware and software to make the program/system ready for
execution.

Photo’s credit to: https://www.pngfuel.com/free-


png/rgoyl/download

Installation
It refers to the particular configuration of a software or hardware with a view to
making it usable with the computer. A soft or digital copy of the piece of software
(program) is needed to install it. There are different processes of installing a piece of

11
software (program). Because the process varies for each program and each computer,
programs (including operating systems) often come with an installer, a specialized
program responsible for doing whatever is needed for the installation.

It typically involves code (program) being copied/generated from the installation


files to new files on the local computer for easier access by the operating system, creating
necessary directories and registering environment variables.
https://en.wikipedia.org/wiki/Installation_(computer_programs)

Boot Disk
It is a removable digital data storage medium from which a computer can load and
run (boot) an operating system or utility program. The computer must have a built-in
program which will load and execute a program from a boot disk meeting certain
standards.
https://en.wikipedia.org/wiki/Boot_disk#

Bootable USB Flash Drive - is an external hard drive that can be used to boot a Desktop
computer or a laptop.
https://www.quora.com/What-do-you-mean-by-bootable-USB#

DRIVER INSTALLATION PROCEDURES USING PORTABLE


BOOTABLE DISK (USB Flash Disk) for Windows 7

PROCEDURE:

1. Insert the USB boot media into USB port.

https://www.lifewire.com/how-to-boot-
from-a-usb-device-2626091

2. Press the Power button to turn on your computer.

https://www.computerhope.com/issues
/ch001488 htm

12
3. During the initial startup screen,
Press ESC, F1, F2, F8 or F10.
(Depending on the company that
https://www.howtogeek.com/howto/16876/how-
created your version of BIOS, a to-increase-the-vmware-boot-screen-delay/

menu may appear.) F2 / F12 to


Enter Setup using the keyboard.

4. The BIOS setup Utility page will appear.


Using the arrow keys on your keyboard, select
the “BOOT Tab”. All of the available system
devices will be displayed in order of their boot
priority.

https://www.lifewire.com/how-to-boot-from-a-
usb-device-2626091
5. Change the BIOS boot order so the USB
will be the first device option in the boot sequence.
The BIOS is rarely set up this way by default.

6. Save the change and then exit the BIOS Setup by Pressing the “F10”.
7. The computer will restart using the new settings, booting from your USB drive.

8. Stay alert! Depending on your BIOS, you may be prompted with a message “Press any
key to boot from external device” and you will only have a few seconds to respond.
https://www.acronis.com/en-eu/articles/usb-boot/

https://www.lifewire.com/how-to-boot-from-a-
9. Wait for Windows 7 Installation Files to Load usb-device-2626091

10. Choose Language and Other Preferences

11. Click the “Install Now” Button

13
12. Accept the Windows 7 License Terms

13. Choose the Type of Windows 7 Installation to


Complete: Click on the “Custom (advanced)” button.

14. Show the Windows 7 Advanced Drive Options

15. Delete the Partition Windows is Installed

16. Delete Other Operating System

Related Partitions

14
17. Choose a Physical Location to Install
Windows 7

18. Wait while Windows 7 is Installing


(the machine will restart several times )

19. Wait for Windows 7 Setup to Complete

Note:
Remember to remove your USB bootable device as
the computer Restart.

20. Enter the Windows 7 Product Key

20. Your Windows 7 Clean Install is Complete!

https://pcdestination.zendesk.com/hc/en-us/articles/115001025212-Windows-7-Clean-Install-

15
Viewing, Checking and Updating (if needed) of Hardware
Components Installed into Computer after Installation Process
PROCEDURE:
1. Open Control Panel.
2. Click the System icon.
3. On the left side, click Device Manager

4. In the “Device Manager” dialog box, locate


the device driver that requires a driver. This is
usually represented with a yellow bang, or
exclamation mark, icon.

https://www.howtogeek.com/193798/h
ow-to-find-drivers-for-unknown-
devices-in-the-device-manager/

5. Right click the device and then click Update


Driver Software. This will open the “Update
Driver Software” dialog box.
6. You can choose “Search automatically for
updated driver software” or “Browse my
computer for driver software” and then, provide the path to the driver software that
you’ve previously downloaded.

When you provide the path, Windows will load and initialize the drivers
immediately. There’s no need to restart the system. You are already finished!
https://www.interfacett.com/blogs/how-to-manually-install-a-device-driver-in-windows-7/

16
ACTIVITY

SCHOOL ACTIVITY/ HOME ACTIVITY


Direction: With the supervision of the teacher and parent-teacher at home, the students
will perform the given activity.

1. Prepare the Portable Bootable USB Flash Drive for the installation purposes.

2. Ask your teacher in school / parent-teacher at home to perform the activity by asking
permission to use the available computer that needed an installation process.

3. View and check the “Device Manager” to see if all the drivers are installed into
computer. If you have notice that there is an “Exclamation Point” try to update the
driver.
4. Take Pictures / Record the activity conducted.

REMEMBER

In carrying out the installation process using the portable


bootable USB Flash Disk, accurate procedures or instructions are
important in accordance with the software user guide and the
software license agreement for the computer to function well.
Photo’s credit to
http://clipart-library.com

17
CHECK YOUR UNDERSTANDING

Direction: Answer the following questions correctly.


1. How important is the software user guide and the software license?
________________________________________________________________
______________________________________________________________________
___________________________________________.

2. Why is there a need to update the device drivers?


________________________________________________________________
______________________________________________________________________
___________________________________________.

POST – TEST

Direction: Read and answer carefully. Encircle the BEST answer from the given choices.

1. Every device has a driver which operates and controls computer program. Based
on the statement, which of the following is being described?
A. boot driver C. motherboard device driver
B. device driver D. virtual device driver
2. To start the computer system, basic driver is needed. Which is referring to the basic
driver?
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver
3. To allow pieces of computer hardware (expansion cards) such as video card, sound
and network card to function on a computer, which driver is needed?
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver
4. To allow different ports to function such as the USB ports and I/O ports for the mouse
and keyboard, which driver will be fitted for the purpose?
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

18
5. In reading the .iso files, which kind of driver will be used?
A. BIOS device driver C. motherboard device driver
B. hardware device driver D. virtual device driver

6. Problems with the device driver can be easily solved by the following. Which is not
included?
A. through the process of configuration
B. through the process of rebooting the computer
C. through the process of replacing the driver
D. through the process of updating the driver

7. This system software manages computer hardware, software resources, and provides
common services for computer programs. Which of these is being described?
A. Application Software C. Security Software
B. Operating System D. Software Utility

8. To manage the hardware devices installed in a computer like hard disk


drive, keyboards, sound cards, USB devices, and more. Which of the following is
needed?

A. Administrative Tools C. Devices and Printers


B. Device Manager D. System and Security

9. If there is a missing driver into your computer, which mark will you see?
A. B. C. D.
https://www.howtogeek.com/193798/h
ow-to-find-drivers-for-unknown-
devices-in-the-device-manager/

10. To make the computer usable, the particular configuration/set-up of a software and
hardware is needed. What do you call on the process that is being described?
A. Assemble B. Embedding C. Installation D. Testing

Online Link of the POST-TEST: https://forms.gle/k49f6b9NxSVNQ8jz8

19
KEY ANSWERS:
PRE-TEST
1. B – device driver
2. A – BIOS device driver
3. B – hardware device driver
4. C - motherboard device drivers
5. D – virtual device driver
6. C - through the process of replacing the driver
7. B - Operating System
8. B - Device Manager

9. B –
10. C - Installation

LOOKING BACK TO YOUR LESSON (PART 1)


Through the use of Criteria Rubrics

ACTIVITY (PART 1)
A. School Activity
B. Home Activity
} Through the use of Performance Rubrics

CHECKING YOUR UNDERSTANDING (PART 1)


Through the Use of Criteria Rubrics

LOOKING BACK TO YOUR LESSON (PART 2)


1. BIOS Device Driver
2. Plug and Play
3. Device Manager

ACTIVITY (PART 2) CHECKING YOUR UNDERSTANDING


(PART 2)
Through the use of Performance Rubrics
Through the use of Criteria Rubrics
20
POST-TEST
1. B – device driver
2. A – BIOS device driver
3. B – hardware device driver
4. C - motherboard device drivers
5. D – virtual device driver
6. C - through the process of replacing the driver
7. B - Operating System
8. B - Device Manager

9. B –
10. C - Installation

PERFORMANCE RUBRICS
for LESSON 1 & LESSON 2 – ACTIVITIES
CRITERIA 5 4 3 2 1
The student/s The student/s The student/s The The student/s
are able to are able to are able to student/s are are able to
understand and understand understand able to perform the
perform the and perform and perform perform the activity with
ACCURACY activity correctly the activity but the activity activity but repetition
commits one but commits commits
(1) error during two (2) errors more than
the process during the two (2) errors
process
The student/s The student/s The student/s The The student/s
are able to are able to are able to student/s are are able to
ADHERANCE understand and understand understand able to adhere to the
TO follow the and follow the and follow the understand procedure
PROCEDURE procedures procedures procedures and follow with total
correctly with correctly but with slight the guidance
enthusiastic hardship procedures
with
confusion
The student/s The students The students The students The students
are able to are able to are able to are able to are given
finished the finished the finished the finished the additional time
activity before activity within activity which activity which just to finished
SPEED the allotted time the allotted exceeds for exceeds for the activity
time five (5) ten (10)
minutes from minutes from
thegiven the given
allotted time allotted time

Scoring Legend:
15 pts.= 100% 12 pts.=94% 9 pts.=88% 6 pts.= 82% 3 pts. = 76%
14 pts.= 98% 11 pts.=92% 8 pts.=86% 5 pts.= 80% 2 pts. = 74%
13 pts.= 96% 10 pts.=90% 21
7 pts.=84% 4 pts. = 78% 1 pts. = 72%
CRITERIA RUBRICS FOR
LESSON 2 – LOOKING BACK TO YOUR LESSON (PART 1)
– CHECKING YOUR UNDERSTANDING (PART 1 & 2)

CRITERIA 5 4 3 2 1
The students The students The students The students The students
Quality are able to are able to are able to are able to are able to
of Answer understand understand and understand understand answer
with Correct and answer answer the and answer and answer questions but
Usage of the questions the questions the questions has a difficulty
Grammar questions correctly slightly correct slightly correct in constructing
correctly and with a minimal ideas
clearly error in usage
explained grammar
The students The students The students The students The students
Ideas and are able to are able to are able to are able to have the
Explanation explain and explain his/her explain his/her explain his/her hardship to
expand ideas ideas slightly idea explain his/her
his/her ideas thoroughly idea
extremely

Scoring Legend:
10 pts.= 90% 7 pts.=84% 4 pts.=78% 1 pt.=72%
9 pts.= 88% 6 pts.=82% 3 pts.=76% 0 pt.=70%
8 pts.= 86% 5 pts.=80% 2 pts.=74%

References:
https://en.wikipedia.org/wiki/Device_driver
https://www.interfacett.com/blogs/how-to-manually- install-a-device-driver-in-windows-7/
https://slideplayer.com/slide/1593683/
https://www.howtogeek.com/193798/how-to-find-drivers-for-unknown-devices-in-the-
device-manager/
Malaya, Perlito N. “Prepare Bootable Installer”, retrieved 2016.
https://whatis.techtarget.com/fileformat/DLL-Dynamic-link-library-file#
https://whatis.techtarget.com/fileformat/EXE-Executable-file-program#:
https://driverwhiz.com/device-drivers/system-drivers/bios-drivers
https://en.wikipedia.org/wiki/Operating_system#
https://www.lifewire.com/device-manager-2625860
https://en.wikipedia.org/wiki/Installation_(computer_programs)
https://en.wikipedia.org/wiki/Boot_disk#
https://www.quora.com/What-do-you-mean-by-bootable-USB#
https://www.lifewire.com/how-to-boot-from-a-usb-device-2626091
https://www.acronis.com/en-eu/articles/usb-boot/

22
https://pcdestination.zendesk.com/hc/en-us/articles/115001025212-
Windows-7-Clean-Install-
ACKNOWLEDGEMENTS

Writer: ABIGAIL CORAZON E. GARROTE, T2 RMHS


LEONIE B. PALLONES, T3 RMHS
Editor: MICHAEL DG. OMBAO
PERLITO N. MALAYA
Reviewer: PERLITO N. MALAYA

ARIEL D. TOSIO
Education Program Supervisor, TLE-Vocational

AQUILINA TIAMA
Education Program Supervisor

Management Team: MARIA MAGDALENA M. LIM, CESO V


Schools Division Superintendent

AIDA H. RONDILLA
Chief, Curriculum Implementation Division

LUCKY S. CARPIO
Division EPS in Charge of LRMS
Division ADM Coordinator

LADY HANNAH C. GILLO


Librarian II-LRMS

23

You might also like