So you want to say that
-
to represent/find the negative of a number we need to find 2’s complement
-
to store a negative number in computer memory we use the rightmost bit as a flag.
so basically both are practically different and (1) is to represent/find for user/programmer (2) is for computer how it should be stored.
?