Which of the following is the most dangerous because it can do more on a computer when it is executed?

A. VBscript
B. Active-X
C. Javascript
D. Java


B. Active-X

Computer Science & Information Technology

You might also like to view...

What is the definition of a disruptive technology?  Give three examples.

What will be an ideal response?

Computer Science & Information Technology

When creating a multiple-field index, the index name is typed on multiple lines

Indicate whether the statement is true or false

Computer Science & Information Technology

The following code searches a linked structure. What is the missing code? probe = headwhile probe != None and targetItem != probe.data: if probe != None: print("Target item found!")else: print("Target item not found!")

A. probe.data = next.data B. probe.next = targetItem.data C. probe = probe.next D. probe.head = probe.next

Computer Science & Information Technology

Building a machine that can beat a human at chess was viewed as the last of the "easy" hard problems.

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

Computer Science & Information Technology