_____ are used in standardized tests, including the SAT and GMAT tests, and to record votes in elections.

A. Magnetic Ink Character Recognition (MICR) devices
B. Optical mark recognition (OMR) systems
C. Speech recognition devices
D. Optical character recognition (OCR) systems


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. You can use a negative step to select slices in reverse order. b. The following code concisely creates a new list in reverse order: numbers[::-1] c. You can modify a list by assigning to a slice of it—the rest of the list is un-changed. d. All of the above statements are true.

Computer Science & Information Technology

What does the pipe operator do when used in a PowerShell command?

A. passes the output of one command to another command to use as input B. sends the output of a command to a file C. specifies that a file should be used as input for a command D. prompts the user for more information after a command has been entered

Computer Science & Information Technology

Which of the following statements are true?

a. All methods in FileInputStream/FileOutputStream are inherited from InputStream/OutputStream. b. You can create a FileInputStream/FileOutputStream from a File object or a file name using FileInputStream/FileOutputStream constructors. c. The return value -1 from the read() method signifies the end of file. d. A java.io.FileNotFoundException would occur if you attempt to create a FileInputStream with a nonexistent file. e. A java.io.FileNotFoundException would occur if you attempt to create a FileOutputStream with a nonexistent file.

Computer Science & Information Technology

In OpenOffice, many common typing errors are anticipated and corrected as you type via the ________ feature

A) Error Correct B) Grammar Check C) Spell Check D) AutoCorrect

Computer Science & Information Technology