Which of the following is NOT considered an object?
A) Border
B) Picture
C) Screenshot
D) WordArt
A
You might also like to view...
What is the output of the following code, if the user enters the sequence 10 17 35 7?
const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; a) 12 19 37 9 b) 10 2 35 7 c) 10 17 37 7 d) 10 19 35 7
The functionality provided by which of the following Windows 7 features has now been included in DISM for Windows 10?
A. Windows PE B. WAIK C. USMT D. ImageX
Case B-2Sophie has just completed a Web design course using Dreamweaver, where she learned basic design principles. She has been asked to evaluate the website of a local small business and make suggestions to improve the site. Sophie notices that the site name includes uppercase letters. What does she explain to the business owner concerning the use of uppercase letters?
A. It is not acceptable to use uppercase letters in the site name. B. It is acceptable to use uppercase letters in the site name. C. It is only acceptable to use uppercase letters in a filename. D. It is only acceptable to use uppercase letters in a folder name.
Match the following terms to their meanings:
I. Unbound control II. Expression III. Line control IV. Text box control V. Calculated control A. Descriptive data and does not require a label control B. A label control (a string of characters as a description) on a report C. A control whose source of data is an expression, rather than a field D. Places a line on the design of a report E. Begins with an equals sign (=)