Although ____________________ incorporate a body of knowledge to "filter" their choices and thereby appear to capture certain aspects of human reasoning, they still perform relatively limited tasks.

Fill in the blank(s) with the appropriate word(s).


intelligent agents

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

int f1( int x, int y) { x = y * y; return x; int f2( float a, float& b) { if(a < b) b = a; else a=b; return 0.0; } } a. Neither function should return a value b. Function definitions may not be nested c. Both parameters to f2 should be pass-by reference d. in f2, a can not be assigned b. e. nothing is wrong

Computer Science & Information Technology

When documents are compared, the tracked changes are moved into a single, new compound document

Indicate whether the statement is true or false

Computer Science & Information Technology

Database functions are identified by the letters DF

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ packet (unique to IPv6) contains a destination address that is associated with multiple interfaces, usually on different nodes.

A. multicast B. unicast C. broadcast D. anycast

Computer Science & Information Technology