Internal System Components Flashcards

1
Q

What is the motherboard?

A

▪ Printed circuit board (or PCB) that acts as the central hub where all other
hardware components connect and communicate, making it an essential
part of any computing device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does UEFI stand for?

A

User Extensible Firmware Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the CPU?

A

o Central Processing Unit (CPU)
▪ Executes instructions and processes data, making it a critical component
of any computing device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is ARM, and RISC?

A

ARM (Advanced RISC Machine)
RISC (Reduced Instruction Set Computer) is a type of microprocessor
architecture that utilizes a small, highly-optimized set of instructions
rather than the highly-specialized set of instructions typically found in
other architectures e.g. for mobile devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What cycle does the processor follow?

A

Fetch -> Decode -> Execute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does 32-bit and 64-bit refer to?

A

The amount of data the processor can process per second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How much memory can a 32-bit system address?

A

4GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is clock speed?

A

▪ Measured in gigahertz (GHz) to indicate how many instructions a
processor can execute per second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is bus speed?

A

▪ Refers to how fast the processor can communicate with other
components in the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is hyper-threading?

A

▪ Innovative technology implemented in select Intel processors, enabling a
single processor core to manage multiple threads of execution
simultaneously
▪ This technology works by creating virtual cores within a physical core,
allowing it to handle multiple threads concurrently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is virtualization?

A

Improves the performance of software virtualization solutions, allowing
multiple operating systems to run simultaneously on the same machine,
each with its own set of resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a GPU?

A

o Graphics Processing Unit (GPU)
▪ Specialized processor designed to accelerate rendering images and
videos on a device’s screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the differences between an integrated GPU and a discrete GPU? What are the advantages/disadvantages of both?

A

▪ Integrated GPU
● Are built into the processor, sharing system memory and
resources with the CPU
● Integrated GPUs are typically more energy-efficient, cost
effective, and space-saving

▪ Discrete GPU
● Are separate components that can be added to a computer
system
● Discrete GPUs require additional power, produce more heat, and
may require larger form factors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is RAM?

A

o Random Access Memory (RAM)
▪ Provides temporary storage for data that the processor needs to access
quickly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is DRAM?

A

o Dynamic Random Access Memory (DRAM)
▪ It stores each bit of data in a separate capacitor within an integrated
circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is SDRAM?

A

o Synchronous Dynamic Random Access Memory (SDRAM)
▪ Type of DRAM that synchronizes with the clock speed of the computer,
which enhances the overall speed of the system

17
Q

What forms does SDRAM come in, where would you find them both?

A

▪ SDRAM comes in the Dual In-line Memory Module (DIMM) format for
Desktop PCs and Small Outline Dual In-line Memory Module (SODIMM)
format for laptops

18
Q

What is the updated version of SDRAM called?

A

o Double Data Rate SDRAM
▪ Updated version of SDRAM that can transfer data on both the rising and
falling edges of the clock signal, effectively doubling the memory chip’s
data throughput

19
Q

How many versions of DDR SDRAM are there?

A

DDR1 - 5, they are not backwards compatible

20
Q

What forms of permanent storage are there?

A

HDD and SSD

21
Q

What are the advantages of SSD’s?

A
  • The absence of mechanical components allows for near instantaneous data access times, accelerating boot times, file transfers, and application load times
22
Q

How can computers use fixed storage to supplement RAM? What is the proccess called?

A

To supplement RAM, computers use a portion of the HDD or SSD as virtual memory. This process is known as paging in the Windows operating system and a
“swap file” in the Linux and Unix operating systems

23
Q

What is a NIC?

A

o Network Interface Card (NIC)
▪ Provides a dedicated, full-time connection to a network, translating the
data produced by the computer into a format that can be transmitted
over the network, and vice versa

24
Q

What is a system bus?

A

o System Bus
▪ Critical component in computer architecture, serving as the primary
communication channel between the various components of a computer
system

25
Q

What are thre three types of buses within the system bus?

A

o The system bus is composed of three types of buses
▪ Data Bus transfers actual data between components
▪ Address Bus carries information about where the data should be sent
▪ Control Bus carries control signals, managing and directing the use of the
data and address buses

26
Q

What is the peripheral component interface (PCI)?

A
  • Hardware bus used for attaching peripheral devices to a
    computer
27
Q

What is the accelerated graphics port?

A

Was specifically designed to handle the demands of high performance 3D graphics in the mid-1990s

28
Q

What is the Peripheral Component Interconnect Express (PCIe)?

A
  • PCIe uses a serial interface with higher data transfer rates that provides a dedicated connection between devices
  • PCIe can use x1, x2, x8, or x16 lanes depending on the size
    of the slot
29
Q

Name and explain the two main types of cooling.

A

▪ Passive Cooling
● It relies on conduction, convection, or radiation to dissipate heat e.g. heat sinks

▪ Active Cooling
● Uses power and includes components that move, like fans or
pumps to cool down the system

30
Q

Name and explain the two types of active cooling.

A
  • Air Cooling
    ▪ It involves using fans to create airflow, which
    carries heat away from the components
  • Liquid Cooling
    ▪ It uses a liquid coolant to absorb heat from
    components, which is then transported to a
    radiator where it is cooled by a fan before being recirculated
31
Q

What would you often find paired with a fan-based cooling system?

A

▪ The fans are often paired with heatsinks, which draw heat away from the components and into the path of the airflow

32
Q

What is system firmware?

A

o System Firmware
▪ Serving as the link between the system’s hardware and its operating
system

33
Q

Name and explain the two most common types of system firmware.

A

o The two most common types of system firmware
▪ Basic Input/Output System (BIOS)
● Initializes the hardware during the booting process and provides
runtime services for operating systems and programs
● It operates in 16-bit mode and has a slow boot time

▪ Unified Extensible Firmware Interface (UEFI)
● Operates in either a 32-bit or 64-bit mode, allowing it to access all
of the system’s memory and enabling faster boot times
● UEFI also has a graphical user interface that makes it more user friendly than the BIOS used in older systems