Which of the following functions is addressed by autonomic computing?

a. Self-configuring
b. Self-accounting
c. Self-damaging
d. Self-producing


a. Self-configuring
Autonomic computing is the ability of information technology systems to manage themselves and adapt to changes in the computing environment, business policies, and operating objectives. Autonomic computing addresses four key functions: self-configuring, self-healing, self-optimizing, and self-protecting.

Computer Science & Information Technology

You might also like to view...

Turn off the option that prevents accidental log off when [Ctrl-d] key is used

What will be an ideal response?

Computer Science & Information Technology

Which of the following is true about virtual machine migration?

A. the Migrate Virtual Machine Wizard creates a PowerShell script B. VMs can only be moved to another location on the same host C. the migration destination path must be to a Windows shared folder D. when migrating a VM, you must select a remote host as the destination

Computer Science & Information Technology

What will be output from the following code:

``` public void t e s t 7 ( ) { int x = 1 2 ; int y = 0 ; while ( x < 10 j j y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology

Draw a UML class diagram that shows the relationships among the classes used in the PushCounter program?

What will be an ideal response?

Computer Science & Information Technology