To arrange tiles on the Start screen, ________ them into position by clicking and holding the left mouse button

A) drag B) snip C) drop D) click


A

Computer Science & Information Technology

You might also like to view...

Which of the following job functions is responsible for making key decisions about software and its business requirements?

A. Developers B. Project managers C. Business owners D. Support operations

Computer Science & Information Technology

The dequeue function in the linked list implementation of the queue does not depend on the number of elements because:

A. we only work with the front of the linked list B. it has a O( n ) time complexity C. a linked list doesn’t have any elements D. we can easily use the back pointer

Computer Science & Information Technology

Which of the following assumes that hardware components can be connected or activated at any time while the operating system is running?

A. Multitasking technology B. Plug and Play technology C. Multiprocessing technology D. Hyperthreading technology

Computer Science & Information Technology

When using the box model, the _____ is always transparent.

a. border b. content c. spacing d. margin

Computer Science & Information Technology