What happens when you drag an app's title bar to the bottom of the screen and release the mouse button?

A) it maximizes B) it resizes C) it minimizes D) it closes


D

Computer Science & Information Technology

You might also like to view...

The index of the first item in an array is always one.

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

Computer Science & Information Technology

Which of the following is NOT listed in the textbook as a type of screening area that may be used by companies?

A) Driving record B) Criminal background C) Health history D) Employment history

Computer Science & Information Technology

What values do the assignment statements below assign to the type bool variable junior, if credits is 63, probation is 0, and gpa is 1.94?

junior = credits >= 60 && !probation && gpa >= 2.0; junior = credits >= 60 || !probation || gpa >= 2.0;

Computer Science & Information Technology

A chart that combines two or more chart types into a single graph is called a(n) ____________________ chart.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology