After you put your report on a Web page, you should periodically open the report and ____ it again as a Web page to keep the Web version up-to-date.

A. import
B. export
C. run
D. save


Answer: B

Computer Science & Information Technology

You might also like to view...

A single post on Twitter is known as a chirp. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If the txtPrice control contains the value 75, what value will the Decimal.TryParse(txtPrice.Text, decPrice) method return? (t/f)

a. true b. false

Computer Science & Information Technology

Use the ________ method to select or deselect a JRadioButton component.

a) setSelected b) setChecked c) setDefault d) setEnabled

Computer Science & Information Technology

Why is it a good programming practice not to have too many layers of inherited classes?

A. Actually the more the merrier. B. Easy to lose track of the members in the great-grandchildren classes. C. so that you know which class’ constructor will execute first. D. None of the above.

Computer Science & Information Technology