answersLogoWhite

0

When you scan a document it puts a copy into the computer attached to the scanner or the memory of the scanner. But copying is a one time shot and you can not retrieve a copy of what you put through again.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the differences between cscan and scan algorithms for disk scheduling?

The main difference between the C-SCAN and SCAN algorithms for disk scheduling is how they handle requests that are located at the end of the disk. C-SCAN moves the disk arm to the other end of the disk after servicing the last request, while SCAN moves the arm back to the beginning of the disk. This difference affects the order in which requests are serviced and can impact the overall efficiency of the disk scheduling algorithm.


What were the main differences between hunter gatherer societies and those based on agriculture?

what were the main differences between hunter gather societies and those based primarily on agriculture


What are the main differences between the Class 90 and Class 91?

The main differences between the Class 90 and Class 91 were comfort whereby Class 91 was more comfortable.


What are the main differences between a jaguar and a cat?

The Jaguar is a cat.


What are the main differences between walls?

Size and material its made of


What are the differences between the Mayans and the arawaks?

The mayans main crop was Maize (corn) and the Arawaks main crop was Cassava. Hope this helped... This was a social difference.


What is the main differences between Cantonese culture and Australian Culture?

Kangaroos


What is main differences between lion tiger and cheetah?

their speed is fast


What are the main differences between the 1500s and today?

women had to serve men


What was the main differences between the tramecksan and the slamecksan?

The heights of their shoe heels


What are the main differences between mandarin and cantonese?

the differences are mandarin only has 4 tones but cantonese has 9 tones.


What differences between function call by value and function call by reference?

Well let me start by saying that passing by value is like making a copy of something. The copy my be changed or destroyed without changing the original. Example: void PassByValueFunction (int); main() { int num = 5; cout