The term, ____, refers to the amount of space between a control's border and its contents.

A. anchoring
B. overlapping
C. padding
D. margin


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose you want to read an int to the variable value from a binary file, use ______.

A. biStream.read(&value); B. binaryio.read(reinterpret_cast(&value), sizeof(value)); C. value = biStream.read(); D. biStream.read(value);

Computer Science & Information Technology

If you need to make a cell an exact dimension, it is best to use the

A. mouse B. spacebar C. Cell Size group D. Table Properties

Computer Science & Information Technology

Which Vista feature uses "gadgets" that you can place on your desktop to display information like the time, a CPU meter, a calendar, or the weather?

a. Windows Toolbar b. Windows Sidebar c. Windows Bob d. Windows Dashboard

Computer Science & Information Technology

Write a script that simulates coin tossing. Let the program toss the coin each time the user presses the “Toss” button. Count the number of times each side of the coin appears. Display the results. The program should call a separate function flip that takes no arguments and returns false for tails and true for heads. [Note: If the program realistically simulates the coin tossing, each side of the coin should appear approximately half the time.]

What will be an ideal response?

Computer Science & Information Technology