Which type of file is sometimes hidden even if you have access to the area where they are stored?
A) application files B) system files C) program files D) data files
B
You might also like to view...
What is the value of result after the following C++ statements execute?
int a, b, c, d, result; a = 4; b = 12; c = 37; d = 51; result = d % a * c + a % b + a; a. 119 b. 51 c. 127 d. 59
Which of the following initializer lists would correctly set the elements of array n?
a. int[] n = {1, 2, 3, 4, 5};. b. array n[int] = {1, 2, 3, 4, 5};. c. int n[5] = {1; 2; 3; 4; 5};. d. int n = new int(1, 2, 3, 4, 5);.
A(n) ____ on a menu performs a specific action, such as saving a file.
A. indicator B. command C. popup D. shortcut
Critical Thinking QuestionsCase 8-2Ann, in the engineering department, is working on a new presentation template. She sends you an email asking for your help with a couple of issues.
Ann has selected a theme for the template, but wants to customize its colors and use new fonts. You tell Ann ____. a. that it is too difficult to customize a theme; she should just download a customized theme from the Webc. to switch to Theme view; click the Color Scheme button and click a different color scheme in the gallery; click the New Fonts button and select a new font from the Fonts galleryb. to switch to Slide Master view; apply the desired theme; click the Theme Colors button and click a different color scheme in the gallery; click the Theme Fonts button and click Create New Theme Fonts to open the Create New Theme Fonts dialog box; make the desired font changesd. sorry, but there is no way to customize a theme in PowerPoint What will be an ideal response?