In the figure above, which number do you use to automatically resize the window whenever you magnify or reduce the view?

A. 1
B. 2
C. 3
D. 4


Answer: A

Computer Science & Information Technology

You might also like to view...

The functions of the character-handling library typically manipulate characters as:

a. ints b. floats c. longs d. chars

Computer Science & Information Technology

How many bytes of memory are reserved for a pointer variable in Visual C++?

A. It depends on the datatype. B. 8 bytes. C. 4 bytes. D. 2 bytes.

Computer Science & Information Technology

Critical Thinking QuestionsCase 9-1One of your fellow programmers has written the following array assignment statements for your review:Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"}Dim intReservations() As Integer = {4, 5, 12, 2, 8}If your programmer friend had failed to initialize the intReservations array, what would be the default value of intReservations(3)? a. 0c. 12b. nulld. 2

What will be an ideal response?

Computer Science & Information Technology

Every object of the same class:

a. Gets a copy of every member function and member variable. b. Gets a copy of every member variable. c. Gets a copy of every member function. d. Shares pointers to all member variables and member functions.

Computer Science & Information Technology