In the following line, the word document is a ________ which resides in the computer’s memory and contains information used by the script.

```
document.writeln("Hello World");
```

a) attribute
b) behavior
c) object
d) method


c) object

Computer Science & Information Technology

You might also like to view...

How is heuristic scanning similar to signature-scanning?

a) It is susceptible to false reporting. b) It can detect viruses that have not yet been identified. c) It searches for common virus behavior. d) all of the above

Computer Science & Information Technology

Which is NOT included in the sections of the SmartArt Graphics dialog box?

A) Color options for the selected SmartArt layout B) The layout of the selected SmartArt type C) A preview of the selected layout D) A listing of SmartArt types

Computer Science & Information Technology

The startValue in a For...Next loop structure may be omitted.

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

Computer Science & Information Technology

Using ____, when a device transmits a binary 0, a zero voltage is transmitted. When the device transmits a binary 1, either a positive voltage or a negative voltage is transmitted.?

A. ?Manchester B. ?bipolar-AMI C. ?differential Manchester D. ?NRZ-L

Computer Science & Information Technology