Skip to main content

Drum scanners

Drum Scanners get their name from the glass cylinder, or drum, that the image to be scanned is mounted on.

In the middle of the drum is a light-splitting sensor which breaks the light bounced from the document in to red, green & blue components.

these color beams are sent to a photo multiplier tube or charge coupled device (CCD), where the light beam is converted to an electrical signal.

Electrical signal is then sent to monitor by a cable where we see the scanned image.

Comments

Popular posts from this blog

ISDN

ISDN stands for "Integrated Services Digital Network" A digital telephone connection like a modem that uses digital links & offers speeds above five times that of an analog modem. The ISDN system is a packet system that can also handle voice communication.

Removing Shortcut arrow in Windows 7 - "Regedit Process"

Step 1 Click the Start Menu and Type regedit into the search box and Press Enter. Step 2 Browse to the following registry key: KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons If the Shell Icons key does not exist you’ll need to create it.  To do so Right-Click the Explorer key and Select New > Key. Step 3 In the right pane of the Shell Icons key, Right-Click any empty area and Select New > String Value.  Name the new string 29. NOTE: If Shell Icons key is not listed please add the key: Step 4 Right or Double-Click the 29 entry to modify it.  In the value data box enter the following: C:\Windows\System32\shell32.dll,50 Click OK. Step 5 You can restart Explorer and the changes should take effect, but there it will appear to be a little buggy until you Restart your computer. Done...

About CPU cache RAM

The CPU must deliver its data at a very high speed. The regular RAM can not keep up with that speed. Therefore, a special RAM type called cache is used as a buffer - temporary storage. To get top performance from the CPU, the number of outgoing transactions must be minimized. The more data transmissions, which can be contained inside the CPU, the better the performance. Therefore,the 486 was equipped with a built in mathematical co-processor, floating point unit and 8 KB L1-cache RAM. These two features help minimize the data flow in and out of the CPU. Cache RAM becomes especially important in clock doubled CPU's, where internal clock frequency is much higher than external. Then the cache RAM enhances the "horsepower" of the CPU, by allowing faster receipt or delivery of data. Beginning with 486 processors, two layers of cache are employed. The fastest cache RAM is inside the CPU. It is called L1 cache. The next layer is the L2 cache, which are small SRAM chips on the sy...