Which of the following reads the magnetic stripe on the back of credit cards, entertainment cards, bank cards, and other similar cards?

A. MICR reader
B. magstripe reader
C. OCR reader
D. OMR reader


Answer: B

Computer Science & Information Technology

You might also like to view...

Identify the letter of the choice that best matches the phrase or definition.

a. Timeline f. Histogram b. Options g. History c. Colors h. Info d. Swatches i. Navigator e. Paragraph j. 3D 1. Panel available only in Photoshop Extended. 2. Panel used to create a sequence of images or frames, displayed as motion over time. 3. Panel used to view tonal and color information about an image. 4. Panel used to jump to any recent state of the image created during the current working session. 5. Panel used to display color values and document status information. 6. Panel used to changed the color values for the current foreground and background color. 7. Panel used to change the view or magnification of the photo using a thumbnail display. 8. Panel used to display settings for the currently selected tool. 9. Panel used to change the formatting of columns. 10. Panel used to store colors that you need to use often.

Computer Science & Information Technology

How would you find out which Linux utilities create and work with archive files?

What will be an ideal response?

Computer Science & Information Technology

The onError event is triggered when the JavaScript ____ encounters a script error.

A. translator B. browser object C. user object D. interpreter

Computer Science & Information Technology

What type of linked structure operation is the following code performing? z = 0probe = headwhile probe != None: z = probe.data + z probe = probe.next

A. traversal B. initialization C. visit with removal D. insertion

Computer Science & Information Technology