What does USB stand for in computer terminology?
2025
What does USB stand for in computer terminology?
- A.
Unique Serial Booster
- B.
Universal Serial Bus
- C.
Universal Series Base
- D.
Unilateral Series Base
Attempted by 100 students.
Show answer & explanation
Correct answer: B
Acronyms in computer terminology expand a short form into full words that describe a technology's function; a hardware interface standard is typically named by the general property it offers (broad compatibility), the way it moves data (one bit at a time, or in parallel), and the physical/logical channel that carries that data.
'U' stands for Universal — the standard works uniformly across many device types and manufacturers.
'S' stands for Serial — data is transmitted sequentially, one bit after another, rather than many bits simultaneously in parallel.
'B' stands for Bus — a shared communication pathway that connects a peripheral to the host controller.
Put together, USB expands to Universal Serial Bus.
Comparing the wording used in each option:
Option | Word 1 | Word 2 | Word 3 |
|---|---|---|---|
Unique Serial Booster | Unique | Serial | Booster |
Universal Serial Bus | Universal | Serial | Bus |
Universal Series Base | Universal | Series | Base |
Unilateral Series Base | Unilateral | Series | Base |
This matches the expansion published by the USB Implementers Forum (USB-IF), the industry body that maintains the USB specification, and is used consistently in hardware documentation from major OS vendors.