____ is NOT an autonomous object.

A. A vacuum cleaner robot
B. A bomb-defusing robot
C. Stock-trading software used in algorithmic trading
D. An algorithm for playing backgammon


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following will test if a password entered by a user, stored in a variable named pwrd, is within the 8-character length restriction, specified in the instructions?

a. ``` var lgth = pwrd.length; if (lgth == 8) ``` b. ``` if (pwrd.length <= 8) ``` c. ``` var length.pwrd = ``` d. ``` var lgth = 8; if (lgth == pwrd.length) ```

Computer Science & Information Technology

The CSS ____ property determines whether to show or hide the background and borders of empty cells.

A. empty-cells B. empty-border C. show-empty D. empty

Computer Science & Information Technology

Critical Thinking QuestionsCase 1-1Sally is a very active real estate agent. She is looking to purchase a new computer so she can keep track of her client's accounts, access the Internet from anywhere in the city and touch-up photos of real estate properties. Should Sally get a laptop computer or a Tablet PC? What are the considerations for her?

What will be an ideal response?

Computer Science & Information Technology

Which program is an example of a graphing tool that could be used show everything about specific switches?

A. NetFlow B. Cacti C. Syslog D. Cisco Network Assistant (CNA)

Computer Science & Information Technology