first of all idk how to use the fraction method of representing answers in this chat, so please bear with the format of the explanation.
It is given that y< 0 but we do not have any range or sign for x. it can either be that x> 0 or x<0. We need to determine this from the premise.
Also it is given x != y (x not equal to y)
|x-y| = y-x, so wkt y<0, so for |x-y| to be equal to y-x, x-y has to be less than zero, x-y<0 (it can be equal to zero as x!=y)
so |x-y| = -(x-y) = y-x, so x-y<0 and x<y
Now that we have the range values for x and y, we go to the expression
for this question we will use the Plug in method as it is easier. let x= -2 and y = -1
x/|x| = -2/|-2| = -2/2 = -1
|-y|/-y = |-(-1)|/-(-1) = 1/1 = 1
(x-y)/|(y-x) = (-2-(-1))/|(-1-(-2)| = -1/|+1| = -1
|xy|/xy --> since x and y both are -ve and hence their product is +ve, so
this is |(-2)*(-1)|/(-2*-1) = +1
so adding all the four terms together we get --> (-1) + 1 + (-1) + 1 = 0
answer is 0 (option B)
Honestly my brain went fuzzy when I saw so many mods and had to refer to my notes to actually solve this problem. I hope my solution has made your life easier in solving this mod problem.