Hi there!
I have taken a computer fundamentals class before and they did skim over the topic, but they did not go into depth on it at all. If you really want to learn about that stuff I suggest you find a course that is specifically on that topic or something that is closer related then a general <span>computer fundamentals course.
-Your friend in tech,
</span>ASIAX <span> </span><span>Frequent Answerer</span>
Answer:
C. The user is sent an e-mail appearing to be from the manufacturer, asking the user to confirm account password by clicking on a link in the e-mail and entering password on the resulting page.
Explanation:
Phishing attack is a cyber atttack in which user is sent an email which he thinks is useful. When the user open the email and does as instructed in the email his account gets locked. His personal information is haccked and then rannsom is demanded to release that information. The hacckers usually steal credit card information and bank details of the user which are misused.
1st blank:task
2nd blank:transparency
Answer:
Array + 36.
Explanation:
The array contains the address of the first element or the starting address.So to find the address of an element we to add the size*position to the starting address of the array.Which is stored in the variable or word in this case.
There are 9 elements in the array and the size of integer is 4 bytes.So to access the last element we have to write
array + 4*9
array+36