hmmm to tell if they're orthogonal(perpendicular) to each other, we can simply get their dot-product, if their dot-product is 0, then they indeed are perpendicular, let's check

well, no luck there... now, let's introspect the digits a little

notice, the second vector, -28, 16, is just a multiple of the first one, that simply means, they're
parallel.
you can always just do a b/a check and simplify both vectors, if they yield the same ratio, they're parallel, since they're just multiples of each other.