Visual Basic Script (VBScript) is a scripting language developed by which of the following companies?

A. Sun Microsystems
B. Symantec
C. Macromedia
D. Microsoft


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1. A local class and a nested class are the same thing. 2. If v is a vector and i is an int variable, then in the following the value of i can be any nonnegative int value: v[i] = i; 3. It is valid to initialize member variables in a class on the same line in which the variable is declared. For example, the following sets xx to 1000: ``` class A { public: A(){} private: int xx = 1000; }; ``` 4. If we use an out of range index with a vector, there be an error message from the compiler.

Computer Science & Information Technology

The disadvantage to automatic updates is that changes can be made to your computer without your knowledge.

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

Computer Science & Information Technology

As soon as you start installing hardware, you can start documenting serial numbers; the relationships between these two tasks is an example of a Finish-to-Finish task dependency type.

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

Computer Science & Information Technology

Reliability testing is a technique that feeds random input data into applications just to see what happens to the results.

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

Computer Science & Information Technology