An operating system feature that you can use to easily add new hardware to a computer system.

What will be an ideal response?


Plug and Play (PnP)

Computer Science & Information Technology

You might also like to view...

Once created, local static variables do not necessarily remain in existence for the life of the program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the term for an electronic document on the web that can contain text, graphics, animation, audio (sound), and video?

A. webpage B. webnet C. web reader D. web host

Computer Science & Information Technology

A user logs on to her account and is able to makes changes to her desktop, like adding a background and screen saver. However, when she logs off and logs back on, the desktop reverts to its original configuration. What type of user profile does this user have?

A. roaming B. local C. default D. mandatory

Computer Science & Information Technology

What operation dos the following BST algorithm describe?Algorithm aBSTAlgorithm (root)   if (right subtree empty)      return (root)   end if   return aBSTAlgorithm (right subtree)end aBSTAlgorithm

A. inorder traversal B. find the smallest node C. find the largest node D. find a requested node

Computer Science & Information Technology