To view the changes you made to the Web page, you can let the browser know there's an updated file by pressing the ____ function key on a Windows computer.

A. F3
B. F4
C. F5
D. F6


Answer: C

Computer Science & Information Technology

You might also like to view...

What type of error will this code produce?

```int x[10][20], i, j; for(i = 0; i < 20; ++i) { for(j = 0; j < 10; ++ j) { x[i][j] = i*j; } }``` A. A compiler error will report that the program is not accessing the array correctly. B. There are no errors of any kind with this code. C. A run time error may occur because row and column values are not correct. D. Program crashes due to an unhandled exception.

Computer Science & Information Technology

When performing a mail merge, if Word does not recognize a field from the data source, you can use which feature to help word understand the unrecognized fields?

A) Coordinate fields B) Reconcile fields C) Unmatched fields D) Match fields

Computer Science & Information Technology

When it comes to moving or resizing a WordArt object, it is treated the same way as other graphic objects

Indicate whether the statement is true or false

Computer Science & Information Technology

The buttons that are used to display worksheet tabs that are not in view are the ________ buttons

Indicate whether the statement is true or false.

Computer Science & Information Technology