Exploring IT Theory Grade 12 Hardware and Performance Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

Flashcards covering computer performance, buses, ports, storage technologies, graphics processing, CPU acceleration techniques, and mobile technology constraints from Grade 12 IT Theory.

Last updated 8:56 AM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

What determines the total amount of memory a computer system can address?

The size of the address bus determines the addressable memory. For example, a 32-bit address bus can address 2322^{32} (4,294,967,2964,294,967,296) memory locations, which equals 4GB4\,\text{GB} of addressable memory space if each location holds one byte.

2
New cards

What are the data transfer rates for the USB 1.0, 1.1, 2.0, 3.0, and 3.1 standards?

USB 1.0 Low-Speed runs at 1.5Mbps1.5\,\text{Mbps}, USB 1.1 Full-Speed at 12Mbps12\,\text{Mbps}, USB 2.0 Full-Speed at 480Mbps480\,\text{Mbps}, USB 3.0 SuperSpeed at 5Gbps5\,\text{Gbps}, and USB 3.1 SuperSpeed at 10Gbps10\,\text{Gbps}.

3
New cards

What is the fundamental difference between USB standards and USB ports?

USB standards (such as USB 2.0, 3.0, and 3.1) indicate speed and function, whereas USB ports (such as USB Type-A, Type-B, or Type-C) indicate the physical shape of the port.

4
New cards

What maximum power delivery capability does USB Type-C support when combined with USB Power Delivery (USB PD)?

It can support up to 100W100\,\text{W} at 20V20\,\text{V} and 5A5\,\text{A}, which is sufficient to charge laptops and notebooks.

5
New cards

What functionality does USB On-The-Go (OTG) enable for mobile devices?

USB OTG allows mobile devices to act as USB hosts, enabling them to directly read data from devices like external hard drives without needing a laptop or PC.

6
New cards

What feature of DisplayPort allows multiple monitors to be connected to a single source port?

Daisy chaining allows a user to connect one DisplayPort cable to a primary monitor and then link subsequent monitors to each other in a series from that single source cable.

7
New cards

How do Thunderbolt 3 and USB-C compare in terms of bandwidth speed and external display support?

Thunderbolt 3 supports speeds up to 40Gb/s40\,\text{Gb/s} and can power two 4K displays or one 5K display, whereas standard USB-C supports speeds up to 10Gb/s10\,\text{Gb/s} and one 4K display.

8
New cards

How many total bits are used to represent each pixel on a display monitor, and how are they split across primary colors?

Each pixel is represented in 2424 bits, divided equally into 88 bits for red, 88 bits for green, and 88 bits for blue (RGB\text{RGB}).

9
New cards

What are the four main components of a dedicated graphics card?

A motherboard connection for data and power, a graphics processing unit (GPU) to render pixels, video memory (VRAM) to store pixel details and completed pictures, and a monitor connection.

10
New cards

How does GDDR5X VRAM compare in speed to standard GDDR5 VRAM?

GDDR5X is used in high-end graphics cards and is almost twice as fast as GDDR5.

11
New cards

What are the key advantages of integrated graphics compared to a discrete graphics card?

Integrated graphics offer lower overall computer cost, produce less heat, and consume less power, which extends battery life in mobile devices.

12
New cards

What is the primary role of a maths co-processor?

A maths co-processor assists the CPU's Arithmetic Logic Unit (ALU) by processing complex floating-point calculations extremely quickly in parallel.

13
New cards

What two key performance metrics determine overall RAM speed?

Frequency (which affects maximum bandwidth) and Latency (which affects how quickly RAM responds to a request).

14
New cards

What is the recommended rule of thumb for configuring virtual memory sizing on a computer?

The minimum virtual memory should be set to 1.51.5 times the physical RAM, and the maximum should be set to 33 times the physical RAM.

15
New cards

What are the primary operational performance advantages of Solid State Drives (SSDs) over Hard Disk Drives (HDDs)?

SSDs have no moving parts, open files up to 30%30\% faster, take around three times less boot-up time, consume about three times less power, and are immune to magnetic interference.

16
New cards

What do the numbers mean in standard M.2 SSD length specifications such as 2242, 2260, and 2280?

All M.2 SSDs are 22mm22\,\text{mm} wide; the subsequent two digits represent the physical length in millimeters (e.g., 42mm42\,\text{mm}, 60mm60\,\text{mm}, or 80mm80\,\text{mm}).

17
New cards

How do read and write speeds of NVMe SSDs compare to standard SATA III SSDs?

NVMe SSDs achieve approximately 3,500MB/s3,500\,\text{MB/s} read and 3,000MB/s3,000\,\text{MB/s} write speeds, compared to SATA III SSDs which offer approximately 530MB/s530\,\text{MB/s} read and 500MB/s500\,\text{MB/s} write speeds.

18
New cards

How does Hyperthreading improve CPU execution speed?

Hyperthreading duplicates the internal registers on the CPU chip, allowing a second instruction to be preloaded while the first set of registers is processed, reducing instruction switching latency.

19
New cards

What is the primary physical difference between Hyperthreading and Multiprocessing?

Hyperthreading duplicates only the CPU registers on a chip, whereas Multiprocessing duplicates entire CPU cores on a single chip.

20
New cards

What are the two primary methods used to perform overclocking on a computer?

By increasing the individual CPU's clock multiplication factor so it runs faster than the system clock, or by increasing the system clock frequency itself to affect all connected components.

21
New cards

What distinguishes Augmented Reality (AR) from Virtual Reality (VR)?

Augmented Reality overlays digital details onto the real world while keeping the real environment central, whereas Virtual Reality creates a fully enclosed, entirely synthetic digital environment.

22
New cards

What are five core physical and performance constraints inherent to mobile device technology?

Smaller screen size, single-window application focus, touchscreen keypad limitations, restricted computing power due to thermal and voltage constraints, and battery capacity/drain limits.