If you subtract the times periods form each you will be able to get your answer. So, 9:14-6:30 it will be 2 hours and 44 mins because from 6:30 to 7 it 30 mins, and from 7 to 9 it’s 2 hours. So far, add the two and you get 2h and 30mins and from 9 to 9:14 it’s 14 mins. So, 2h 30 mins plus 14 mins is 2h and 44mins.
Answer:
0.7 Ls
Step-by-step explanation:
A liter (L) and a milliliter (mL) are two units for measuring capacity in the metric system. The bottle pictured at the right holds 1 L of water. About twenty drops of water equals 1 mL. To convert liters to milliliters, To convert milliliters to liters, multiply by 1,000.
the solution is where the line cross on the y axis, which is on 0
so y = 0
Considering that the addresses of memory locations are specified in hexadecimal.
a) The number of memory locations in a memory address range ( 0000₁₆ to FFFF₁₆ ) = 65536 memory locations
b) The range of hex addresses in a microcomputer with 4096 memory locations is ; 4095
<u>applying the given data </u>:
a) first step : convert FFFF₁₆ to decimal ( note F₁₆ = 15 decimal )
( F * 16^3 ) + ( F * 16^2 ) + ( F * 16^1 ) + ( F * 16^0 )
= ( 15 * 16^3 ) + ( 15 * 16^2 ) + ( 15 * 16^1 ) + ( 15 * 1 )
= 61440 + 3840 + 240 + 15 = 65535
∴ the memory locations from 0000₁₆ to FFFF₁₆ = from 0 to 65535 = 65536 locations
b) The range of hex addresses with a memory location of 4096
= 0000₁₆ to FFFF₁₆ = 0 to 4096
∴ the range = 4095
Hence we can conclude that the memory locations in ( a ) = 65536 while the range of hex addresses with a memory location of 4096 = 4095.
Learn more : brainly.com/question/18993173