Advanced Computer Hardware Concepts and Components

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/108

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

109 Terms

1
New cards

What does POST stand for in computer booting?

Power-On Self-Test.

2
New cards

What is the role of BIOS during the boot process?

BIOS performs a hardware check and controls communication between the operating system and hardware.

3
New cards

What type of memory chip stores the BIOS settings?

Complementary Metal Oxide Semiconductor (CMOS) memory chip.

4
New cards

What happens if the CMOS battery fails?

Important BIOS settings can be lost.

5
New cards

What is UEFI and how does it differ from legacy BIOS?

Unified Extensible Firmware Interface (UEFI) provides additional features and addresses security issues, supporting larger boot drives and secure boot.

6
New cards

What are some common security features found in BIOS/UEFI systems?

Passwords, drive encryption, LoJack, Trusted Platform Module (TPM), and secure boot.

7
New cards

What is the purpose of the Trusted Platform Module (TPM)?

To secure hardware by storing encryption keys, digital certificates, passwords, and data.

8
New cards

What does flashing the BIOS mean?

Updating the BIOS by downloading a new version from the manufacturer's website.

9
New cards

What are the four basic units of electricity that a computer technician must know?

Voltage (V), Current (I), Resistance (R), and Power (P).

10
New cards

How is voltage measured?

In Volts (V).

11
New cards

What does current measure in a circuit?

The amount of electrons moving through a circuit per second, measured in Amperes (A).

12
New cards

What does resistance refer to in an electrical circuit?

The opposition to the flow of current, measured in Ohms (Ω).

13
New cards

How is power defined in electrical terms?

The work required to move electrons through a circuit multiplied by the current, measured in Watts (W).

14
New cards

What is a dual voltage power supply?

A power supply with a switch that sets the input voltage to either 110V/115V or 220V/230V.

15
New cards

What is a blackout in terms of power fluctuations?

A complete loss of AC power.

16
New cards

What is a brownout?

A reduced voltage level of AC power that lasts for a period of time.

17
New cards

What causes noise in electrical power?

Interference from generators and lightning.

18
New cards

What is a spike in electrical terms?

A sudden increase in voltage that lasts for a short period and exceeds 100 percent of the normal voltage.

19
New cards

What does BIOS identify during the boot process?

Available drives, bootable drives, memory configuration, PCIe and PCI slot configurations, SATA and USB port configurations, and power management features.

20
New cards

What is the significance of the BIOS ROM chip on the motherboard?

It contains the program that controls communication between the operating system and hardware.

21
New cards

How does UEFI enhance security compared to legacy BIOS?

By implementing secure boot and addressing security issues inherent in older BIOS systems.

22
New cards

What is the function of the voltage selector switch on a power supply?

To set the input voltage to the power supply.

23
New cards

What can happen if power fluctuations occur?

They can cause data loss or hardware failure.

24
New cards

What is a power surge?

A dramatic increase in voltage above the normal flow of electrical current.

25
New cards

What device helps protect against damage from power surges and spikes?

Surge protector.

26
New cards

How does a surge suppressor work?

It diverts extra electrical voltage that is on the line to the ground.

27
New cards

What is the purpose of an Uninterruptible Power Supply (UPS)?

It protects against potential electrical power problems and provides consistent quality of power during brownouts and blackouts.

28
New cards

What is a Standby Power Supply (SPS) and how does it differ from a UPS?

An SPS provides a backup battery on standby during normal operation but is less reliable than a UPS due to the time it takes to switch to battery power.

29
New cards

What is the difference between Reduced Instruction Set Computer (RISC) and Complex Instruction Set Computer (CISC)?

RISC uses a small set of instructions designed for rapid execution, while CISC uses a broad set of instructions, resulting in fewer steps per operation.

30
New cards

What is Hyper-Threading in Intel processors?

A technology that allows multiple pieces of code (threads) to be executed simultaneously, making a single CPU perform as though there are two CPUs.

31
New cards

What is HyperTransport in AMD processors?

A high-speed connection between the CPU and the Northbridge chip that enhances CPU performance.

32
New cards

How is the power of a CPU measured?

By its speed in cycles per second (megahertz or gigahertz) and the amount of data it can process.

33
New cards

What is overclocking?

A technique used to make a processor work at a faster speed than its original specification, which can damage the CPU.

34
New cards

What is CPU throttling?

A technique where the processor runs at less than the rated speed to conserve power or produce less heat.

35
New cards

What is CPU virtualization?

A hardware feature that enables a single processor to act as multiple processors, allowing multiple operating systems to run in parallel on virtual machines.

36
New cards

What are multicore processors?

Processors that have two or more processors on the same integrated circuit, allowing for faster execution of instructions.

37
New cards

How do multicore processors improve performance compared to single-core processors?

They execute instructions more quickly by distributing tasks to all processors simultaneously.

38
New cards

What is shared between processors in multicore systems?

RAM, because the cores reside on the same chip.

39
New cards

What is the advantage of multicore processors in terms of power and heat?

They conserve power and produce less heat than multiple single-core processors, increasing performance and efficiency.

40
New cards

What is an integrated graphics processing unit (GPU)?

A GPU that is embedded on the CPU and dependent on system RAM.

41
New cards

What is a dedicated GPU?

A separate chip with its own video memory dedicated exclusively for graphical processing.

42
New cards

What are the benefits of integrated GPUs?

Cost-effectiveness and less heat dissipation.

43
New cards

What are integrated GPUs best suited for?

Less complex tasks like watching videos and processing graphical documents.

44
New cards

What is the purpose of a case fan in a computer?

To increase air flow in the computer case and allow more heat to be removed.

45
New cards

How does a CPU heat sink work?

It has a large surface area with metal fins to draw heat away from the CPU and dissipate it into the surrounding air.

46
New cards

What role does thermal compound play in CPU cooling?

It is placed between the heat sink and the CPU to increase the efficiency of heat transfer.

47
New cards

What is the function of a CPU fan?

To move heat away from the metal fins of the heat sink.

48
New cards

What cooling system is used for graphics cards?

Graphics card cooling systems manage the excessive heat generated by the GPU.

49
New cards

Describe how a water cooling system works.

A metal plate is placed over the processor and water is pumped over it to collect the heat generated by the processor.

50
New cards

What is RAID technology used for?

To store data across multiple storage devices for availability, reliability, capacity, and redundancy or performance improvement.

51
New cards

What is striping in RAID?

It enables data to be distributed across multiple drives, increasing performance, but if one drive fails, all data is lost.

52
New cards

What does mirroring in RAID provide?

It stores duplicate data on one or more other drives, providing redundancy so that the failure of a drive does not cause data loss.

53
New cards

What is the purpose of parity in RAID?

It provides basic error checking and fault tolerance by storing checksums separately from data, allowing reconstruction of lost data.

54
New cards

What does double parity in RAID allow?

It provides fault tolerance for up to two failed drives.

55
New cards

What is the function of a serial port?

To connect various peripherals such as printers, scanners, modems, and console connections to network devices.

56
New cards

What is the use of a parallel port?

To connect to various peripheral devices, commonly printers.

57
New cards

What do PS/2 ports connect?

They are used for connecting a keyboard (purple) and mouse (green).

58
New cards

What is VGA?

An analog port and one of the oldest graphics ports still used on some PCs.

59
New cards

What does HDMI do?

Carries video information and is capable of providing digital audio and control signals.

60
New cards

What is the difference between USB Type-A and USB Type-C?

USB Type-A is the typical rectangular connector, while USB Type-C is rectangular with four rounded corners and is the newest USB interface.

61
New cards

What is the purpose of a SATA cable?

To connect internal storage devices to a motherboard; it does not provide power.

62
New cards

What is an eSATA cable used for?

To connect external SATA drives.

63
New cards

What is a Lightning connector?

A small proprietary 8-pin connector used by Apple mobile devices for both power and data.

64
New cards

What is the function of a micro-USB connector?

A common connector on smartphones and tablets, characterized by two corners pushed in at an angle.

65
New cards

What does a USB Type-B connector typically connect to?

Printers or external hard drives.

66
New cards

What is the purpose of an eSATA cable?

To connect external SATA drives.

67
New cards

What is commonly used to provide eSATA ports?

An expansion card.

68
New cards

What type of cable is used in wired Ethernet networks?

Twisted pair cable.

69
New cards

What is the most common form of twisted pair cabling?

Unshielded Twisted Pair (UTP) cabling.

70
New cards

What does Shielded Twisted Pair (STP) cabling include?

Foil or braiding for additional shielding against electromagnetic interference.

71
New cards

What connector is used at each end of a UTP cable?

RJ-45 connector.

72
New cards

What type of cable is terminated with an RJ-11 connector?

A four-wire UTP cable used in older telephone networks.

73
New cards

Describe the construction of coaxial cable.

It has an inner center conductor surrounded by insulating material, which is then surrounded by a foil shield.

74
New cards

What is RG-6 cable used for?

High-bandwidth, high-frequency applications like Internet, Cable TV, and Satellite TV.

75
New cards

What is RG-59 cable used for?

Low bandwidth and lower frequency applications such as analog video and CCTV.

76
New cards

What is SCSI?

A standard for connecting peripheral and storage devices in a daisy-chained format.

77
New cards

What is the purpose of an external SCSI cable?

To connect older external SCSI devices like scanners and printers.

78
New cards

What is the common connector for internal SCSI cables?

A 50-pin connector arranged in two rows attached to a ribbon cable.

79
New cards

What does an IDE cable typically connect?

It connects to the IDE port on the motherboard and attaches to IDE drives.

80
New cards

What are the key characteristics used to describe computer monitors?

Screen size, resolution, monitor resolution, native resolution, and connectivity.

81
New cards

What does native resolution refer to?

The best monitor resolution for a specific monitor.

82
New cards

What is pixel in the context of monitors?

A tiny dot capable of displaying red, green, and blue.

83
New cards

What does dot pitch measure?

The distance between pixels on the screen.

84
New cards

How is brightness measured in monitors?

In candelas per square meter (cd/m2).

85
New cards

What does contrast ratio measure in monitors?

The measurement of how white and how black a monitor can get.

86
New cards

What is refresh rate?

The amount of seconds for your monitor to redraw the screen, measured in Hertz (Hz).

87
New cards

What is the difference between interlaced and non-interlaced scanning?

Interlaced scans the screen two times (odd lines then even lines), while non-interlaced scans one line at a time from top to bottom.

88
New cards

What does CGA stand for and what is its resolution?

CGA stands for Color Graphics Adapter with a resolution of 320 x 200.

89
New cards

What is the resolution of VGA?

VGA stands for Video Graphics Array with a resolution of 640 x 480.

90
New cards

What resolution does SVGA support?

SVGA stands for Super Video Graphics Array with a resolution of 800 x 600.

91
New cards

Define HD in terms of resolution.

HD stands for High Definition with a resolution of 1280 x 720, also known as 720p.

92
New cards

What is the resolution for FHD?

FHD stands for Full High Definition with a resolution of 1920 x 1280, also known as 1080p.

93
New cards

What does QHD stand for and what is its resolution?

QHD stands for Quad High Definition with a resolution of 2560 x 1440, also known as 1440p.

94
New cards

What is UHD and its resolution?

UHD stands for Ultra High Definition with a resolution of 3840 x 2160, also known as 4k.

95
New cards

What are the benefits of adding multiple monitors to a computer?

Adding monitors can increase visual desktop area and improve productivity by allowing expansion of the monitor size or duplication of the desktop.

96
New cards

What is required to connect multiple monitors to a computer?

You need to enable your computer to support multiple monitors and gather the appropriate display cables.

97
New cards

What are some reasons for upgrading a computer's motherboard?

User requirements change, upgraded software packages require new hardware, and new hardware offers enhanced performance.

98
New cards

What components might need to be replaced when upgrading a motherboard?

You might need to replace the CPU, heat sink and fan assembly, and RAM.

99
New cards

What is the first step in upgrading a motherboard?

Record how the power supply, case fans, case LEDs, and case buttons attach to the old motherboard.

100
New cards

What should you do after removing the old motherboard from the case?

Identify where all of the connectors are on the new motherboard.