What is NOT a valid file format that can be used to save individual logs?

A. .evtx
B. .xml
C. .txt
D. .doc


Answer: D

Computer Science & Information Technology

You might also like to view...

What will the following statement do if x equals 17 and answer = 20? answer = x > 100 ? 0 : 1;

A) Assign 0 to answer. B) Assign 0 to x. C) Assign 1 to answer. D) Assign 1 to x. E) Assign 17 to answer.

Computer Science & Information Technology

All of the following are arithmetic operators used in Excel, except _____.

A. x (multiplication) B. ^ (exponent) C. % (percent) D. + (addition)

Computer Science & Information Technology

When the user presses Enter in a JPasswordField, the GUI component generates an , which is processed by an object that implements the interface .

a. ActionEvent, ActionListener. b. ActionEvent, ActionEventListener. c. TextEvent, TextListener. d. TextEvent, TextEventListener.

Computer Science & Information Technology

A(n) _______ might ask something like, "What are the names of all the stocks in the portfolio, and what are their corresponding ticker symbols?"

A. index B. matrix C. register D. query

Computer Science & Information Technology