Module 3 - Using Computer Hardware
Module 3 - Using Computer Hardware
The following CompTIA ITF domain objectives and examples are covered in
this module:
Page 208
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1 System Components
System Components
Objectives
On completion of this unit, you will be able to:
□ Identify the role of PC firmware and access the firmware setup program.
Page 209
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1
Selecting a Computer
In this unit, you will look at the main components inside the PC and how they
affect performance and upgrades. Computer performance is determined both
by the type of components installed and how well matched the components are
to one another. When considering performance, you need to understand how
the main components in a PC work together.
Fixed Disk
Because RAM only works while the power is on, when the computer is turned
off, programs and data are stored on a Hard Disk Drive (HDD) or Solid State
Drive (SSD). The type and specification of the mass storage drive such as an
HDD or SSD is important for three reasons:
■ If there is not enough space, fewer programs and data files can be stored
on the computer.
■ If the disk is not fast enough, performance will suffer when the computer
tries to load programs and data files into memory (read operations) or write
data from memory to files.
■ The computer may use part of the hard disk to supplement system RAM
(virtual memory). If the computer does not have much system RAM, it
helps for the hard disk to be fast otherwise accessing virtual memory often
will reduce performance even more than usual.
HDDs are based on a magnetic disk technology. SSDs use a type of transistor-
based memory called flash memory and are much faster than HDDs.
Page 210
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
System Components
See Unit 3.4 for more information about memory and storage
devices.
Network Interface
Computers, smartphones, and tablets are almost always used as part of a
computer network. They can use the network to share information locally and
to access data over the Internet. There are two main ways of making a
network link:
Page 211
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1
Motherboard Components
If you open up a PC or a laptop, the main thing you will see is the
motherboard (or system board). The motherboard is a Printed Circuit
Board (PCB) with some built-in processors (the chipset), sockets and slots for
upgradable components (CPU, RAM, adapter cards, disk drives), and wires
(buses) to connect them together.
You could upgrade the motherboard itself, but this is rarely cost-
effective.
Page 212
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Processors System Components
PCs contain a number of processors, but the most important is the Central
Processing Unit (CPU). The CPU is commonly described as the "brains" of a
computer; in fact, it is better thought of as a very efficient sorting office. The
CPU cannot think, but it can process simple instructions very, very quickly and
efficiently. A computer is only as "clever" as its software.
The following list is designed to give you a brief overview of the main brands
produced by Intel and AMD.
Page 213
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1 AMD CPU Brands
Older AMD brands such as Athlon, Phenom, Sempron, and Turion have been
phased out over the last few years. The following brands represent the
company's Zen microarchitecture in different segments:
ARM CPUs
CPUs and their chipsets for mobile phones/smartphones and tablets are often
based on the ARM (Advanced RISC Machine) microarchitecture, such as the
Apple A, Samsung Exynos, and nVIDIA Tegra, derivatives. RISC stands for
Reduced Instruction Set Computing. RISC microarchitectures use simple
instructions processed very quickly. This contrasts with Complex (CISC)
microarchitectures, which use more powerful instructions but process each one
more slowly. Intel's microarchitecture is CISC with RISC enhancements (micro-
ops).
Features of Processors
■ The Control Unit fetches the next instruction in sequence from system
memory to the pipeline.
■ The control unit decodes each instruction in turn and either executes it
itself or passes it to the Arithmetic Logic Unit (ALU) or Floating Point
Unit (FPU) for execution.
This overview is grossly simplified of course. Over the years, many different
internal architectures have been developed to optimize the process of fetch,
decode, execute, and writeback, while retaining compatibility with the basic
x86 instruction set, which defines a CPU as IBM PC compatible.
Page 214
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Instruction Set (32- versus 64-bit) System Components
The original version of x86 created in 1978 was designed for 16-bit CPUs. This
means that each instruction is 16-bits "wide." The first 32-bit CPU was
introduced in 1985 and the x86 instruction set was updated to a 32-bit version,
called x86-32 or IA-32 (Intel Architecture).
AMD developed the AMD64/x86-64/x64 instruction set now used by most 64-
bit CPUs in 2003. Intel refers to it as EM64T or Intel 64.
Note that CPUs feature additional larger registers for floating point
calculations and other specialized processing units. It is the
General Purpose (GP) register size that makes a CPU 32- or 64-
bit.
The main advantage of 64-bit is the ability to use more system memory. 32-bit
systems are limited to addressing up to 4 GB whereas systems with 64-bit
CPUs can address 256 Terabytes (or more). A 64-bit CPU can run a 64-bit or
32-bit OS. A 32-bit CPU cannot run 64-bit software.
Most workstations and laptops now use 64-bit CPUs. Some budget models
might come with a 32-bit chip, though this is increasingly unusual. Almost all
server computers would use a 64-bit CPU with only very old servers relying on
32-bit. 64-bit also dominates the premium smartphone and tablet sector,
though 32-bit is still prevalent on budget and midrange models.
When Intel or AMD release a new CPU, they produce a range of models
clocked at different maximum speeds (2 GHz, 2.4 GHz, 2.8 GHz, and 3 GHz
for instance). The speed at which the CPU runs is generally seen as a key
indicator of performance. This is certainly true when comparing CPUs with the
same architecture but is not necessarily the case otherwise. Dual-core CPUs
(see below) run slower (up to about 3 GHz) than many earlier single core
CPUs (up to about 4 GHz), but deliver better performance.
Page 215
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1 The core clock speed is the speed at which the CPU runs internal processes
and accesses cache (see below). The Front Side Bus speed is the interface
between the CPU and system memory. The speed of the bus is usually
determined by the memory controller, which might be part of the motherboard
chipset or part of the CPU.
While older bus speeds are typically measured in MHz, modern bus types and
memory interfaces work at GHz speeds. Also, modern memory designs
increase bandwidth by transferring data twice per clock cycle (Double Data
Rate) and often by transferring data from two memory modules simultaneously
(Dual-channel).
Page 216
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
A PC system has two main types of bus: the system (or local) bus and the System Components
expansion bus.
■ The system bus, also referred to as the Front Side Bus (FSB) or local
bus, provides connections between the CPU and system memory.
■ The expansion bus, also called the Input/Output (I/O) bus, provides
connections between the CPU and add-on components, which can be
integrated onto the motherboard, installed as expansion cards, or
connected as peripheral devices.
A new computer would most likely have a PCIe x16 slot for a graphics adapter,
one or two PCIe x1 slots, and one or two PCI slots for backward compatibility.
Page 217
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1
System Cooling
There are several ways of dissipating heat from the system case.
As heatsinks are bulky objects with a lot of height, they cannot be used in
laptops or other mobiles. Computers with thin cases use a heat spreader
instead. This is a flat tube with liquid inside. As the component heats up the
liquid, it moves to another part of the tube and is cooled down by a fan or other
type of convection. The cooler liquid then passes back over the component,
heats up again, and moves away, creating a constant cooling cycle.
Fans
Many PCs have components that
generate more heat than can be
removed by passive cooling. A
fan improves air flow and so
helps to dissipate heat. Fans are
used for the power supply and
chassis exhaust points. The fan
system will be designed to draw
cool air from vents in the front of
the case over the motherboard
and expel warmed air from the
back of the case.
Fan assembly to cool the processor on a graphics (video) adapter card, Image © 123rf.com.
Page 219
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1 Liquid-based Cooling Systems
PCs used for high-end gaming, those with twin graphics cards for instance,
and with overclocked components may generate more heat than basic thermal
management can cope with. PCs used where the ambient temperature is very
high may also require exceptional cooling measures.
When a computer is powered on, it needs some standard means for the CPU
to start processing instructions and initialize the other components. This is
referred to as bootstrapping or more simply as booting. The bootstrapping
process occurs before the operating system software is loaded and is enabled
by a low-level operating system called firmware.
Page 220
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Newer motherboards may use a different kind of firmware called UEFI (Unified System Components
Extensible Firmware Interface). UEFI provides support for 64-bit CPU
operation at boot, a full GUI and mouse operation at boot, and better boot
security. A computer with UEFI may also support booting in a legacy BIOS
mode.
The term "CMOS Setup" is still widely used because the settings
used to be stored on a chip with CMOS RAM. CMOS RAM is
obsolete but the term persists.
Press the key to enter setup before or during the memory count.
You can normally access the system setup program with a keystroke during
the power-on (boot) process. The key combination used will vary from system
to system; typical examples are ESC, DEL, F1, F2, or F10. The PC's
documentation will explain how to access the setup program; often a message
with the required key is displayed when you boot the PC.
One issue with modern computers is that the boot process can be
very quick. If this is the case, you can SHIFT+click the Restart
button from the Windows logon screen to access UEFI boot
options. Alternatively, the motherboard vendor may supply a tool
for disabling fast boot or accessing the setup program.
Page 221
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1 You navigate a legacy BIOS setup program using the keyboard arrow keys.
Pressing ESC generally returns to the previous screen. When closing setup,
there will be an option to exit and discard changes or exit and save changes.
Sometimes this is done with a key (ESC versus F10 for instance), but more
often there is a prompt. There will also be an option to reload the default
settings, in case you want to discard any customizations you have made.
UEFI system setup software with a full GUI and mouse support.
Page 222
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
System Components
6) You want to purchase a computer with a fast graphics interface. What type
of expansion slot should you look for?
Page 223
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 1
■ Portable (laptop or netbook) for basic word processing, email, and web
access for $500.
■ Ultraportable business laptop with fast CPU and memory for $800.
When you have obtained the specifications, use the component vendors' sites
to compare some of the technologies (CPU and graphics card models for
instance).
Page 224
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2 Using Device Interfaces
Objectives
On completion of this unit, you will be able to:
Page 225
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2
Computer Port and Connector Types
Whether the computer is a desktop or laptop, the system case contains the
computer motherboard. The motherboard connects all the other computer
components together. One of its functions is to provide the ports used to
attach peripheral devices and cabling to the computer. These Input/Output
(I/O) ports are positioned so that they appear through holes cut in the case.
On a desktop, there may be ports at the front and back of the computer.
Laptop ports are positioned around the edge of the case.
Page 226
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
USB and Firewire Using Device Interfaces
The Universal Serial Bus (USB) has become the standard means of
connecting peripheral devices to a computer. USB devices are Plug-and-Play.
This means that when a device is connected via the port, Windows can identify
the device and try to install a driver for it (make the device usable)
automatically. Another feature of USB is that devices are hot-swappable. This
means that Windows can detect and configure a device without requiring a
restart.
As well as providing a data connection, USB can supply enough power (about
4.5W) over the cable to run small devices. Devices that require more power
than this, such as optical drives or printers, must be connected to an external
power supply.
■ Type A—for connection to the host. The connector and port are shaped like
flat rectangles.
■ Type B—for connection to a device. The connector and port are square,
with a beveled top. There are also small form factor versions of the type B
connector and port:
USB ports and connectors (from left to right): Type A, Type B, Mini Type B, Micro Type B, Type C.
Image © 123rf.com.
Type A and B USB connectors are always inserted with the USB symbol ( )
facing up. Type C (USB-C) connectors are reversible (can be inserted either way
up). There are various converter cables with different connector types on each end
(for example, a USB Type A to USB-C cable).
Firewire
The Firewire bus was based on the IEEE 1394 standard and the Small
Computer System Interface (SCSI) communications protocol. Firewire was a
competitor to USB but never received mainstream support amongst PC
vendors. It was used on some Apple Mac computers. If you do encounter a
Firewire device and the motherboard does not provide Firewire ports, an
expansion card can be fitted.
A single bus can connect up to 63 devices. Like USB, the bus is powered and
supports hot swapping.
Page 228
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
The Firewire 400 standard used 6-pin "alpha" connectors and cabling. The 6- Using Device Interfaces
pin connectors slightly resemble USB but have a beveled edge on one side.
There is also a 4-pin unpowered connector.
The IEEE 1394b (Firewire 800) standard supported transfer rates up to 800
Mbps. Firewire 800 used 9-pin ("beta") connectors and cabling.
Firewire ports and cables with "alpha" 6-pin connector on the left and 4-pin connector on the right.
Image © 123rf.com.
Graphics Devices
Page 229
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2 The other important component of video is the speed at which the display is
refreshed, measured in Hertz (Hz). Increasing any one of these factors
increases the amount of bandwidth required for the video signal and the
amount of processing that the CPU or GPU (Graphics Processing Unit) must
do and the amount of system or graphics memory required.
IBM created VGA (Video Graphics Array) as a standard for the resolution and
color depth of computer displays. VGA specifies a resolution of 640x480 with
16 colors (4-bit color) at 60 Hz. The VGA standard is long obsolete but was
further developed by the Video Electronics Standards Association (VESA)
as Super VGA (SVGA). SVGA was originally 800x600 @ 4-bit or 8-bit color.
This was very quickly extended as the capabilities of graphics cards increased
with the de facto XGA standard providing 1024x768 resolution, better color
depths (16- and 32-bit), and higher refresh rates.
Resolutions for modern display systems use some variant of the XGA
"standard" (in fact, these are labels rather than standards). Most computer
displays now use a widescreen form factor (16:10) with a High Definition (HD)
resolution such as 1280x720, 1360x768, 1600x900, or 1920x1080 (Full HD).
Larger display devices are likely to use even higher resolution, such as
3840x2160 (4K or Ultra HD).
HDMI cabling is specified to different HDMI versions, the latest being 2.1.
Newer versions support higher bandwidths and consequently better resolutions
(4K UHD for instance). HDMI uses a proprietary 19-pin (Type A) connector.
Page 230
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Device Interfaces
HDMI v1.3 introduced the Mini HDMI connector (Type C) for use on portable
devices, such as camcorders. This is more compact but has the same number
of pins. HDMI v1.4 also introduces the even smaller Micro HDMI connector
(Type D), still with 19 pins.
The Thunderbolt (TB) interface was developed by Intel and is primarily used
on Apple workstations and laptops. Thunderbolt can be used as a display
interface (like DisplayPort) and as a general peripheral interface (like USB or
Firewire). In its first two versions, Thunderbolt uses the same physical interface
as MiniDP and is compatible with DisplayPort, so that displays with a MiniDP
port can be connected to a host via Thunderbolt. TB ports are distinguished
from MiniDP by a lightning bolt icon.
Page 231
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2
Thunderbolt ports and connectors—on the left is the version 1 and 2 connector (same as MiniDP)
while the image on the right shows the USB-C form factor adopted for Thunderbolt 3. Image ©
123rf.com.
Thunderbolt version 3 changes the physical interface to use the same port,
connector, and cabling as USB-C. Converter cables are available to connect
Thunderbolt 1 or 2 devices to Thunderbolt 3 ports. A USB device plugged into
a Thunderbolt 3 port will function normally but Thunderbolt devices will not
work if connected to a USB port. Thunderbolt 3 supports up to 40 Gbps over a
short, high-quality cable (up to 0.5m/1.6ft).
The connector is a D-shell type (HD15M) with screws to secure it to the port.
The interface is analog, meaning that it carries a continuous, variable signal.
The interface carries Red, Green, and Blue (RGB) component video signals.
As this signal must be converted to work with digital displays, VGA is not very
efficient and is not as reliable as other interfaces at supporting high
resolutions.
Input Devices
Input devices, or Human Interface Devices (HID), are peripherals that enable
the user to enter data and select commands.
Keyboard
The keyboard is the longest serving type of input device. Historically,
keyboards used the PS/2 interface, which had a round connector with pins. A
keyboard PS/2 port is colored purple to differentiate it from the otherwise
identical mouse connector. Modern keyboards use USB or Bluetooth ports
however.
Mouse
The mouse is the main type of input device for graphical software. It is an
example of a class of input devices described as pointing devices. A pointing
device is used to move an on-screen cursor to select screen objects and text.
Mice can use PS/2 (the one for the mouse is color-coded green), USB, or
Bluetooth connections. There are three distinct types of mice:
Page 234
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Laptop Keyboards and Touchpads Using Device Interfaces
Laptops have built-in keyboards. On smaller laptops, the keyboard may not
feature full size keys, which can make typing difficult. Laptop keyboards do not
often have numeric keypads either. Instead, the keypad functions are
accessed using the FN (Function) key or by toggling NUM LOCK. The FN key
also accesses laptop specific functions indicated by distinctive color-accented
icons. These include switching the display output between the built-in screen
and a connected monitor, adjusting the screen brightness, switching to battery
power, disabling wireless functions, and so on.
A laptop also has a built-in touchpad, replicating the function of the mouse. To
use a pad, you move your finger over the surface to move the cursor and tap
the pad to click. Touchpads come with buttons and (usually) scroll areas to
replicate the function of a mouse's scroll wheel.
None of the input devices on a laptop are really suitable for sustained use. An
external keyboard and/or mouse can of course be connected using a USB or
Bluetooth port.
Stylus Pen
A stylus pen can be used with a compatible touch display or graphics tablet.
The stylus can be used like a mouse to select commands, but its main
functions are for handwriting and drawing. Most touchscreens are now
operated primarily with fingers rather than a stylus. Styluses for art applications
can be fitted with nibs of different thicknesses and characters.
Page 235
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2
Configuring Peripherals
Configuring a Mouse
Mice can be installed on PS/2, USB, or wireless ports depending on the model.
■ PS/2—connect the mouse to the PS/2 port marked with a mouse icon
(usually color-coded green) then switch on the PC.
■ Wireless—make sure the computer has a working wireless adapter and put
a charged battery in the mouse. The mouse generally needs to be
synchronized with the receiver using a push button (check the instructions
for details) or paired with a Bluetooth receiver.
A standard mouse does not need a special driver installing and basic settings
can be configured using the Mouse applet in Control Panel/Settings.
However, to access and configure extra buttons on some mice you will need to
install the manufacturer's driver.
The Mouse applet in Control Panel allows you to configure both mice and touchpads. Installing the
vendor's driver makes extra configuration settings available. Screenshot used with permission
from Microsoft.
Page 236
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Configuring a Keyboard Using Device Interfaces
A keyboard is connected in the same way as a mouse. You use the Keyboard
applet in Control Panel to configure it.
The main options are to set the repeat rate and sensitivity for keys.
Multimedia keyboards will also have programmable keys and key combos.
Keyboard applet in Control Panel. Screenshot used with permission from Microsoft.
Keyboard Regionalization
NFC
Page 237
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2
Switching keyboard layouts using the language icon in the notification area. Screenshot used with
permission from Microsoft.
Page 238
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Configuring a Pen/Stylus Using Device Interfaces
A pen (or stylus) can be used with a touchscreen to operate Windows and
enter text. Handwriting recognition software can then convert this into
characters that can be edited in word processing software.
You configure the pen and gestures via the Pen and Touch applet in Control
Panel.
Pen and Touch settings for Press and Hold and Double-Tap gestures. Screenshot used with
permission from Microsoft.
Bluetooth
Bluetooth is used for so-called Personal Area Networks (PAN) to share data
with a PC, connect to a printer, use a wireless headset, connect to a wireless
mouse/keyboard, and so on. Bluetooth is a radio-based technology but it is
designed to work only over close range.
Page 239
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2 Configuring Bluetooth
To set up Bluetooth, you need to "pair" or "bond" the device with the computer.
This is done by putting the devices into discoverable mode.
■ In Windows, you manage Bluetooth devices using the Settings app. Click
the Devices category and select the Bluetooth & other devices tab.
There should also be an icon for Bluetooth in the notification area to
provide easy access to the configuration settings.
Switch Bluetooth on to make the device discoverable and locate other nearby
devices. Some devices use an authentication passcode for security.
Pairing Bluetooth devices using the Add Device wizard and Bluetooth settings on an Android
phone. Screenshot used with permission from Microsoft.
Page 240
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Disabling Bluetooth Using Device Interfaces
Bluetooth can be disabled quickly via the notification shade in iOS or Android.
On a PC, you can use the Bluetooth icon in the notification area to change
settings and make the computer non-discoverable. The Bluetooth radio can
also be switched on or off using the Wi-Fi adapter toggle.
Networking Interfaces
RJ-45 ports on a Network Interface Card (NIC). Image © 123rf.com. Page 241
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2 Ethernet Connector (RJ-45)
An Ethernet network adapter used
with twisted pair cable will have an
RJ-45 port to connect the computer
to the network, via another RJ-45
port in the network equipment.
These ports will be marked "LAN"
(Local Area Network). Twisted pair
is a type of copper cabling where
pairs of insulated conductors are
twisted around one another, to
RJ-45 port and connector. Image © minimize electrical interference.
123rf.com.
You are also likely to encounter RJ-11 ports on the DSL (Digital Subscriber
Line) modem/router appliance used to connect a home network to the Internet.
The Internet or Wide Area Network (WAN) port on the router will be the RJ-11
type. This is connected to the DSL port on the telephone master socket to
create a fast, always-on "broadband" Internet link over the telephone line.
Page 242
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Device Interfaces
2) True or false? USB cables have the same connectors at either end.
3) A user has two USB drives connected to her PC. She complains that when
she copies large files to both drives at the same time, it seems to take
much longer. Why might this be?
5) True or false? HDMI is the only type of display interface that supports High
Definition picture resolutions.
6) You are considering buying a new display device. The model you are
considering accepts digital inputs only. Your computer's graphics adapter
has a blue port with 15 holes. Would this flat-panel be a wise purchase?
7) You need to configure settings for an input device. What should be your
first step?
8) A friend is asking for your help in using her computer. When he presses the
key marked @, a different symbol appears. What could be the cause?
9) What type of mouse would you recommend for someone who uses their
computer principally to play computer games and why?
Page 243
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2
As you can see, the "app" settings for the mouse are fairly limited:
Page 244
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Device Interfaces
Typical mouse driver configuration page. On this computer you can switch between configuring
the USB-attached mouse and the built-in laptop touchpad. Screenshot used with permission from
Microsoft.
7) Adjust the Double Click Speed slider and test using the folder icon to get
the response rate to a setting you are comfortable with. Click Apply if you
make a change.
8) Click the Pointers tab and browse through the schemes available, picking
a new one if you like. Again, click Apply if you have changed something.
9) Click the Pointer Options tab and set the cursor speed to whatever is
comfortable for the way you use the mouse (faster speeds mean using
smaller "sweeps" of the mouse). Enable any other options you want to use
then click Apply.
10) If your mouse has a scroll wheel, use the Wheel tab to adjust the scroll
speed.
Page 245
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 2 11) Your mouse driver may make other settings available—take some time to
explore these then close the dialog when you have finished.
12) In the Settings app, click Typing then from the left-hand panel.
Note that these are primarily options for using an on-screen keyboard.
Searching the Settings app. Screenshot used with permission from Microsoft.
The search results contain links to pages within Settings and links to
Control Panel applets and Windows troubleshooters.
15) From the search results, click the Keyboard icon (shown with the mouse
cursor over it in the screenshot above).
16) Use the dialog to configure the repeat rate and delay to suit then click OK.
As well as adjusting the way the keys respond, you may also need to
reconfigure the keyboard input language.
17) In the Settings app, in the "Find a setting" box, type region and select the
link to Region & language.
Page 246
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
18) The "Country or region" setting should show the country you are in. Adjust Using Device Interfaces
it if you like.
The "Languages" option provides support for using more than one display
and input language.
20) Browse through the list to locate and select an alternative language, such
as English (United Kingdom).
21) When the language has been added, select it and click the Options button.
Depending on the support available for the language, you can add packs to
support using that language for the Windows interface or typing /
handwriting in that language. You can also change the keyboard layout for
the language, if necessary.
22) Optionally make any changes you want then click the Back button.
23) On the taskbar, locate the language bar in the notification area and click it.
You can use this to switch between keyboard layouts. Note the key combo
for switching (START+SPACEBAR).
25) Type the following text, pressing ENTER after each line.
27) See if you can work out the correct keys to use to type the text using the
"foreign" keyboard layout.
28) Press CTRL+S to save the document. If necessary, in the left pane, expand
This PC and select the Documents folder.
29) In the "File name" box, type Great Sea Battles then click the Save
button. Close Notepad.
30) Optionally, use the Region & language app to remove the foreign
keyboard layout.
It's quite easy to switch input languages by mistake if you leave the
key combo set to the default. Unless you need it, it's best to have
only one keyboard layout installed.
31) Optionally, shut down your computer if you are not continuing to use it after
this lab.
Page 248
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 Using Peripheral Devices
Objectives
On completion of this unit, you will be able to:
□ Describe the features and capabilities of different types of printer and their
associated interfaces.
Page 249
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3
Installing and Uninstalling Peripherals
Installing device drive notification. When you connect a new device, Windows automatically
locates and installs a driver. You may need to authorize the installation. Screenshot used with
permission from Microsoft.
Plug-and-Play Installation
Windows devices are now all Plug-and-Play. This means that when you
connect a new device, Windows identifies it and tries to install a device driver.
The device driver makes the device work with the operating system and may
come with software to allow the user to configure advanced settings or
properties. The way this works varies between versions of Windows and from
device to device. Often a device will be installed silently, at other times you
may see a configuration message, and sometimes you will be prompted to
locate driver files or configure settings.
Devices connected via USB are hot-swappable. This means that you can add
or remove them when the system is running. If a device is not hot-swappable,
you need to restart the system when adding it or shut down the system before
removing it.
Page 250
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Devices and Printers Using Peripheral Devices
Device status page for an HP printer. Screenshot used with permission from Microsoft.
Page 251
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 In Windows 10 version 1803, Devices and Printers is replaced by a simpler
Devices page within the Settings app.
Devices page within the Settings app for Windows 10 (1803). Screenshot used with permission
from Microsoft.
Page 252
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Removing and Uninstalling Devices Using Peripheral Devices
Windows detects when a device has been removed and will only load the
driver for it when it is necessary. In some circumstances however you may
want to completely uninstall a driver. Usually you can do this by uninstalling the
software package used to install the driver in the first place. Alternatively, you
can open Device Manager via the START+X menu, locate the device, then
right-click and select Uninstall. A check box may allow you to remove the
driver files from the system at the same time.
Uninstalling a keyboard using Device Manager. Screenshot used with permission from Microsoft.
Page 253
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 IP-based Peripherals and Web Configuration
Some types of devices are not connected to the computer via a peripheral port
but accessed over a network. Such a device will be configured with an Internet
Protocol (IP) address. The device vendor will normally provide a tool to locate
the device on the network and then open a web configuration page in a
browser. You can use the configuration page to set device options.
Using a web configuration page to manage a Wi-Fi access point. The configuration page is
accessed via the IP address 192.168.1.252.
Display Devices
Flat-screen Displays
Liquid Crystal Display (LCD) screens, or flat-screen displays, are used by
portable computers and have also replaced the old and bulky Cathode Ray
Tube (CRT) units as the standard display type for desktops.
Each picture element (pixel) in a color LCD comprises cells (or subpixels) with
filters to generate the three primary colors (red, green, and blue) and
transistors to vary the intensity of each cell, so creating the gamut (range of
colors) that the display can generate.
Page 254
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Peripheral Devices
You will also see these displays referred to as TFT (Thin Film
Transistor). TFT is a high-quality type of LCD.
Touchscreens
A touchscreen can be used for input where a mouse and/or keyboard are
impractical. Typically, touchscreens are used on handheld portable devices,
but they are also useful in industrial environments or for public terminals, such
as kiosks, where mice or keyboards could be damaged, stolen, or vandalized.
Page 255
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 Digital Projectors
A video projector is a large format display, suitable for use in a presentation or
at a meeting. The image is projected onto a screen or wall using a lens system.
Some types of projector are portable; others are fixed in place. There are CRT
and LCD versions but the top end of the market is dominated by Digital Light
Processing (DLP), developed by Texas Instruments. Projectors use the same
HDMI, DVI, Thunderbolt, or VGA interfaces as other display equipment.
Take care handling projectors. During use, the bulb becomes very
hot and while it is hot, will be very fragile. Allow a projector to cool
completely before attempting to move it.
Page 256
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Display Settings Using Peripheral Devices
You can customize almost any aspect of how Windows is displayed using
options in the Personalization applet (right-click the desktop or open the
applet in Control Panel/Settings). For example, you can change window colors
and styles manually or using themes, adjust mouse pointers, change the
sounds used for various events, and so on.
Personalization in Windows 10 settings app. Screenshot used with permission from Microsoft.
Screen Resolution
The screen resolution is the number of pixels used to create the screen image.
It is measured as the number of pixels wide by the number of pixels high.
Screen resolutions are either 4:3 (standard) aspect ratio or 16:10 (widescreen)
aspect ratio.
To adjust screen resolution, open Settings, click System and then select the
Display tab.
Page 257
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3
Display options in Windows 10 settings app. Screenshot used with permission from Microsoft.
Using a high screen resolution means there is more screen "real estate" to
show windows and documents. The downside is that objects can look very
small. If you have an LCD with a high native resolution, using a lower
interpolated resolution makes screen images slightly fuzzy.
Most applications support a zoom function to make the actual content larger,
but to increase the size of window text, menus, and toolbars at a high
resolution, you can adjust the DPI setting. To do this in Windows 10, open
Settings, select System, and on the Display tab, under the Scale and layout
heading, click the drop-down list and select a scale in percent. You might need
to sign out and sign back in for the change to take effect.
Connect the extra display device and a dialog will be displayed automatically.
You can also set the display mode later using the Display tab in the System
node in the Settings app.
Page 258
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Dual monitors can be used in one of three modes: Using Peripheral Devices
Configuring dual monitors in Windows 10 to duplicate the desktop to both devices. Screenshot
used with permission from Microsoft.
Configuring dual monitors in Windows 10 to extend the display - you can drag the icons around to
reflect the physical position of your monitors. Screenshot used with permission from Microsoft.
Page 259
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 Configuring a Touchscreen
Touchscreen options are configured using the Tablet PC Settings and Pen
and Touch applets.
Use the Tablet PC Control Panel applet to set up or calibrate a touchscreen. Screenshot used with
permission from Microsoft.
Tablet PC Settings allows you to calibrate the display and set options for
orientation and left- or right-handed use.
The calibration utility involves touching the crosshair at different points of the screen. Screenshot
used with permission from Microsoft.
Pen and Touch allows you to configure gesture settings, such as using tap-
and-hold to trigger a right-mouse click event.
Page 260
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Multimedia Ports and Devices Using Peripheral Devices
Multimedia refers to ports used to play and record audio and video from
different inputs and outputs. One distinction that can be made between
different types of multimedia ports is whether they are analog or digital. Analog
signals need to be converted to digital to be processed by the computer, which
can degrade the signal.
Audio Card
A computer's audio subsystem is made up of a sound card to process audio
signals and provide interfaces for connecting equipment and one or more input
(microphone) and output (speaker) devices. Most computers come with an
audio or sound "card" as part of the chipset (embedded on the motherboard).
An expansion card might be installed as an upgrade, to make better quality
recordings or support surround sound for instance.
The basis of a sound card is the Digital Signal Processor (DSP) chip, which
processes data from the computer to output a signal to drive the speakers and
processes audio input from a microphone to convert it to computer data.
Creative, Terratec, RealTek, and Turtle Beach are the most notable vendors of
consumer sound cards, while E-MU, Yamaha, and Creative are noted for their
professional-level cards.
Most analog audio connectors are 3.5 mm (⅛") jacks. A standard sound card
will have a number of these for different equipment:
■ Audio in (light blue)—audio in (or line in) is a low-level (1V) stereo signal
as supplied by most tape decks, video players, tuners, CD players, and so
on.
■ Audio out (lime)—audio out (or line out) is a low-level (1V) analog stereo
signal suitable for feeding into an amplified speakers or headphones.
Page 261
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 ■ Audio out (black)—signal for rear speakers in a surround sound system
(see below).
Many models of microphone, headset, and speaker can also be attached via a
USB port or wirelessly via Bluetooth.
Speaker Configurations
Sound cards supporting multiple output channels with an appropriate speaker
system can provide various levels of playback, from stereo (left and right
speakers) to some type of surround sound. Surround sound uses multiple
speakers positioned around the listener to provide a cinematic audio
experience. A 5.1 digital system (Dolby Digital or Digital Theatre System
[DTS]) has three front (center, left, and right) speakers, and two rear (left and
right) speakers, and a subwoofer for bass sounds. A 7.1 system (Dolby Digital
Plus or DTS-HD) has two extra side speakers.
A speaker system will usually have controls for adjusting volume, bass, and
treble plus optionally, an equalizer (EQ) or preset sound effects.
Page 262
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Audio Settings Using Peripheral Devices
Use the Sound applet in Control Panel/Settings to test the hardware and
configure settings.
Configure audio properties using the Sound applet. Screenshot used with permission from
Microsoft.
If you have multiple devices, you can choose the defaults here and test levels
for audio input and output.
In Windows, use the icon in the Notification Area to control the volume.
Windows volume control—drag the slider to adjust the volume and click the button to mute or
unmute sound. Screenshot used with permission from Microsoft.
Page 263
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 Webcams
Webcams record video images using a digital sensor and usually feature a
microphone to record audio. They range in quality from models with low
resolution and frame rates (25 fps [frames per second]) to models capable of
High Definition resolution at 60 fps. Webcams are used for online video
conferencing, as feeds for websites, and as surveillance devices. Webcams
can be built into a laptop computer chassis or connected via USB.
Printer Types
Printing has always been associated with PC use. Reading from a screen is
comparatively difficult compared to reading from paper. Printers also meet the
need to keep hard copy records of important data.
■ A laser printer works by fixing a fine powder called toner to the page
surface. The toner is applied using electrostatic charging then fixed using
high heat and pressure in the fuser unit, creating a durable printout that
does not smear or fade.
A laser printer operates on the whole image as a single item. This means
that laser printers need quite sophisticated processors and large amounts
of memory.
Page 264
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
■ Inkjets (or ink dispersion) printers are often used for good quality color Using Peripheral Devices
output. Inkjets are typically cheap to buy but expensive to run, with high
cost consumables such as ink cartridges and high-grade paper. Compared
to laser printers, they are slower and often noisier, making them less
popular in office environments, except as a cheap option for low volume
color printing.
Color images are created by combining four inks: Cyan, Magenta, Yellow,
and Black (K). The inks are stored in separate reservoirs, which may be
supplied in single or multiple cartridges.
Inkjet (left) and laser (right) color printer types. Image © 123rf.com.
Some of the major vendors include HP, Epson, Canon, Xerox, Brother, OKI,
Konica/Minolta, Lexmark, Ricoh, and Samsung.
A local printer is usually connected to the computer via the USB interface.
Some printers can be connected as network devices, either via wired Ethernet
or Wi-Fi. Finally, a printer might be connected over a Bluetooth link.
As with any other device, the appropriate driver must be installed for a printer
to function correctly. You can either use the setup software supplied with the
printer or (in most cases) simply connect the printer and let Windows find a
driver. When you connect a new Plug-and-Play printer, Windows installs
drivers automatically, only prompting you if authorization is required or an
appropriate driver cannot be found.
Once the driver has been installed all applications will use it to send output to
the printer.
Page 265
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3 Configuring Printers
Printers are configured using the Devices and Printers folder.
Choosing a default printer and configuring preferences through the Devices and Printers folder.
Screenshot used with permission from Microsoft.
Opening a printer object displays its status page while the shortcut menu
allows the selection of the default printer and configuration of sharing,
properties, printing preferences, and management of the print queue (See
what's printing).
Print queue—use the shortcut menu to cancel or restart jobs or the Printer menu to pause the
printer. Screenshot used with permission from Microsoft.
Page 266
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Printer Properties and Preferences Using Peripheral Devices
This dialog also lets you print a test page (off the General tab). The Print Test
Page command shows that a printer is installed and configured correctly.
Printer properties—use the General tab to print a test page. Screenshot used with permission from
Microsoft.
Page 267
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3
Printing preferences—this page lets you choose from a number of preset print settings templates.
Screenshot used with permission from Microsoft.
Types of Scanners
A flatbed scanner works rather like a photocopier. The object to be scanned is
placed on a glass faceplate and the cover closed to prevent ambient light
affecting the image. A bright light, usually from a Cold Cathode Fluorescent
Lamp (CCFL), illuminates the object while the image is recorded using a
Charge Coupled Device (CCD) array. A CCD is composed of picture
elements (pixels) that generate an electrical charge in proportion to the
intensity of light shined on them. This is used to create a digital image.
The quality of the scanner depends on its resolution (that is, the number of
pixels in the CCD array). This is measured in pixels per inch (ppi). You may
see dots per inch quoted instead, but this term is generally avoided to prevent
confusion with a printer's output resolution.
Page 268
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Peripheral Devices
Scanning a Document
When the scanner has been connected to the PC and configured by Plug-and-
Play, it should become available to applications that can use the scan
interface. Older scanners use TWAIN-based software; modern scanners are
more likely to use WIA (Windows Image Acquisition). The software will present
options for the image output format (PDF or JPEG for instance) and tools for
selecting and correcting the image. Another option may be to use Optical
Character Recognition (OCR) software to convert a text image into a
computer-editable text document.
Digital Cameras
A digital camera stores images on a flash memory-based card, such as
CompactFlash or Secure Digital. There are a number of ways to transfer the
images stored on the card from the camera to the computer:
■ Connect the camera to a USB port—this will mount the camera storage as
a Windows drive and the pictures can be copied or moved using Explorer.
■ Use a memory card slot—the memory card can be removed from the
camera and inserted into a memory card reader on the PC, if available.
■ Use Wi-Fi—a camera that supports wireless networking can make the
images folder available as a shared folder on the network.
Page 270
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Peripheral Devices
3) True or false? If you want to configure the DPI of a display device, you
would do so via the Personalization app.
9) You want to configure a printer to use both sides of the paper (duplex) by
default. You have alt-clicked the printer object—which command should
you select to proceed?
11) What function of a scanner would you use if you want to convert a letter
that someone has mailed to you into a computer-editable document?
12) True or false? If your PC does not have a flash memory card reader, you
should be able to connect the camera itself to the PC over USB to copy
images off the card.
Page 271
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3
2) Press START and type control panel then click the Control Panel icon
when it appears.
5) On the Playback tab, select your speakers then click the Configure
button.
6) Click Test—you should hear a sound from first one speaker then the other.
8) Open the browser. Type the following URL into the address bar then press
ENTER:
www.youtube.com/embed/rConxNFPn7g
9) Press Play to start the video—as it plays, try adjusting the volume using
the icon on the taskbar.
10) Optionally, shut down your computer if you are not continuing to use it after
this lab.
Page 272
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Peripheral Devices
2) Read the documentation that accompanies the printer and complete any
steps required to prepare the printer before plugging it in. The printer may
come with setup software that you should install first. You should also
check that the printer is loaded with paper properly.
3) Connect the printer using the appropriate port then switch it on. Allow
Windows to install the driver.
4) When the printer has been installed, open Settings > Devices > Printers
and Scanners. The printer should be the default, unless you have more
than one.
6) Click the Printing preferences link. Browse the tabs in the dialog that
opens to explore the features available on your printer. For example, find
out if there are color or duplex options.
Page 273
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 3
Printing preferences—this printer supports duplex (Finishing tab) but only manual duplex.
Screenshot used with permission from Microsoft.
7) Click Cancel then in the Settings app, click Open print queue. From the
Printer menu, select Pause Printing.
8) Right-click one of the picture files you created earlier and select Print.
Page 274
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
10) Choose the Full Page Photo option. Using Peripheral Devices
12) Switch to the print queue window and note that the job waits in the queue
while the printer is paused. Right-click the job and note the options in the
shortcut menu, but do not select any of them. Unpause the printer to allow
the picture to print.
Managing the print queue. Screenshot used with permission from Microsoft.
13) Collect the print job then turn off the printer.
15) Optionally, shut down your computer if you are not continuing to use it after
this lab.
Page 275
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4
Module 3 / Unit 4
Using Storage Devices
Objectives
On completion of this unit, you will be able to:
□ Describe the types and features of Hard Disk Drives, Solid State Drives,
optical drives, and flash memory.
Page 276
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
System Memory Using Storage Devices
System memory is the main storage area for programs and data when the
computer is running. System memory is necessary because it is much faster
than accessing data in a mass storage system, such as a hard disk. System
memory is a type of volatile memory called Random Access Memory (RAM).
Volatile means that data is only retained in the memory chips while there is a
power source.
A large amount of system memory is essential for running a PC. The size of
RAM determines a computer's ability to work with multiple applications at the
same time and manipulate larger files. If there is not enough system RAM, the
memory space can be extended by using disk space (virtual memory), but
accessing the disk is very slow compared to accessing RAM.
Some notable RAM vendors include Kingston, Crucial (Micron), Corsair, PNY,
and Integral.
DRAM
System RAM is a type of RAM called Dynamic RAM (DRAM). DRAM stores
each data bit as an electrical charge within a single bit cell. The electrical
charge gradually dissipates, causing the memory cell to lose its information. In
order to preserve the information, dynamic memory has to be refreshed
periodically by accessing each cell at regular intervals.
SDRAM
Many different types of DRAM have been developed and become obsolete. Since
the mid-1990s, variants of Synchronous DRAM, or SDRAM, have been used for
system memory.
Page 277
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4 SDRAM is synchronized to the system bus. It has a 64-bit data bus, meaning that
in each clock cycle, 64 bits of information can be delivered to the CPU.
Consequently, if the bus is running at 66 MHz, the bandwidth available to the
memory controller is 66*64 or 4224 megabits per second. Dividing by 8 gives the
bandwidth in megabytes per second (528 MBps).
Since its first introduction, DDR has moved through DDR2, DDR3, and DDR4
technology updates. These increase bandwidth by increasing the bus speed,
as opposed to the speed at which the actual memory chips work. This
produces scalable speed improvements without making the chips too
unreliable or hot. The drawback is increased latency, as data takes longer to
access on each chip. Latency is offset by improving the memory circuitry.
DDR2, DDR3, and DDR4 still use DIMM and SO-DIMM packaging, but the
form factors of the edge connectors are different, so you must obtain modules
that match the type of slots on the motherboard. For example, if you have a
DDR4 motherboard, you cannot reuse older DDR3 modules with it.
Page 278
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Mass Storage Devices Using Storage Devices
HDD performance is largely a measure of how quickly it can read and write
data. One factor in determining read/write speeds is the speed at which the
disks can spin, measured in revolutions per minute (RPM). The higher the
RPM, the faster the drive. High performance drives can reach 15,000 RPM;
budget and midrange performance units are 5400 and 7200 RPM. RPM is one
factor determining access time (measured in milliseconds), which is the delay
that occurs as the read/write head locates a particular position on the drive. A
high performance drive will have an access time below four ms; a typical drive
might have an access time of around nine ms.
Some of the major hard drive vendors include Seagate, Western Digital,
Maxtor, Hitachi, Fujitsu, Toshiba, and Samsung. Page 279
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4 HDD Interfaces
Over the years, there have been several different standards for the controller
and bus connecting an internal hard disk to a PC. These standards include
EIDE/PATA, SATA, and SCSI. Modern PCs and laptops use the SATA (Serial
ATA) interface. A SATA port can support a single drive. Most motherboards
have at least four SATA ports.
Page 280
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
SSDs are available as either standalone units or hybrid drives. In a hybrid Using Storage Devices
drive, the SSD portion functions as a large cache, containing data that is
accessed frequently. The magnetic disc is only spun up when non-cached data
is accessed. This reduces power consumption but can degrade performance.
SSDs can be packaged in the same 2.5" form factor with SATA connectors as
HDDs. Better performance is obtained from SSDs installed as PCIe adapter
cards or using the M.2 adapter interface, as the PCIe bus is much faster than
SATA.
These formats have been adapted for data storage with PC systems. The
CD/DVD/BD drives used with PCs and gaming consoles can also play
consumer versions of the discs.
DVD Media
DVD is similar to CD but with better storage capacity. DVD discs can be dual-
layer and/or double-sided. The different permutations result in the storage
capacities listed below.
MPEG stands for Motion Picture Experts Group. Refer to Unit 3.5
for more information about file formats, encoding, and
compression.
Like CD, there are recordable and rewritable versions of DVD, some of which
support dual layer recording. There are two slightly different standards for
recordable and rewritable DVDs, referred to as DVD-R/DVD-RW versus
DVD+R/DVD+RW. Most drives can read all formats but write in either + or -
format. Many consumer DVD players can play DVD±R discs.
Blu-ray Discs
Blu-ray Discs (BD) are replacing DVD as the media for distributing consumer
multimedia and video games.
Page 282
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
A standard BD has a capacity of 25 GB per layer. Dual-layer discs can store up Using Storage Devices
to 50 GB and are readable in ordinary BD drives. Triple-layer 100 GB and
quad-layer 128 GB discs are defined in the BD-XL specification. These require
BD-XL compatible drives for writing and reading. There are currently no
double-sided formats.
Like DVDs, consumer Blu-ray Discs are likely to be DRM-protected and may
be region coded.
Optical drives are rated according to their data transfer speed. The original CD
drives had a data transfer rate of 150 KBps. Subsequently, drives have been
available that offer multiples of the original rate; this would be around 52x for
new models, offering transfer rates in excess of 7 MBps.
DVDs feature a higher transfer rate, with multiples of 1.38 MBps (equivalent to
9X CD speed). The fastest models feature 16X read speeds. The base speed
for Blu-ray is 36 MBps and the maximum theoretical rate is 12x (432 MBps). At
the time of writing, most drives are 2x or 4x; 2x is the minimum required for
movie playback.
Page 283
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4
Removable Flash Memory Devices
Many PCs are fitted with Multi-card Readers with two or three slots that will
accommodate most of the cards on the market. Some may have single slot
readers that can only accept a single brand (typically SD).
Data transfer rates vary quite widely between different devices. The best-
performing cards are about 312 MBps.
Another use for flash memory is as the main storage for electronic devices,
such as tablets, smartphones, mobile media players (or mp3 players),
handheld games consoles, and so on. Such devices typically have a few
megabytes or gigabytes of internal flash memory that can be expanded using a
memory card (though most will only support one particular brand of card).
Some of these devices may require special software to transfer music between
the device and a PC (such as iTunes for Apple's range of iPod players). Very
often though the device's flash memory will appear as a storage device when
the media player is connected to the PC (via a USB port).
Page 284
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using Storage Devices
1) You have a motherboard that is designed for DDR2 memory that works at
a bus speed of 533 MHz. You have some DDR3 memory modules that also
work at a bus speed of 533 MHz. Are the modules compatible with the
motherboard?
2) Why can't you use memory modules designed for a desktop computer in a
laptop?
4) What type of connector would you use for an external hard drive to connect
to a Windows PC?
5) Your computer has 4 SATA ports. How many hard drives can be installed?
6) True or false? A single layer Blu-ray Disc has greater capacity than a dual-
layer, double-sided DVD.
7) What sort of device would you need to transfer data from a "Memory
Stick?"
8) What sort of device could you use to expand the storage capacity of a
smartphone?
Page 285
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4
New drive detected notification. Screenshot used with permission from Microsoft.
3) After a few seconds, Windows will detect the device and begin configuring
it. Click or tap the notification and an AutoPlay dialog is shown prompting
you with different actions associated with the type of drive.
AutoPlay dialog for a USB-attached hard drive. Screenshot used with permission from Microsoft.
4) For now, just click the Take no action button to cancel the AutoPlay
dialog.
Page 286
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
5) Open File Explorer and make sure This PC is selected. Using Storage Devices
6) You should see that the drive is listed within under "Devices and drives"
and has been assigned a drive letter in the left-hand pane.
Locating the newly attached drive in File Explorer. Screenshot used with permission from
Microsoft.
Note the capacity of the drive. In the screenshot above, you can see that
what the vendor describes as a 1 TB drive has a formatted capacity of 931
GB. When the vendor uses the term "1 TB," they mean 1000 4 or one trillion
bytes. Windows reports drive capacity using binary measurements (without
using the proper notation), where 1 tebibyte would be 10244 bytes.
Consequently, the capacity appears as a bit less than "1 TB."
7) Right-click the drive and note the options—for a read/write disk you should
see the option to Format. Select Properties.
Page 287
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 4
Note that you can confirm that the disk does have one trillion bytes of
space (more or less).
8) Look through the dialog box to view the options available then click
Cancel.
11) Look in the Notification Area for the Safely Remove Hardware icon
(you may have to click the arrow to expand the area) then click it and select
the Eject option.
14) Optionally, shut down your computer if you are not continuing to use it after
this lab.
Page 288
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Using File Systems
Objectives
On completion of this unit, you will be able to:
□ Use a file manager to create, open, move/copy, and delete files and
folders/directories.
Page 289
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5
Managing the File System
The computer may also have a number of other storage devices, such as a
secondary HDD or SSD, a CD/DVD/BD optical drive or writer, USB removable
drives, or a flash memory card reader.
In order for the OS to able to read and write files to a drive, it must be
partitioned and formatted with a file system.
On the primary fixed disk, one of the partitions must be made active. This
active partition is also referred to as the system partition. An active partition is
used by the computer to boot. In Windows, the system partition is usually
hidden from File Explorer and is not allocated a drive letter.
Page 290
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Windows Drives Using File Systems
Windows drives—this computer has four: 1) The Local Disk (C:) drive is the boot partition on the
hard disk; 2) D: is an optical drive; 3) E: represents an external USB-attached hard drive; 4) I: has
been assigned to an SD memory card. Screenshot used with permission from Microsoft.
File Systems
Each partition can be formatted with a different file system. Under Windows,
there is a choice between FAT and NTFS.
■ FAT (File Allocation Table)—this was used for older versions of Windows
and is preserved under Windows for compatibility. Typically, the 32-bit
version (FAT32) is used. This permits a maximum file size of 4 GB and a
maximum partition size of 32 GB.
CDs and DVDs are often formatted using Universal Disk Format (UDF),
though the older CD format ISO 9660 (or CDFS) offers the best compatibility
with legacy drives. Recordable media can be written to once only; rewritable
media support deleting and adding files later, but to make the disc fully
compatible with consumer DVD players, the session must be closed.
Most Linux distributions use some version of the ext file system to format
partitions on mass storage devices. ext3 is a 64-bit file system with support for
journaling, which means that the file system tracks changes, giving better
reliability and less chance of file corruption in the event of crashes or power
outages. Support for journaling is the main difference between ext3 and its
predecessor (ext2). ext4 delivers significantly better performance than ext3
and would usually represent the best choice for new systems.
Apple Mac workstations and laptops use the extended Hierarchical File
System (HFS+), though the latest macOS version is being updated to the
Apple File System (APFS).
■ Limitations—as noted in the table below, file systems have limits in terms
of their maximum capacity and the size of individual files.
Page 292
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
■ Naming rules—very old file systems limited the size of a file name to eight Using File Systems
characters plus a three-character extension. Modern file systems support
longer file names (usually up to 255 characters) and complete directory
paths, use of Unicode characters in the name, and support distinguishing
the case of file name characters. File systems also have a number of
reserved characters which cannot be used in a file name.
The purpose of a drive is to store files. Folders are a means of organizing files
on each drive to make them easier to find. Folders can also create distinct
areas in terms of security access controls. Operating system files can be
separated from user data files, and standard users can be prevented from
modifying them. Also, each user can have a protected storage area that other
standard users cannot access, unless the folder is shared.
Folders are created in a hierarchy of subfolders. The first level of the hierarchy
is called the root folder. This is created when the drive is formatted. The root
folder is identified by the drive label and a backslash. For example, the root
folder of the C: drive is C:\ The root folder can contain files and subfolders.
The path to a subfolder is also separated by backslashes. For example, in
C:\WINDOWS\System32\, WINDOWS is a subfolder of the root and System32
is a subfolder of WINDOWS.
Linux Directories
"Folder" is a Windows-specific term. In Linux, these containers are called
directories. Also, Linux uses the forward slash (/) to represent the root and as
a directory delimiter. For example, in the directory path /home/andy, home is
a subdirectory of the root directory and andy is a subdirectory of home.
Note that a forward slash will also work in Windows if you type it
into the address bar or use one in a file path at the command
prompt.
Page 294
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
File Explorer Using File Systems
Navigation Pane
When browsing the computer using File Explorer in Windows 10, two top-level
categories are shown in the navigation pane. Quick access contains shortcuts
to folders that are most useful. These can be modified by dragging and
dropping. By default, it contains shortcuts to your personal Desktop,
Downloads, Documents, and Pictures folders.
File Explorer navigation pane showing top-level categories. Screenshot used with permission from
Microsoft.
The second top-level category is the Desktop. Under the "Desktop" object, you
can find the following categories:
■ OneDrive—if you sign into the computer with a Microsoft account, this
shows the files and folders saved to your cloud storage service on the
Internet. As you can see from the screenshot, other cloud service providers
may add links here too.
Page 295
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 ■ This PC—access to user-generated files in the user's profile plus the hard
drives and removable storage drives available to the PC.
■ Recycle Bin—provides an option for recovering files and folders that have
been recently deleted.
Windows also configures a Public profile to allow users of the PC to share files
between them (a local share).
Page 296
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
In Windows 10, libraries are used to provide easy access to different kinds of Using File Systems
documents that may be stored in different places. For example, you may store
pictures in your pictures folder, on a flash drive, and on a network. You can
view all these pictures in one location by adding the locations to a library.
Libraries work as a kind of "virtual" folder.
By default, each profile contains libraries for Documents, Music, Pictures, and
Videos. You can create new libraries using the toolbar or by right-clicking in the
Libraries folder. Right-clicking a library icon allows you to set the locations
(folders) it includes and optimize the library display settings for a particular type
of file.
You can also set the default save location (the physical folder used when you
save a file to a library)
The shortcut menus for folders have the Include in Library option,
providing another way of adding them to a library.
Page 297
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Creating a Folder
You can use the shortcut or File menus to create a new folder within another
object. Windows has various folder naming rules that must be followed when
modifying the folder structure:
■ No two subfolders within the same folder may have the same name.
Subfolders of different folders may have the same name though.
■ The full path to an object (including any file name and extension) may not
usually exceed 260 characters.
A warning message is displayed if these rules are not followed and the user is
prompted to enter a new folder name.
Folder and file names are case aware, which means that the
system preserves case in the name as entered but does not regard
the case as significant for operations such as detecting duplicate
names or indexing.
Files
Files are the containers for the data that is used and modified through the
operating system and applications. Files store either text or binary data; text
data is human-readable, while binary data can only be interpreted by a
software application compatible with that file type.
You can use a period as part of the main part of the file name too.
It is the last period that delimits the file extension.
Page 298
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Creating and Opening Files Using File Systems
System and application files are created when you install programs. User files
are created when you use the Save or Save As function of a program.
As you can see, the File Explorer tools are available in an application's Save
dialog to navigate between folders. Most applications let you save the file in
one of several file formats, accessed through the Save as type box.
You can also create certain types of file in Explorer by right-clicking in a folder
and selecting New, followed by the type of file you want to create.
Files are usually opened by double-clicking them. You may want to open a file
in a software product other than the default however. When you right-click a
file, the shortcut menu displays a list of suitable choices, or you can choose
Open With and browse for different application. You can also use the Default
Programs applet to configure file associations. When creating and editing text
files, you must be careful to use a plain text file format, such as that used by
Notepad (a Windows accessory). If you convert a plain text system file to a
binary format, it will become unusable.
Some files can have different associations for the Open and Edit
commands. For example, a picture file might open in the Photos
app when you double-click it, but if you right-click and select Edit, it
will open in Paint.
You must also use the Save command to retain any changes you make while
editing a document. If you want to keep both the original document and the
edited version, use the Save As command to create a new file with a different
name and/or stored in a different folder.
Page 299
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 File Explorer Options
The File Explorer Options applet in Control Panel controls how Explorer
works. The General tab contains options for opening files by single-clicking
and for opening folders in the same or new windows.
Folder Options dialog—View settings tab. Screenshot used with permission from Microsoft.
The View tab contains a long list of options affecting how folders and files are
displayed in Explorer (such as whether to show hidden files or file
extensions). View settings (such as whether to show thumbnail icons or
details) are retained on a per-folder basis but can be reset using the buttons on
the View tab.
Page 300
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Copying and Moving Files Using File Systems
■ Use the Edit > Cut/Copy/Paste commands from the main menu or
shortcut menu or their keyboard shortcuts (CTRL+X, CTRL+C, CTRL+V).
■ Drag and drop the object, holding down CTRL to copy or SHIFT to move
(or CTRL+SHIFT to create a shortcut).
The default action (no key press) for drag and drop is to move the
selection if the destination is a local drive or copy it if the
destination is a network or removable drive.
■ Right-click drag the object and select an option from the shortcut menu
displayed when you release the mouse button.
■ Use the Send To command from the main menu or shortcut menu to copy
a file to a disk or send it by email.
If a folder contains a file with the same name as the file being pasted, a
confirmation dialog is shown:
Replace or Skip Files confirmation dialog. Screenshot used with permission from Microsoft.
You can choose to overwrite the destination file, cancel the paste operation, or
keep both files by renaming the one you are moving or copying (in Windows 8,
choose the Compare info for both files option to do this). If doing this with
several files, there is also a check box to choose the same option for all
conflicts. Page 301
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Deleting Files and the Recycle Bin
To delete a file using Explorer, select it then press DEL (or use the shortcut
menu). Confirm the action using the prompts.
If you accidentally delete a file or folder from a local hard disk, you can retrieve
it from the Recycle Bin. A retrieved file will be restored to the location from
which it was deleted. The size of the Recycle Bin is limited by default to 10% of
the drive's capacity. If large numbers of files are deleted, those files that have
been in the Recycle Bin the longest will be permanently deleted to make room
for the newly deleted files.
If disk space is low, the Recycle Bin can be emptied (right-click the Recycle
Bin icon and select Empty Recycle Bin from the shortcut menu). This process
will permanently remove deleted files.
Page 302
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using File Systems
Recycle Bin properties—note that on this PC there are two hard drives, each with its own recycle
bin. Screenshot used with permission from Microsoft.
From a security point of view, note that the data is not actually
erased until that area of disk is overwritten by different data. Third-
party utilities can recover files that have been "deleted" in this way.
Other file "shredding" utilities are available to properly erase
confidential data.
You can set the amount of space to use on a per-drive basis or set one
Recycle Bin for all local drives. You can also choose to suppress the use of
delete confirmation dialogs.
To set these options, right-click the Recycle Bin and select Properties.
There is also an option not to use the Recycle Bin. If you want to
delete a particular file without using the bin, hold down the Shift
key as you delete it.
The Recycle Bin works only for local hard drives, including USB-
connected hard drives but not with flash memory thumb drives,
removable media, or network folders. Files deleted from these
locations are deleted permanently, though on a network, the
administrator may be able to recover a file from the server itself.
Page 303
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Selecting Multiple Files and Folders
You can also perform actions on multiple files and folders. To do so, you need
to be able to select the icons you want. There are various ways of doing this:
■ Click and drag the mouse cursor around a block of files or select the first
icon then hold SHIFT and click the last icon to select a block. You may
want to sort the icons into a particular order first (see the "Searching for
Folders and Files" topic below).
■ Select the first icon then hold CTRL and select any other icons you want.
■ Use SHIFT with the ARROW keys to select a block of files using the
keyboard.
■ Use CTRL with the ARROW keys to keep your existing selection, using the
SPACEBAR to add icons to it.
A file's name is just one of its attributes. Other attributes include the date the
file was created, accessed, or modified, its size, its description, and the
following markers, which can be enabled or disabled:
Attribute Usage
Read-only (R) Prevent changes being saved back to the file. The user
will be prompted to create another file containing the
modified data.
Hidden (H) Specifies whether the file is visible in the default view (it
is possible to adjust Windows to display hidden files and
folders though).
System (S) Specifies that the file should not be accessible to
ordinary users.
Archive (A) Shows whether a file has changed since the last backup.
Page 304
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using File Systems
Properties dialog for a folder. Screenshot used with permission from Microsoft.
Note there is an actual file size and a size on disk shown. The size
on disk is usually larger due to the way storage locations (or
clusters) are created on the disk.
You can also view file and folder information in the Details Pane in
File Explorer or in Details view (see below).
Custom permissions can be configured for a file or folder using the Security
tab in its properties dialog.
Page 305
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5
Viewing permissions for a folder object. Screenshot used with permission from Microsoft.
To configure permissions, you first select the account to which the permissions
apply. You can then set the appropriate permission level. In simple terms, the
permissions available are as follows:
■ Modify—allows the user to do most things with an object but not to change
its permissions or owner.
■ Write—allows the user to read a file and change it, or create a file within a
folder, but not to delete it.
Page 306
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Searching for Folders and Files Using File Systems
Windows Search enables you to locate files and information located in on your
computer, within apps, such as email, or on the web. Search makes automatic
use of file and folder properties (or metadata) and file contents. In Windows 10,
the simplest way to search is to press the START key and type a search
phrase. Files, programs, apps, messages, and web pages that match your
search are displayed instantly:
In Windows 10, the search box is located next to the Start button. You can type
your search text straight into the box, or you can use vocal commands to
initiate a search by using Windows Cortana, Windows 10’s digital assistant.
Page 307
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Type the required search string, and if necessary, click the Apps, Documents,
or Web tab to filter results accordingly.
You can open, rename, delete, move, and copy files from the search results as
normal. If a basic search does not locate the file you want, you can add a filter
to reduce the number of results:
Page 308
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
View, Group, and Filter Options Using File Systems
In any folder, you can also use the view options to make finding a file or files
easier. The view options set how large icons are, and you can use Details
view to show information about each file in columns. The column headers allow
you to sort files in ascending or descending order (or in other views you can
right-click and select Sort By).
Applying view options to group and sort search results. Screenshot used with permission from
Microsoft.
The column headers or right-click menu also allow you to group and filter by
the information in that field:
■ Group—show icons in groups with dividers between them (for example, all
files with names beginning "A," then all files beginning with "B," and so on).
Page 309
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5
File Types and Extensions
It is worth knowing some of the extensions used to identify common file types.
■ txt—a text-only file with no "binary" file information linking the file to a
particular software application. Any application can open a text file, but this
file type cannot store any information about formatting or layout.
■ doc/docx—this format is the one used by Microsoft Word. The docx XML-
based format was introduced in Word 2007.
Spreadsheet Software
Microsoft's Excel spreadsheet software saves files with an xls or xlsx (Excel
2007 and up) file extension.
Presentation Software
Microsoft's PowerPoint presentation software saves files with a ppt or pptx
(PowerPoint 2007 and up) file extension.
Page 310
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Image File Types Using File Systems
DTP and graphic design applications (and most productivity software) can
make use of images in digital file formats. A number of different image file
formats have been developed for use in different scenarios:
■ flac (Free Lossless Audio Codec)—as the name suggests, this format
achieves file size compression without discarding audio data. The only
drawback is that it is not quite as widely supported by media players.
Executable Files
An executable file is one that contains program code. Unlike a data file,
program code can make changes to the computer system. Most operating
systems enforce permissions to restrict the right to run executable code to
administrator-level users.
Page 312
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Compression Formats Using File Systems
■ zip—this format was developed for the PKZIP utility but is now supported
"natively" by Windows, Mac OS X, and Linux. "Natively" means that the OS
can create and extract files from the archive without having to install a
third-party application.
■ tar—this was originally a UNIX format for writing to magnetic tape (tape
archive) but is still used with gzip compression (tgz or .tar.gz) as a
compressed file format for UNIX, Linux, and macOS. A third-party utility is
required to create and decompress tar files in Windows.
■ 7z—this type of archive is created and opened using the open-source 7-Zip
compression utility.
■ gz—this type of archive is created and opened by the gzip utility, freely
available for UNIX and Linux computers. A number of Windows third-party
utilities can work with gzip-compressed files.
■ iso—this is a file in one of the formats used by optical media. The main
formats are ISO 9660 (used by CDs) and UDF (used by DVDs and Blu-Ray
Discs). Many operating systems can mount an image file so that the
contents can be read through the file browser.
■ vhd/vmdk—these are disk image file formats used with Microsoft Hyper-V
and VMware virtual machines respectively. A disk image is a file containing
the contents of a hard disk, including separate partitions and file systems.
Like an ISO, such a file can often be mounted within an OS so that the
contents can be inspected via the file browser.
Page 313
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5
2) What type of file system must the partition that Windows files are installed
on use?
3) What default installation folders contain system and application files that
should not normally be deleted or modified manually?
4) What is the file path to the Documents folder for a user named "David,"
assuming Windows is installed to a hard disk with a single partition using
the default settings?
6) If you have made changes to a file and want to keep both the original file
and the modified version, what command should you use?
7) Why should you be more careful about deleting files from a USB flash drive
than from the main hard drive?
8) What view options could you use to show files of a particular type sorted by
date?
9) What kind of data would you expect to find in a file with a TIFF extension?
Page 314
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Using File Systems
File Explorer opens the "Quick Access" object by default. This contains
shortcuts to frequently-used folders (you can change these by dragging
new shortcuts into the menu) and also a list of recently opened files.
4) Click the Up One Folder button or click the This PC segment in the
address bar breadcrumb.
"This PC" contains the drives connected to the computer and the main
profile folders. There are default folders designed for storing different types
of data (Documents, Pictures, Music, Video, and so on).
5) Click the Up One Folder button again or click the arrow on the
breadcrumb root icon and select Desktop (note the different icon)
This selects the system-level desktop object. This contains all the system
objects you can see in the left-hand navigation pane plus the shortcuts
from your "personal" desktop folder.
Page 315
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 6) Right-click in some empty space here and select New > Text Document.
Type the name Navigating the Desktop then press ENTER.
7) Press START+D to show the desktop. You should be able to see the text
document you just created. Press START+D again to restore the File
Explorer window.
9) In the left-hand pane, select Themes, and then scroll down to click
Desktop icon settings.
10) In the "Desktop Icon Settings" dialog, select the Computer and User’s
Files check boxes, and then click OK.
12) On the desktop, double-click the icon for your user account .
This folder is the root for your user profile. You will see extra folders
compared to those listed in "This PC."
13) In File Explorer, click the View tab menu then select the Hidden items
check box.
This option shows hidden files and folders, such as the AppData folder.
These objects are hidden because it is not usually necessary for standard-
level users to interact with them, and moving or deleting them might cause
system problems.
14) Open the Pictures folder. You should see the Paint picture you created
earlier. Make a note of the navigation objects shown in the breadcrumb.
____________________________________________________________
Page 316
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
15) Click in an empty part of the breadcrumb and note the directory path. It will Using File Systems
be something like "C:\Users\YourName\Pictures."
In the navigation pane, expand This PC, and then click Local Disk (C:).
You can now see the folders stored on the root of the main hard drive,
including the Windows system folder, Program Files folders for software
applications, and the Users folder. You will also be able to see some
hidden folders.
Browsing the root of the boot volume. Screenshot used with permission from Microsoft.
16) Open the Users folder. You should see a folder named after your user
account and a "Public" folder. Open the folder for your user account.
You'll also see a hidden "Default" folder. This controls the profile
settings for new user accounts.
17) Open the Pictures folder. You should see the Paint picture you created
earlier. Make a note of the navigation objects shown in the breadcrumb:
You are in the same folder as before, but the breadcrumb shows the
different route you have taken to get there.
18) Click in an empty part of the breadcrumb then overtype the existing file
path with C:\Users\Public and press ENTER.
Files stored in a user's home folder are private to that user, though the
computer administrator can always view them. The "Public" folder is a
means for different users of the same PC to share files.
Page 317
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 19) Press START then type paint and press ENTER. Draw a picture of a
seaside scene then press CTRL+S to save the file.
When you save a file for the first time, the Save As dialog provides you with
a mini File Explorer to use to choose a location in which to save your file.
20) In the "Save As" dialog, click in an empty part of the breadcrumb then
overtype the existing file path with C:\Users\Public\Pictures and
press ENTER.
21) In the "File name" box, overtype the existing file name with The Beach.
Click the Save button.
If you don't see the Libraries object, select the View tab menu then
click the Navigation pane list button and select Show libraries.
24) Open the Pictures library. You may now see both Paint pictures you have
created or just one, depending on how your computer was set up.
To show both pictures, the library must be set up to include the Public
Pictures folder. If your computer was upgraded from Windows 7, this will be
the case by default but not if Windows 10 was "clean installed."
25) In the navigation pane, right-click the Pictures library object and select
Properties.
Page 318
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
26) In the dialog, click the Add button. Open C:\Users\Public then select Using File Systems
the Public Pictures folder and click the Include folder button. Click OK.
You should now see both pictures. Note the "Arrange By" view showing the
real folder in which each image is located.
27) In File Explorer, click the View tab menu then clear the Hidden items
check box.
1) Open your Pictures library, right-click and select New > Bitmap image.
Enter the name Sunny Day.
4) Click Start, type WordPad, and press ENTER. Use the Picture button on
the ribbon to add the picture you created. Write a caption or heading for it,
making sure you use the word holiday, then save and close the
document in the Documents folder as Day Out.
5) Right-click some empty space within your Documents folder then select
New > Folder. Type the name Holidays and press ENTER.
6) Select the Day Out file then click-and-drag it over the "Holidays" folder—do
not release the mouse button yet…
Click-and-drag to move an object on the same disk—hold down Ctrl to copy the object.
Screenshot used with permission from Microsoft.
7) Note that the default action shown in the tooltip is to move the file. Hold
down the CTRL key and note that the tooltip now reads "Copy to holidays."
Release the mouse button then the CTRL key.
8) Open the Pictures library from the navigation pane but ensure that the
"Holidays" folder is still expanded.
9) You should have two picture files (Sunny Day and The Sea). To select
multiple objects individually, CTRL+click them.
10) With both files selected, hold down CTRL then click-and-drag the selection
to the Holidays folder.
Page 319
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 11) Open the Holidays folder. Open the Day Out file and make some
amendments to it, making sure you use the word beach. Save and close
the file when done.
12) Select all the files (you can press CTRL+A to do this quickly). Drag and
drop the selection over the Documents folder in the navigation pane.
13) Note that because the destination folder contains a file with the same
name, you are prompted whether to replace it or not. Select the Compare
info for both files option.
14) In the File Conflict dialog, note the different file details (such as date
modified and size). Check both boxes to keep both versions of the file
where there is a name conflict. Click Continue.
15) Open the Documents folder and select the Day Out (2) file. Press F2 then
type the new name Another Sunny Day.
16) Move all the files back into the Holidays folder.
3) Right-click the column headers and look at the fields that you can add to
the view. You can also add or remove fields by right-clicking a header and
selecting More.
4) In the Choose Details dialog, check the box for Attributes and click OK.
5) From the View > Options list button select Change folder and search
options.
6) Click the View tab. Click the Apply to Folders button then click Yes to
confirm.
Folder Options dialog—View tab. Screenshot used with permission from Microsoft.
7) On the same tab, note some of the options, such as whether to preserve
folder customizations, launch new windows when opening folders, show
pop-up descriptions, and so on. Click OK.
8) Open your Pictures folder. Note that this is a different type of folder to
Documents (optimized for viewing images) so the default view settings you
just configured have not been applied.
Page 321
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 9) Open the Holidays folder again. On the "View" tab, experiment with
different options from the Group by list box. Try sorting with different group
options applied.
10) Select the The Sea image file. From the View tab, select Details pane.
11) Right-click The Sea and select Edit. In Paint, from the File menu, select
Save As.
12) From the Save as type box, select JPEG. Use the Explorer tools to select
the Holidays folder. Click the Save button.
Note that you have two files with the same name ("The Sea") but different
extensions.
15) In File Explorer, select The Sea.jpg. Click in the Tags field and type
beach. Click the Save button.
16) Press the START key then type beach then press ENTER. Note the search
results.
____________________________________________________________
17) Click the Documents icon to filter the results. Are any files found now?
____________________________________________________________
18) Switch back to File Explorer and select the Documents folder. Press F3
and type beach in the search box. Note the results:
____________________________________________________________
19) Now select the top-level Desktop icon under "Favorites" and repeat the
search for beach and note the results:
____________________________________________________________
20) Finally, select This PC and repeat the search for beach and note the
results:
____________________________________________________________
As you can see, file search operations outside the user document folders
can be a bit inconsistent. Also, searching in non-indexed locations such as
subfolders of "This PC" can take a long time.
Page 322
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Exercise 4 / Compressing Files Using File Systems
If your drive is getting low on space, you can compress files and folders. You
can either make the file system apply compression automatically or you can
add folders and files to zip archives (though you won't save any space this way
unless you delete the original files).
____________________________________________________________
9) Check the folder properties again—how much space does it take up now?
____________________________________________________________
10) How does the size of the zip file compare to the uncompressed and
compressed folder size?
____________________________________________________________
11) Open the zip file and then open one of the files. Change some text then try
to save—what happens?
Page 323
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit 5 Exercise 5 / Deleting and Recycling Files
Files deleted from the local disk are not removed completely but put in the
Recycle Bin.
1) Right-click the Recycle Bin icon on the Desktop and select Properties.
Note the options here to suppress use of the bin, change its size, and
suppress use of delete confirmations. Click Cancel.
3) Open Recycle Bin. Restore the Holidays folder. Check the restored folder
in Explorer to see what it contains.
5) Optionally, shut down your computer if you are not continuing to use it after
this lab.
Page 324
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Summary Using Computer Hardware
In this module you learned about the different types of peripheral and system
components that make up a computer. You also learned the basics of file
management.
□ The amount of system memory affects the ability of the computer to open
multiple applications and work efficiently with larger files. The main types of
memory are SDRAM and DDR/DDR2/DDR3/DDR4, packaged in DIMM
modules for desktops or SO-DIMM modules for laptops.
□ Make sure you can distinguish the types and features of input devices and
their configuration settings, usually accessed via Control Panel or the
Settings app.
Page 325
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM
Module 3 / Unit Summary Module 3 / Unit 3 / Using Peripheral Devices
□ Devices interface with the system using a device driver. Devices and
Printers and Device Manager provide tools for verifying and configuring
devices. You can use them to update drivers, check device properties, and
enable/disable devices.
□ Most computers use flat-screen displays but be aware that these now often
come with touchscreen capability. Computers can also use alternative
displays, such as projectors.
□ Multimedia devices allow for audio recording and playback and video
recording. Audio ports come in different sizes and types to allow the
connection of equipment such as microphones and speakers.
□ Printers for home and office use are usually either based on a laser print
process or an inkjet print process.
□ Printer installation is quite straightforward, but make sure you know how to
access the different configuration options and printing preferences.
Similarly, learn the output options for scanners.
□ Files and folders can be managed using File Explorer. Files are associated
with applications using a period plus three-character extension on the end
of the file name.
Page 326
□ Make sure you can use file search and viewing tools effectively.
Licensed For Use Only By: Byte Back Student 1 BB1 Jun 10 2021 11:32AM