Which of the following buttons should be clicked to save the current file?

A.
B.
C.
D.


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the function prototype and variable declarations, which of the following is a valid function call?

void tryOut ( int, char, int&, float&); // function prototype int a = 4, b = 0; //variable declarations float y; char c; a) tryOut (3, ‘a’, 5, y); b) tryOut (a, c, a * b, y); c) tryOut (8, ‘t’, b, 7.8); d) tryOut (a + b, ‘b’, b, y);

Computer Science & Information Technology

The value returned by the function strlen is:

A. the length of the string minus the null character. B. the length of the string including the null character. C. the ASCII value of the string. D. the length of the string minus the null character and minus any spaces.

Computer Science & Information Technology

The ____ format is usually used on images that have large areas of flat or nongradient color.

A. GIF B. JPEG C. PNG D. IMG

Computer Science & Information Technology

Which of the following values for left and right margins centers the layout?

A. center B. default C. equal D. auto

Computer Science & Information Technology