To return a window from full-screen view to its previous size, select ________ in the top-right corner of the window
A) Restore Down B) Back C) Resize D) Minimize
A
You might also like to view...
Answer the following statements true (T) or false (F)
1. A container is a class whose objects hold multiple pieces of data. 2. Any construct that allows you to cycle through all the items in a container is an iterator. 3. The Adaptor pattern transforms one class into a different class without changing the underlying class. 4. In a quick sort algorithm, a value called a splitting value is an arbitrarily selected value from the array to sort.
In a(n) _________ field, values can be chosen from another table or form
Fill in the blank(s) with correct word
A(n) ________ is a combination of formatting commands such as font size, shading, and text emphasis
Fill in the blank(s) with correct word
Which of the following sets the window width to 100 pixels and the height to 200 pixels?
A. setSize(100, 200); B. setSize(200, 100); C. setDims(100, 200); D. set(200, 100);