This control is used to display, edit, or enter data for each record. It does not provide a list of possible data entries.

A. Label
B. Text box
C. Combo box
D. Command button


Answer: B

Computer Science & Information Technology

You might also like to view...

What are the results of using a Boolean Internet search with leaves AND trees?

A) Search results can contain either of the two words. B) Search results can contain different types of trees. C) Search results can contain any words describing the leaves or trees. D) Search results must contain both words, leaves and trees.

Computer Science & Information Technology

Server Manager is a new tool introduced with Windows Server 2008.

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

Computer Science & Information Technology

Sherri has recently been injured. She is having a problem using her left hand and would like to use a stylus to move her mouse around the screen on her laptop computer.   What device can Sherri add to her system to allow a non-touch screen laptop to use a stylus to manipulate the screen?

A. Inverter B. OLED C. Touch screen D. Digitizer

Computer Science & Information Technology

Declare method sphereVolume to calculate and return the volume of the sphere. Use the following statement to calculate the volume:

``` double volume = (4.0 / 3.0) * Math.PI * Math.pow(radius, 3) ``` Write a Java application that prompts the user for the double radius of a sphere, calls sphereVolume to calculate the volume and displays the result.

Computer Science & Information Technology