Web apps ________ because they can run in any browser

A) are collaborative B) are platform-specific
C) can contain harmful code D) are platform-neutral

D

Computer Science & Information Technology

You might also like to view...

With formatting marks hidden, it is easier to see:

A) how the document will appear when printed. B) where paragraphs begin and end in the document. C) the spacing between words in the document. D) where section breaks appear in the document.

Computer Science & Information Technology

Which of the following would be used to check if a number stored in a variable named eights is divisible by 8?

a. ``` if(eights/8 == 0); ``` b. ``` if((eights/8)!= parseInt(eights/8)); ``` c. ``` if(eights/8 != 0); ``` d. ``` 1, 2, 3, 4, or 5 ```

Computer Science & Information Technology