Which of the following systems mimics human thinking?

A) Artificial intelligence
B) Intelligent agent
C) Bot
D) Database management system


Answer: A) Artificial intelligence

Computer Science & Information Technology

You might also like to view...

The View menu:

a) Contains commands for displaying IDE windows and toolbars b) Contains commands for arranging a form’s controls. c) Contains commands for managing a project and its files. d) Contains commands for compiling a program.

Computer Science & Information Technology

In C++, a variable that has been defined but not initialized may not be use as an ______. (l-value or r-value).

Fill in the blank(s) with correct word

Computer Science & Information Technology

(Counter Application) Create a Counter application (Fig. 4.13). Your Counter appli- cation’s GUI will consist of a JTextField and a JButton. The JTextField initially displays 0, but each time a user clicks the JButton, the value in the JTextField increases by



) Copying the template to your working directory. Copy the C:Examples Tutorial04ExercisesCounter directory to your C:SimplyJava directory.

b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaCounter.

c) Compiling the template application. Compile your application by typing javac

Counter.java.

d) Running the template application. Run the Counter template application by typing java Counter. The GUI of the Counter template application should appear as shown in Fig. 4.14. Note the differences from Fig. 4.13.



e) Opening the template file. Open the Counter.java file in your text editor.

f) Customizing countJTextField. After

Computer Science & Information Technology

The auditing subcategory available in Windows Server 2012 R2 that enables you to track the beginning and end of the synchronization of a replica of an Active Directory naming context is called ________

a. Directory Copy b. Directory Service Propagation c. Directory Service Replication d. Directory Service Distribution

Computer Science & Information Technology