In a database, each ____________ holds a collection of related data items.
a. spreadsheet
b. record
c. table
d. object
c. table
You might also like to view...
Which one of the following statements clears the Text property of a Text Box control named address Text Box?
a. addressTextBox.Text = Text.Clear; b. addressTextBox.Text = ""; c. addressTextBox = Nothing; d. addressTextBox.Empty();
The command [Alt-l] converts the word following the cursor to:
a: upper case b: lower case c: capitalized d: bold e: none of the above
Create a shared library with a simple function that returns an integer value. Then write a program to call this function and print its return value. After compiling and running the program, make a change to the library function that will change the return value of the function. Now rebuild the library, and relink your already compiled .o file(s) with it and run the program again. Which return value do you see this time? What happens if you rename the function in the shared library and try to relink your program?
What will be an ideal response?
Choosing what to put in a mobile site based on what people do when they’re outside their home or office is not the best approach because:
a. It doesn’t include everything that’s on the full site. b. It is only suited to people with short attention spans. c. You don’t know what people do when they’re mobile. d. People are just as likely to use a mobile device when they’re at home.