R05 (Part 1) Flashcards

(21 cards)

1
Q

What is Electrostatic Discharge (ESD) and how can it be prevented?

A

ESD is a sudden flow of static electricity that can harm electronics. It’s prevented by using grounded wrist straps and carefully handling components.

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

What are key safety steps when building a PC system?

A

H – Handle components by edges
E – ESD protection
M – Manage cables
P – Power off & unplug
E – Ensure good ventilation

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

What is PAT (Portable Appliance Testing)?

A

PAT is a safety check of electrical devices, looking at wires, insulation, and connections—commonly done in workplaces.

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

What is the role of the motherboard and common port types?

A

The motherboard connects all components.
Ports include USB, HDMI, Ethernet, and audio jacks for connecting peripherals.

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

What do chipsets and computer buses do?

A

Chipsets control data flow—northbridge links CPU and RAM, southbridge handles input/output.

Computer Buses move data—system bus for CPU and RAM, PCIe for fast parts, USB for external devices.

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

What are expansion slots and what do they support?

A

Expansion slots are connectors on the motherboard that support add-ons like GPUs (PCIe), RAM, and older PCI cards.

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

What’s the difference between primary and secondary storage?

A

Primary storage is fast and temporary, used by the computer for things like RAM, cache, and registers.

Secondary storage is permanent and includes devices like hard drives, SSDs, and flash memory.

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

What are the four types of computer peripherals?

A

Input (keyboard)
Output (monitor)
Storage (USB drive)
Hybrid (touchscreen)

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

What is virtualisation and how does it differ from cloud computing?

A

Virtualisation runs VMs locally and cloud computing hosts services online.

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

What is a hypervisor and its types?

A

A software that manages VMs.
Type 1 is Hyper-V which runs on hardware
Type 2 is Virtual box which runs on a OS

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

List benefits and issues of virtualisation:

A

Benefits: lower costs, scalability, backup ease.

Issues: resource limits, security risks, complex setup.

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

What are the different types of networks?

A

LAN (local) - Home
WAN (wide) - Internet
MAN (metro) - University
PAN (personal) - Bluetooth
VPN (private/secure).

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

What’s the difference between client-server and peer-to-peer networks?

A

Client-server uses central servers (secure, scalable)

P2P shares directly (simple, less secure).

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

Describe common networking cables.

A

Twisted-pair (UTP/STP)
fibre-optic (SMF/MMF)
coaxial (used in CCTV and cable TV)

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

What’s the difference between analogue and digital signals?

A

Analogue = smooth, continuous (e.g., vinyl).

Digital = binary, discrete (e.g., MP3).

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

What is a protocol and what’s a network packet?

A

Protocol – Defines the rules for communication.

Network Packet – Contains a header (where it’s going), data (the message), and footer (checks for errors).

17
Q

What is a MAC (Media Access Control) address?

A

It is a unique hardware identifier for network interfaces.

18
Q

What is a NIC (Network Interface Card)?

A

A hardware component that enables a device to connect to a network (wired or wireless).

19
Q

Network Server Types:

A

Print Server - Manages printers and print jobs.

Proxy Server - Filters traffic and hides user identity.

Network Server - Provides services/resources to network devices.

FTP Server - Transfers files using FTP.

Web Server - Delivers websites via HTTP.

20
Q

Hardware Server types:

A

Tower Server - Upright server for small offices

Rack Server - Flat server in a rack; used in data centres.

Blade Server - Slim, space-saving server.

21
Q

What are the layers of the TCP/IP model?

A

Application – Supports user apps (e.g. HTTP, FTP, SMTP).

Transport – Ensures delivery (e.g. TCP, UDP).

Internet – Routes data (e.g. IP, ICMP).

Network Access – Sends data physically (e.g. Ethernet, Wi-Fi).