Collections of Bits (signals)

bit parallel Signals can be grouped spatially.
For instance, a collections of wires (bus):

bit serial Or can be grouped temporally:

Some size collections have names:

1: bit4: nibble
8: byte16: word

The term "word" is sometimes used to describe any size.

What do these represent?

3.3