I’m pretty sure the answer for 1 is B.
And the answer for 2 is True.
Answer:
i<6 is the "end guard". This means that the loop continues while this is true, and ends when this is false.
i++ is the "continuation", it is the operation executed when the loop continues. i++ increases the value of i by one.
Answer:
3
Explanation:
Heap sort pick an item from the first or last position in an array and compares it with other items in other positions in the array, swapping position if they meet the condition.
The array above has three maximum items arranged sequentially in the array, this is prove that there have been 3 reheapifications in the array.
Answer:
I believe your answer is C: Wrap Text
Explanation:
If you are trying to put an image in a more specific placement you would use Wrap Text. It helps making the image more clear and understandable because without wrapping the text it wouldnt make any sense and it would just be plain.
Hope this helps
A firewall determines what external network traffic(internet) should or should not be allowed to pass internal network(computer). A firewall is network security that protects software and hardware from untrusted sites that may have viruses, worms, and bugs that are detrimental to the computer.