Which type of control do you use to contain a list of items that allows a user to select an item in the list for further action?
A. ArrayView
B. TableLayout
C. ListView
D. RadioGroup
Answer: C
You might also like to view...
Which expression adds 1 to the element of array arrayName at index i?
a. ++arrayName[i]. b. arrayName++[i]. c. arrayName[i++]. d. None of the above.
Which of the following galleries enables you to apply a soft glow, soft edges, shadows or a 3-D look to an object?
A) Font B) Background Styles C) Colors D) Effects
Information stored on a hard drive consists of programs and data. The proportion of data storage space to program storage space is 10:1. If the total storage space is 22 megabytes, how much will be allocated to programs and how much to data?
Let p= space for programs in MB Let d= space for data in MB Proportion of data to programs is d I p= 10 / 1 Total space for both data and programs is 22 MB Express data in terms of total and program space: Then: (22 —p) I p = 10 / 1 (22 —p)=10p 22 = 10p + 1p 22 = 1 1p p=22/11 p=2 MB d= 22 —p Find data: d= 22 —p d=20 MB
What layer of the OSI model describes how data between applications is synced and recovered if messages don't arrive intact at the receiving application?
a. Application Layer b. Presentation Layer c. Session Layer d. Transport Layer