Which of the following is an operation used on binary numbers not found in normal math?
a. AND
b. PLUS
c. MINUS
d. None of the above
Answer A. To perform the AND operation, you take two binary numbers and compare them one place at a time. The resultant number is either 0 or 1.
You might also like to view...
What is the value of the following expression?
char (int (‘z’) – int (‘w’) + int (‘A’)) a) 3 b) 67 c) E d) D
A query is synonymous with question
Indicate whether the statement is true or false
Stamp coupling ____.
A. passes only the minimum required data from the calling function to the called function. B. passes data in arrays or as structures. C. passes flags that may be used to direct the logic flow of a function. D. uses global variables to communicate between two or more functions. E. allows one function to directly access the data in another function.
______ data is stored in separate files in different departments.
A. Isolated B. Exiled C. Detached D. Divorced