________ displays a form of artificial intelligence with its astounding capability to understand complex questions and quickly find the answers using large databases of information.
A. ASIMO
B. Watson
C. NAO
D. Robonaut
Answer: B
Computer Science & Information Technology
You might also like to view...
A(n)________ is the traffic signal on a network
Fill in the blank(s) with correct word
Computer Science & Information Technology
Users employ GUI objects to ____.
A. select options B. enter data C. cause events to occur D. all of the above
Computer Science & Information Technology
Consider the following function to calculate the nth Fibonacci number:long fib (long num){ if (num == 0 || num == 1) return num; return (fib (num - 1) + fib (num - 2));}What is(are) the base case(s)?
A. 0 B. 1 C. 0 and 1 D. num - 1
Computer Science & Information Technology
With _________ the microchip is organized so that a section of memory cells are erased in a single action.
A. flash memory B. SDRAM C. DRAM D. EEPROM
Computer Science & Information Technology