The answer would be : t<span>he shutter.
</span>
Hope this helps !
Photon
Answer:
Data is stored on a hard disk drive as a result of magnetism. A file or data is represented in bits on a disk, with 1 representing a magnetized entity and 0 for an unmagnetized surface.
Explanation:
A hard disk drive (HDD) is an electro-magnetic tool for storing data in computing. It is made of moving parts like a platter and read/write head for reading and writing data to the disk.
To read or write data on a disk, the platter spins at a very high speed ( 5000 RPM to 10000 RPM), and the head, at the right surface, writes or reads a bit 1 as a magnetized surface and 0 as unmagnetized.
It helps because its a faster way to copy a link .
Answer:
The answer is Letter D. Dumpster diving.
Explanation:
This process of going through a target's trash is known in the community as dumpster diving. This attack is a technique used to retrieve information that could be used to carry out an attack on a computer network.
It is important to inform that the dumpster diving it is not limited to searching through the trash for obvious treasures like acess codes or passwords written down on sticky notes.
Answer:
down below
Explanation:
score = input() # gets student's score input
max = input() # gets max number
percent = (score/max)*100 # multiply by a hundred to get percentage
if percent > 52: # checks if percent is greater than 52
print("well dont you have at least a grade 5")
else # if percent is less than or equal to 52 it will print this instead
print("Unlucky, you need to revise more for the next test.")
THIS PART IS NOT CODE:
make sure you indent/tab the print statements or else you'll get an error