____ are lines of code that are not processed by browsers, which you use to add notes about your code.?

A. ?methods
B. ?comments
C. ?variables
D. ?properties


Answer: B

Computer Science & Information Technology

You might also like to view...

A good example of a compound path would be a ____.

A. masked object B. donut C. star D. blended spine

Computer Science & Information Technology

Identify the compiler errors, and state what is needed to eliminate the error(s).

``` #include using namespace standard; int main() { int a,4_for_Fun; cout << Enter a; cin >> a; 4_for_Fun = a; return 0; } ```

Computer Science & Information Technology

When you send a file that you have marked as Final to a coworker, which of the following is TRUE?

A) Opening the file will require a password. B) It is not possible for the coworker to edit the file. C) The file will automatically open for editing. D) Final status of the file can be turned off.

Computer Science & Information Technology

The ____ pane shows only the presentation text.

A. Slide Show B. Handouts C. Outline D. Normal

Computer Science & Information Technology