?Identify a method that repeatedly runs commands at specified time breaks in a function created.

A. ?setInterval("command", interval)
B. ?setTimeout("command", interval)
C. ?setTimeout(interval, delay)


D. ?setInterval(interval, delay)

Answer: A

Computer Science & Information Technology

You might also like to view...

MC The method______ may be defined in a class as a destructor.

a) __del__. b) __des__. c) __rem__. d) None of the above.

Computer Science & Information Technology

On an ATM network, how is the path that data will take determined?

a. Switches determine the optimal path between sender and receiver, and then establish the path before transmission. b. Data is transmitted, and then the path taken will vary depending on the load encountered at each ATM participant node. c. A frame relay route table establishes each hop that will be taken to a single destination. d. When data is ready to be transmitted, an ATM participating router will contact the destination ATM router, establish a tunnel, then pass the data.

Computer Science & Information Technology