Question

Which is not a typical processor instruction?
A) Compute the logical AND of two values.
B) Test if bit is zero, and jump to a different set of instructions based on the outcome.
C) Shift the bits of a word to the right, putting in zeros on the left and discarding bits on the right.
D) Search through a list of words to find the first entry equal to a particular value.

Answer

This answer is hidden. It contains 1 characters.