Hardware (Chapter 1) Flashcards
What are two common types of laptop batteries?
Lithium-ion (Li-ion) and Lithium-ion polymer (LiPo)
- Designed to be fully charged
- No “memory effect”/decreasing of capacity
- Different form factor for each laptop (battery is unique)
What type of memory does a laptop use?
SO-DIMM (Small outline dual in-line memory module)
- Used in laptop and other mobile devices
- Non-module laptops don’t allow upgrades and are soldered to the board
What hard drive form factor do most laptops use?
2.5” (3.5” is for desktops)
What are the benefits of an SSD?
- Fast, less latency
- All memory, no moving parts
- Quiet
- Is an upgrade from virtually any HDD
What is the form factor of SSDs in modern laptops?
M.2
- No cables required
- Easy installation (modular/insert into slot)
What are three ways to migrate data from an HDD to an SSD?
Install an OS on the SSD
- Move files between drives, then install required applications (time consuming)
Create an image or clone of the HDD
- No OS installation required
- Move the image to the new SSD with imaging software (sometimes included with the SSD)
Drive-to-drive image
- Image directly from one drive to another
What wireless standard do laptops have?
802.11
- mini PCI or mini PCIe slots for expansion/replacement of LAN or PAN
What kind of short-distance communication do some laptops have?
NFC (Near-field communication)
- 4 centimeters or less
- Transfers data or authenticates
What is an LCD and what benefits does it provide?
Liquid crystal display
- Lightweight
- Low power requirement
- Relatively inexpensive
What is are some disadvantages of LCDs?
- Poor black levels
- Requires a separate backlight which are difficult to replace
What is OLED and what characteristics does it have?
Organic light emitting diode
- Does not require a backlight
- Thinner and no glass required
- Very good color representation and has more contrast than LCDs
- Slightly more expensive
How are Wi-Fi antennas physically configured in a laptop?
Bluetooth and wireless antennas are routed to the top of the laptop display, the highest point of the device
- This can create challenges when replacing or repairing displays; antennas must be reconnected
What are the two different types of backlighting used by LCDs?
LED backlit (MOST COMMON)
- Uses LEDs around the edge of the screen with an array of them behind it
- Used on newer laptops
CCFL - Cold cathode fluorescent lamp (OBSOLETE)
- Higher power requirements
- Thick
What is a digitizer?
Converts analogue (touch) to digital input
What does a laptops power adapter do and why might it need to be inverted?
A power adapter/inverter AC from the wall to DC power.
An inverter might be used to convert it back to AC for the display backlight (CCFL).
What motherboard components operate in the Northbridge chipset?
CPU, memory, PCIe
Most performance aspects determined by this.
On what signal pathway do the CPU, RAM and PCIe communicate?
The FSB (front-side bus)
This has been phased out. CPU has own integrations.
Connected the the Northbridge, what chipset supports slower peripherals (USB, serial ATA, parallel ports)?
Southbridge
On a motherboard, what is data sent through between components?
Bus
The wider the bus, the more data that can be processed per unit of time (ex. GHz)
What kind of bus does nearly every board today use?
Serial bus
What PCIe link width (lanes and connector size) is most commonly supported?
x16
x32 is UNCOMMON
What is virtual memory?
A spot reserved on the harddrive to act as additional memory. The swap, or paging file, is called PAGEFILE.SYS in Microsoft OSs.
What is cache memory?
Very fast form of memory between the CPU and RAM. It predicts what the CPU will ask for and prefetches the information before being asked.
Whats are the different designations of CPU caches?
L1, L2, 3
–L1 is the smallest and fastest
–In multi-core processing, each core has its own dedicated L1 and 2 caches
–L3 cache is larger and slower and is usually shared among all cores
What is a PGA socket?
Pin-grid array
Pins are on the CPU, socket has holes
What CPU socket type utilizes a land-grid array?
LGA 1200
The pins are located on the motherboard socket and the lands are on the CPU.
What component uses SATA?
Hard drive
What is the main purpose of BIOS?
Boots the system, allows OS to interact with hardware directly instead of with drivers
What is the successor to BIOS?
UEFI
(Unified Extensible Firmware Interface)
Its much more extensible than BIOS
What two passwords can BIOS/UEFI set?
User password (to boot)
Administrator password (to access settings)
What is TPM?
Trusted Platform Module
–Used in BIOS to boot to the OS only if the boot drive is verified
Swapping hard drives trips this (ex: Bitlocker)
If a TPM chip isn’t present, what can be used in its place?
HSM (hardware security module) that creates, manages and stores encryption keys
What is Secure Boot?
It ensure that the PC boots using only software that is trusted by the manufacturer. These signatures can be updated.
What is POST?
Power-on self-test