In Form Design View, you can press and hold ____ to add more controls to a selection.
A. Alt or Caps Lock
B. F6 or F7
C. F1 or F2
D. Ctrl or Shift
Answer: D
You might also like to view...
Which of the following will create a String different from the other three?
a. String r = "123456" b. int i = 123; int j = 456; String r = String.valueOf(j) + String.valueOf(i); c. int i = 123; int j = 456; String r = String.valueOf(i) + String.valueOf(j); d. int i = 123; int j = 456; String r = i + j;
Case-based Critical Thinking QuestionsCase 11-1Ryan is new to the use of XML, so he has a lot of basic questions about the fundamentals, including some philosophical questions about the language. Ryan asks how the rules for a given XML vocabulary are specified, and you explain that it is done using either a document type definition (DTD) or schema. Which of the following is NOT a true statement about DTDs and schemas?
A. Both DTDs and schemas contain rules for how data in a document vocabulary should be structured. B. A DTD defines the structure of the data and, very broadly, the types of data allowable. C. A schema more precisely defines the structure of the data and specific data restrictions. D. DTDs and schemas are required, but they are seldom helpful in ensuring that your XML documents follow a specific vocabulary.
Usually, the operating system runs at privilege level __________ and applications run at level __________, which prevents applications from accessing operating system objects.
a. 3/0 b. 1/2 c. 0/3 d. 2/1
Which of the following is NOT an example of a download?
A. Putting pictures from the Internet on your hard drive. B. Storing a map for your vacation from the Internet on your hard drive. C. Saving a presentation to a CD. D. Saving a program from an Internet site to your hard drive.