Answer:
5th button that looks like a window from the left.
Explanation:
that will expand it fully to the full size screen. This has to be on a computer though
Answer:
The correct answer is PPTP.
Explanation:
PPTP is the protocol that is used to create a connection which is referred to as tunnel and it transports data between two systems over the internet while also securing it with encryption. I hope this answer helps.
Answer:
The correct answer for the given question is option(b) i.e " No subject line"
Explanation:
In the e-mail subject is the important part which describe the information which kind of particular mail is send or received .if we do not give any subject line in the e-mail header then most of the chances that email will not read by recipients due to this suspicion will be caused.
Unknown Sender and Multiple recipients do not cause suspicion so the correct answer is option(b) i.e No subject line".
Answer:
=vlookup(h14, a5:h11,8,false)
Explanation:
Here, h15 is the cell in which we need the output and the value to be matched in rows to find the exact row is h14, and the range is expressed as a5:h11. Now to find the column number, we need to figure out the first and the concerned column. So, the concerned column is in which the total attendance is being listed and it is h(h14), and the first column is a. So, the column number is a=1 h=8, =8. And since we need the exact match, the value of the fourth argument is false. And thus, we have the above formula. Remember. vlookup formula is:
=vlookup(cell where the result is to be placed, range, column number in the same row as h14, exact match or approximate match). For exact match it's false, and for the approximate match, it's true.