Final CBLMCSS
Final CBLMCSS
List of Competencies
ELC724333
3. Set up Computer Servers Setting up Computer Servers
LEARNING OUTCOMES
At the end of this module you MUST be able to:
1. Assemble computer hardware
2. Prepare installer
3. Install operating system and drivers for peripherals
4. Install application software
5. Conduct testing and documentation
ASSESSMENT CRITERIA:
1.1 Unit assembly is planned and prepared to ensure OH&S policies and
procedures are followed in accordance with systems requirements.
1.2 Materials necessary to complete the work are identified and obtained
in accordance with established procedures and checked against
systems requirements.
1.3 Tools, equipment and testing devices needed to carry out the
installation work are obtained in accordance with established
procedures and checked for correct operation and safety.
1.4 Computer hardware is assembled in accordance with established
procedures and systems requirements.
1.5 Basic-input-output-system (BIOS) configuration is performed in
accordance with hardware requirements.
2.1 Portable bootable devices are created in accordance with software
manufacturer instruction.
2.2 Customized installer is prepared in accordance with software
utilization guide and end-user agreement.
2.3 Installation of portable applications are carried out in accordance with
software user guide and software license.
Assessment Criteria
1. Unit assembly is planned and prepared to ensure Occupational Health
and Safety policies and procedures are followed; the work is
appropriately sequenced in accordance with requirements.
2. Materials necessary to complete the work are obtained in accordance
with established procedures and checked against job requirements.
3. Tools, equipment and testing devices needed to carry out the
installation work are obtained in accordance with established
procedures and checked for correct operation and safety.
4. Computer hardware is assembled in accordance with established
procedures and systems requirements.
5. Basic-Input-Output-System (BIOS) configuration is performed in
accordance with hardware requirements
Conditions
Learning Objectives:
After reading this INFORMATION SHEET, YOU MUST be able to:
1. Identify the basic precautions and procedures in planning, preparing,
installing and testing of computer hardware and software.
2. Identifying the OH&S policies and guidelines in Computer System
Servicing
3. Determining the effects of computers to the people, health risk, and to
the environment
Failure to do the proper jumper setting may cause damage to your CPU.
Without an effective cooling fan, the CPU can overheat and cause damage to
both CPU and the motherboard.
Each bank must have the same size and type of memory installed in pairs.
Before adding and removing any other system components, make sure that
you unplug your power supply. Failure to do so may cause damage to your
motherboard and in the system component.
1. Always power off the computer and unplug the computer before
working on it.
2. Take away any liquid near your working area to avoid getting
electrocuted or accidentally damaging computer parts.
3. Be careful with tools that may cause short circuit.
4. Always ground or discharge yourself before touching any part of the
computer.
5. Do not use excessive force if things don't quite slip into place.
6. Clean the area before and after using it to maintain sanitation and
prevent accidents.
7. Hold the components on the edges and do not touch the Integrated
Circuit (IC) parts.
8. Always wear personal protective equipment (PPE) in accordance with
the organization's OHS procedures and practices.
9. Make sure that the pins are properly aligned when connecting a cable
connector.
10. Contingency measures during workplace accidents, fire and other
emergencies are recognized.
EFFECTS OF COMPUTERS
3. Health Risks
4. Public Safety
Adults, teen, and children around the world are using computers to
share publicly their photos, videos, journals, music, and other personal
information. Some of these unsuspecting, innocent computer users have
fallen victim to crimes committed by dangerous strangers. Protect yourself
and your dependents from these criminals by being cautious. For example,
do not share information that would allow others to identify or locate you.
5. Impact on Environment
A. IDENTIFICATION
B. Matching Type
Direction: Select your answer on the choices below that will correspond on
the statement. Write the letter of your answer on the space provided.
A. Violation of Privacy
B. Impact of the Environment
C. Public Safety
D. Health Risk
E. Impact of Labor Force
Compare your answers with the Answer Key on the next page. If you get
80% and above, then you may proceed to the next activity but if not,
master the lesson and take the Self-Check again.
1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE
B. MULTIPLE CHOICE
1. B
2. E
3. A
4. C
5. D
Learning Objectives:
INPUT DEVICES
PROCESSING DEVICES
STORAGE DEVICES
COMMUNICATION DEVICES
The system unit is a box-like case that houses the processor, memory
and other electronic components of the computer that are used to process
data. All other computer system devices, such as the monitor, keyboard,
and mouse, are linked either directly or indirectly into the system unit.
Figure below shows some of the components inside the system unit on
a typical PC, including the processor, memory, expansion cards, drive bays,
power supply, ports and connectors. The processor is the device that
executes program instructions. The memory device is a package that holds
temporarily data and program instructions during processing. An expansion
card is a circuit board that adds devices or capabilities to the computer.
Figure 7 Motherboards
Many electronic components attach to the motherboard
-SRAM-
Static RAM (SRAM) is faster and more reliable than any form of
DRAM. The term static refers to the fact that it does not have to be re-
energized as often as DRAM. SRAM is much more expensive than DRAM,
thus it is usually used for special purpose, such as used in cache.
OTHER COMPONENTS
BUSES
As previously explained, a computer processes and stores data as a
series of electronic bits. These bits are transferred internally within the
circuitry of the computer along electrical channels. Each channel, called a
bus, allows the various devices inside and attached to the system unit to
communicate with each other. Just as vehicles travel on a highway to move
from one destination to another, bits travel on a bus.
A bus is measured by its size. The size of a bus, called the bus width,
determines the number of bits that can be transmitted at one time. For
example, a 32-bit bus can transmit 32 bits (4 bytes) at a time. On a 64-bit
bus, 64 bits (8 bytes) are transmitted from one location to another at a time.
The larger the number of bits handled by the bus, the faster the computer
transfers data. If a number in memory occupies 64 bits, it must be
transmitted in two separate steps when using a 32-bit bus: once for the first
32 bits and once for the second 32 bits. Using a 64-bit bus, however, the
number can be transmitted in a single step, transferring all 64 bits at once.
The wider the bus, the fewer number of transfer steps required and the
faster the transfer of data. Most personal computers today use a 64-bit bus.
Two basic types of buses are found in a computer: a system bus and
an expansion bus. A system bus is part of the motherboard and connects
the CPU to main memory. An expansion bus allows the CPU to
communicate with peripheral devices. Data transmitted to the CPU travels
from the expansion bus and the system bus. When computer professionals
use the term bus by itself, they usually are referring to the system bus.
Since the types of expansion buses on a motherboard determine the types of
expansion cards you can add, you should understand the expansion buses
commonly found in today's personal computers:
The PCI Express (PCIe) bus is an expansion bus that expands on and
doubles the speed of the original PCI bus. Nearly all video cards today
use the PCI Express bus, as well as many hard disks and network
cards. Experts predict the PCI Express bus eventually will replace the
PCI bus completely.
The Universal Serial Bus (USB) and FireWire bus are buses that
eliminate the need to install expansion cards into expansion slots. In a
computer equipped with a USB, USB devices are connected to each
other outside the system unit and then a single cable attaches to the
USB port. The USB port then connects to USB, which connects to the
The expansion bus for a PC Card is the PC Card bus. With a PC Card
inserted into a PC Card slot, data travels on the PC Card bus to the
PCI bus.
Parallel ports allow the parallel transmission of data; that is, several
bits are transmitted simultaneously. Figure also shows how 8-bit
bytes travel in parallel over 8 separate lines. Extra lines carry control
signals. Parallel ports use the same 25-pin RS-232C connector or the
36-pin Centronics connector. These ports provide the interface for
such devices as high-speed printers, external magnetic tape or disk
backup units, and other computers. Two newer types of parallel ports,
the EPP (Enhanced Parallel Port) and the ECP (Extended Capabilities
Port), use the same connectors as the Centronics port, but are more
than 10 times faster.
FireWire ports, also called IEEE 1394 port, are similar to the USB
port and can connect multiple types of devices that require faster data
transmission speeds such as digital video cameras, digital
VCRs color printer, scanners, digital cameras, and DVD drives to a
single connector. Up to 63 devices can be connected together using a
FireWire port. The latest FireWire version, called FireWire 800, is
much more advanced than its predecessor, FireWire 400. The FireWire
also supports Plug and Play. Many computer professionals believe
that ports such as USB and FireWire someday will replace serial and
parallel ports completely. Having standard ports and connectors, such
as USB and FireWire, greatly simplify the process of attaching devices
to a computer. In general, FireWire has replaced parallel and SCSI
ports, and USB ports have replaced mouse, keyboard, serial, audio,
and parallel ports. Some newer computers do not have a serial or
parallel port. Users plug the device in a USB or FireWire port. Figure
4-32 shows how USB and FireWire are replacing other ports
completely.
Performance Objective:
In the tool shop, given the supplies, computer components and
peripherals, materials, and equipment, you are required to identify the
different computer components and peripherals and their specifications
in 15 minutes
Steps/Procedure:
1. Proceed to the station(with PC unit) assigned to you
2. Identify the different components and write the specifications
of each component on your paper.
3. Submit output to trainer for evaluation
CRITERIA YES NO
LEARNING OBJECTIVES:
1. Identify the different tools and equipment used in computer systems and
networks
2. Determine the different use and functions of these tools and equipment
A multi-meter or a multi-
tester, also known as a
VOM (Volt-Ohm meter), is
Multi-tester or an electronic measuring
Multi-meter instrument that combines
several measurement
functions in one unit.
In hardware servicing a
Mirror mirror is used for
inspecting the
peripherals
Tweezers are tools used
for picking up objects
too small to be easily
Tweezers handled with the human
hands
An antistatic wrist
strap, ESD wrist strap,
or ground bracelet is an
antistatic device used to
Antistatic Wrist safely ground a person
working on very sensitive
Strap
electronic equipment, to
prevent the buildup of
static electricity on their
body, which can result
in electrostatic discharge
(ESD)
a printer is a peripheral
which produces a text or
graphics of documents
Printer stored in electronic form,
usually on physical print
media such as paper or
transparencies
An application used to
Device Driver install the device and
CD/DVD peripherals of a
computer systems and
networks
B. MATCHING TYPE
Direction: Select your answer on the choices below that will correspond on
the statement. Write the letter of your answer on the space provided.
F. Mirror
G. Flash light
H. Gloves
I. Tweezers
A. IDENTIFICATION
1. FALSE
2. FALSE
3. FALSE
4. FALSE
5. TRUE
B. MULTIPLE CHOICE
1. G
2. J
3. F
4. I
5. H
Learning Objectives:
After reading this INFORMATION SHEET, YOU MUST be able to:
1. Identify the proper procedure in assembling computer hardware
2. Apply the OH&S policies and guidelines in assembling computer
hardware
3. Gathering necessary tools and supplies that needed in assembling
computer hardware.
When buying computer parts, you have to make sure that all parts are
compatible with each other to avoid problems due to hardware
incompatibility. Therefore, it is safer to buy computer parts in “barebones
kit” where most of the computer parts, if not all, can be bought together like
the system case, motherboard, power supply, CPU, hard drive and memory.
Open the computer case by removing the side panels. Find the screws
that hold the side panels in place and remove. The panel is removed by first
sliding it back then lifting it away from case.
Put the grounding strap on your wrist and connect the other end to
the computer case. If your strap is not equipped with a clip to hook to the
case, find a place to wedge against the metal as shown. This will prevent any
buildup of static electricity on your body from damaging the computer
components.
Figure 3
Motherboard in the box
The hard drive is the device that stores all of your date. It is 3.5” wide
and needs to be mounted so that you can gain access to the cable
connections on the back. If that is not possible you may need to connect
cables before you install the drive. To mount the drive:
Find a 3.5” drive bay to install the drive in. if you have trouble finding
a place to mount the drive consult your case documentation for suggestions.
Slide the drive into place until the screw holes on the sides are lined up with
the holes in the case. Install the screws.
Find the corner marking that designates pin 1 of the CPU as shown in
figure. On this AMD brand processor, the corner is marked with an
arrow. Consult the manufacturer’s documentation for specific
information about your processor.
Lift the small metal rod next to the socket as shown in figure.
The RAM is the temporary memory location that the processor works
from. Permanently stored data is pulled from disks and stored in RAM while
the processor works with it. The memory is easy to install:
Set the RAM board in the socket as shown in figure 8. Check to see
that the notch in the board is in the correct location. If it is not, turn it
around 180 degrees. Press firmly on both ends of the board to set into into
the socket. Make sure the tabs lock into place as shown in figure 9.
The case fan is usually installed on the back panel of the case. If the
fan mount is not obvious consult the case documentation.
To mount the fan:
Align the mounting holes by holding the fan to the mounting pad on
the inside of the case as shown in figure. The fan needs to be mounted so
that it blows air out of the case. Insert the screws from the outside of the
case and tighten.
Performance Objective:
In the tool shop, given the supplies, computer components and
peripherals, materials, and equipment, you are required to assemble the
different computer hardware in 10 minutes
Steps/Procedure:
1. Proceed to the station(with disassembled PC unit) assigned to
you
2. Identify the different parts of computer needed to assemble
applying the steps in assembling computer unit
3. Assemble the computer hardware provided
4. Submit output to trainer for evaluation
(Basic-Input-Output-System Configuration)
Learning Objectives:
After reading this INFORMATION SHEET, YOU MUST be able to:
1. Demonstrate how to configure Basic-Input-Output-System (BIOS)
2. Identify the steps in configuring BIOS Setup.
3. Determine the purpose of configuring BIOS before installing operating
system.
BIOS stand for Basic Input/output System which is the first software
that is loaded by the PC and prepares the PC for loading the Operating
System. It finds all the hardware components of the PC and it becomes
possible for the PC to load the OS.
Step 1: Restart your computer. Open Start, click the power icon, and click
Restart.
If your computer is locked, click the lock screen, then click the power
icon in the bottom-right corner of the screen and click Restart.
If your computer is already off, press your computers "On" switch.
Step 2. Wait for the computer's first startup screen to appear. Once the
startup screen appears, you'll have a very limited window in which you can
press the setup key.
It's best to start pressing the setup key as soon as the computer
begins to restart.
If you see "Press [key] to enter setup" or something similar flash
across the bottom of the screen and then disappear, you'll need to
restart and try again.
You'll typically use the "F" keys to access the BIOS. These are at the
top of your keyboard, though you may have to locate and hold the Fn
key while pressing the proper "F" key.
You can look at your computer model's manual or online support page
to confirm your computer's BIOS key.
Step 5. Familiarize yourself with the BIOS controls. Since BIOS menus
don't support mouse input, you'll need to use the arrow keys and other
computer-specific keys to navigate the BIOS. You can usually find a list of
controls in the bottom-right corner of the BIOS homepage.
If you don't know what you want to change coming into the BIOS, you
probably shouldn't change anything.
Step 7. Change the boot order. If you want to change what device to boot
from, enter the Boot menu. From here, you can designate which device the
computer will attempt to boot from first. This is useful for booting from a
disc or flash drive to install or repair an operating system.
You'll typically use the arrow keys to go over to the Boot tab to start
this process.
Step 8. Create a BIOS password. You can create a password that will lock
the computer from booting unless the correct password is entered.
Step 9. Change your date and time. Your BIOS’s clock will dictate your
Windows clock. If you replace your computer's battery, your BIOS clock will
most likely be reset.
Step 10. Change fan speeds and system voltages. These options are for
advanced users only. In this menu, you can overclock your CPU, potentially
allowing for higher performance. This should be performed only if you are
comfortable with your computer’s hardware.
Step 11. Save and exit. When you are finished adjusting your settings, you
will need to save and exit by using your BIOS' "Save and Exit" key in order
for your changes to take effect. When you save and restart, your computer
will reboot with the new settings. Check the BIOS key legend to see which
key is the "Save and Exit" key.
Performance Objective:
Using installed Operating System in Functional System Unit, you are
required to Configure the BIOS by changing the DATE and TIME in 5
minutes
Steps/Procedure:
1. Proceed to the Running System unit assigned to you
2. Check if the Operating System is Running
3. Enter the BIOS Setup Utility to perform configuration
4. Change the Date and Time based on time running in real-time
5. Let your trainer check your work
CRITERIA YES NO