Answer:
The answer to this question is given below in the explanation section.
Explanation:
The given options to this question are:
- resolution.
- magnification.
- orientation.
- colors.
The correct option to this question is 1. i.e.
Resolution.
The resolution of an image determines how many pixels per inch an image contains. Image having a higher resolution takes long page load times for a page and lower resolution takes less page load time. So, to prevent long page load times for pages containing images, it is best to use compressed file formation as well as appropriate image dimension and resolution.
While other options are not correct because:
Magnification, orientation, and color does not affect the page load time. Page load time for images only affected by the dimension and resolution of the images.
<span> 13,000 is the same as 1.3 x 10^4</span>
If $due_date contains a DateTime object, $due_date_diff will contain
c. a DateInterval object
Explanation:
- The DateInterval class ¶ represents a date interval.
- A date interval stores either a fixed amount of time (in years, months, days, hours etc) or a relative time string in the format that DateTime's constructor supports.
- The diff method is just as easy to use, but provides an extra piece of information: total days. This is important because when using the DateTime object to find a difference, we have a source and destination date, and therefore we can reduce the units of time into larger denominations. However, having the total number of days in between is a valuable piece of information.
- The PHP DateTime class has three methods that work with a DateInterval object:
- add
- sub
- diff
Properties
- y :Number of years.
-
m :Number of months.
-
d :Number of days.
-
h :Number of hours.
-
i :Number of minutes.
-
s :Number of seconds.
Answer:
99,710
Explanation:
Thats what my calculator said