your answe is A i believe
I hope that this helps
and that you have a wonderful day
Alexander Hamilton, George Washington, James Madison, and Benjamin Franklin
Answer:

Explanation:
Given


See attachment for rectangle
Required
Determine the area of the rectangle
Area is calculated as:

This gives:


<em>The area of Andrea's sketch is 6.25</em>
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
Answer:
D.
Explanation:
Binary searches are required to be first sorted, since they use process of elimination through halving the list every round until the answer is found. Linear searches just start from the beginning and check one by one.