Answer:
F(x) = x*.25
Explanation:
the amount of miles (x) divided by 4 (four quarters in a mile) or just multiply by .25
Decimal (i think but i’m not 100% sure)
An application used to access and view websites
Answer:
7 bytes
Explanation:
<u>2 Address Instruction</u>
The 2 address instruction consist 3 components in the format.
One is opcode,other two are addresses of destination and source.
<u>Example-</u>
load b,c | Opcode destination address,source address
add a,d | Opcode destination address,source address
sub c,f | Opcode destination address,source address
Opcode consists of 1 bytes whereas destination address and source address consist of 3 bytes each.
(1+3+3) bytes=7 bytes