Heidi wants to create a collaborative Web page that allows modification by multiple individuals. Here, Heidi is creating a ____.

A. ?spider
B. ?crawler
C. ?keyword
D. ?wiki


Answer: D

Computer Science & Information Technology

You might also like to view...

I have an algorithm that runs in O(N1/2), where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?

A. Same time B. About 3 minutes C. About 10 minutes D. You haven’t given enough information. I can’t tell.

Computer Science & Information Technology

How does the NFS Automounter help to improve the performance and scalability of NFS?

What will be an ideal response?

Computer Science & Information Technology

Try blocks contain code that could possibly:

(a) handle an exception (b) throw an exception (c) catch an exception (d) display an exception

Computer Science & Information Technology

Many classes provide methods to perform common tasks that do not require specific objects—they must be called using a class name. Such methods are called ________ methods.

a) classwide b) dot (.) c) console d) static

Computer Science & Information Technology