1.The number is always positive when qualifier ‘unsigned' is used.
2.The number can be positive or negative when the qualifier ‘signed' is used
3.The range of values for signed data types is more than that of unsigned data types ✓ Correct
4.The left most bit in unsigned data type is used to represent the value