Step 1: Interpret the given binary representation.
The symbols \( \Delta \) represent '1' and \( o \) represent '0'. Thus, the given number \( o\Delta\Delta oo\Delta \) translates to:
\[
o\Delta\Delta oo\Delta = 011001
\]
Step 2: Compute the one's complement.
The one's complement of a binary number is obtained by flipping all the bits, i.e., replacing every '0' with '1' and every '1' with '0'. Therefore:
\[
\text{One's complement of } 011001 = 100110
\]
Thus, the one's complement of \( o\Delta\Delta oo\Delta \) is \( 100110 \).