Options A and C can get you confused. We can choose option A if our argument is based entirely on digital images. The correct answer, however, is C: Number of pixels you see on your computer monitor.
Resolution describes the clarity and sharpness of a picture that can be measured by the number of pixels contained on a display monitor. It can be expressed by the number of horizontal (width) and vertical pixels (height) represented by a screen. The clarity and sharpness are always dependent on the resolution and size of the monitor.
Answer:
1) is to stretch or do some workouts
2) is to read
3) is to play outside for an hour
4) is to do gardening
5) is rest
Answer:
Option (A) int expressions are always computed exactly; but float expressions can suffer round-off error.
Explanation:
Round - Off Error can be defined as the digital computers have limitations on denoting the decimal numbers, due to this the floating point numbers have to be rounded off or even it is represented exactly after the calculation on the numbers the resulting number has to be adjusted / rounded off according to the specified precision. The resulted number has to be rounded off back to the required precision, this leads to the round off errors in digital computers. As integers don't need to go through the rounding off in computers, the integer numbers don't have round off errors, only floating point numbers have round off errors. So, options (B) , (C) and (D) are false.