An operation that is ____ is called a primitive operation of the computing agent carrying out the algorithm.

A. primary
B. complementary
C. basic
D. unambiguous


Answer: D

Computer Science & Information Technology

You might also like to view...

The function int fact(int k) { return k*fact(k-1); if (k==0) return 1; }

A) computes the factorial on an integer k passed to it as parameter. B) returns the value 1 if it is passed a value of 0 for the parameter k. C) does not correctly handle its base case. D) works for all non-negative values of k, but not for negative numbers. E) None of the above

Computer Science & Information Technology

Which of the following is the command to configure the maximum number of MAC addresses on a switch port?

a. SwitchA(config-if) switchport port-security maximum 2 b. SwitchA(config-if)#switchport port-security maximum 2 c. SwitchA(config)#switchport port-security maximum 2 d. SwitchA(config-if)#switchport port security maximum 2

Computer Science & Information Technology

When a cell is active, its column and row headings are ________

A) flashing B) hidden C) bolded D) shaded

Computer Science & Information Technology

At times you may desire that rows in a table you draw vary by row height.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology