Which form view would be used to perform advanced layout adjustments?

A) Detail B) Design C) Form D) Layout

B

Computer Science & Information Technology

You might also like to view...

You have just installed Windows XP on a PC with a 500 GB hard disk drive. Upon entering Windows, you notice that you only see 137 GB of capacity on your drive. Which of the following BEST explains this?

a. You installed Windows XP onto a malfunctioning HDD b. Windows XP cannot accept drives over 137 GB c. The jumpers have been incorrectly configured d. You haven't installed a minimum of Service Pack 1 yet

Computer Science & Information Technology

Select the correct rules for encapsulation. If any rules need to be imposed in a particular order, then say so, mentioning which rules.

a) Make all class member variables public members of the class. b) Place the interface in the header file. What is the interface? c) Place the implementation in a separate code file (with file extension required by your compiler: .cpp, .cxx, etc), called the implementation file. What is the implementation? d) Having private members visible in the interface violates the philosophy of separating the interface from the implementation. Separate interface and implementation requires removal of all the private members from the class definition. You must put these in another part of the class definition in the implementation.

Computer Science & Information Technology