Which of the following statements is true?
a. When opening a file, you can specify the name of the file only as a pointer-based string.
b. When opening a file, you can specify the name of the file only as a string object.
c. When opening a file, you can specify the name of the file as either a pointer-based string or a string object.
d. None of the above.
c. When opening a file, you can specify the name of the file as either a pointer-based string or a string object.
You might also like to view...
The effect of the following program segment can best be described as __________.
``` if (x > y) z = x; if (x == y) z = 0; if (x < y) z = y; ``` a. The smaller of x and y is stored in z. b. The larger of x and y is stored in z. c. The larger of x and y is stored in z unless x and y are equal, in which case z is assigned zero. d. The larger of x and y is stored in z unless x and y are not equal, in which case z is assigned zero. e. none of the above
Which of the following is NOT true about system tables?
A) You cannot view a system table. B) When you attach files to a record, Access creates a minimum of one system table. C) You can append and delete records in a system table. D) There can be more than one system table.
Brightness of a picture can be adjusted from the ________ group
A) Adjust B) Arrange C) Styles D) Corrections
The horizontal and vertical lines on an Excel worksheet are called _________________________.
Fill in the blank(s) with the appropriate word(s).