computer hardware Flashcards
(34 cards)
What is an LCD (Liquid Crystal Display)?
A display technology using liquid crystals that change properties when voltage is applied.
What are the characteristics of a TN (Twisted Nematic) panel?
Fast response times and lower production costs, but poorer color reproduction and viewing angles.
What are the characteristics of an IPS (In-Plane Switching) panel?
Better color accuracy and wider viewing angles compared to TN, but more expensive and slower response times.
What are the characteristics of a VA (Vertical Alignment) panel?
Offers good color reproduction and high contrast, but slower than both TN and IPS. Commonly used in TVs.
OLED (Organic Light Emitting Diode)
Each pixel emits its own light
AMOLED (Active Matrix OLED)
A type of OLED used in smartphones that offers improved performance using active matrix technology.
Mini LED
A backlighting technology for LCDs that uses smaller LEDs to improve brightness and contrast.
Solid State Drives (SSDs)
A solid-state drive is a type of mass storage that uses flash memory to store data
Motherboard
The motherboard is the main printed circuit board in a computer. It connects the CPU
Removable Storage
Often used for backup or transferring data between devices. They are generally portable and convenient for storing data outside the primary system.
Hard Drives (HDDs)
A hard disk drive is a form of mass storage that uses spinning disks (platters) to read and write data.
What is RAID 0 also known as?
Striping.
What does RAID 0 do?
It splits data across multiple disks to improve performance.
What is an advantage of RAID 0?
Faster read/write speeds.
What is a disadvantage of RAID 0?
No redundancy; if one disk fails
What is RAID 1 also known as?
Mirroring.
What does RAID 1 do?
It duplicates data on two disks.
What is an advantage of RAID 1?
Provides redundancy; if one disk fails
What is a disadvantage of RAID 1?
Storage capacity is halved (only the size of one disk is usable).
What is RAID 5 also known as?
Striping with parity.
How many disks are required for RAID 5?
At least three.
What does RAID 5 do?
It stripes data and parity across multiple disks.
What is an advantage of RAID 5?
Good balance of performance and redundancy; can recover from one disk failure.
What is a disadvantage of RAID 5?
Slower write speeds due to parity calculations.