Answer the following questions true (T) or false (F)
1. The WriteDec procedure does not display a plus sign.
2. For any two integers n and m, ((n XOR m) XOR m) produces n.
3. The destination operand of the OR instruction cannot be a memory operand.
1. T
2. T
3. F
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a type of data that can be contained in a cell?
A) Text B) Functions C) Formulas D) Subroutines
Computer Science & Information Technology
If a loop does not contain, within itself, a valid way to terminate, it is called a(n) __________ loop
a. for b. while c. do-while d. infinite
Computer Science & Information Technology