Truncating the coefficients to 4 bits including the sign bit, means that only a limited set of numbers can be used for the coefficients. For example, a decimal 0.95 in 4-bit with sign form can be only be 0.875. Similarly 0.25 which is 0.01 in binary will remain the same.
Thus the new pole locations will be 0.875 and 0.25.