Whenever you allow authorized remote users to access some part of your private network, you have created a(n) __________.
A. virtual private network
B. internet
C. intranet
D. extranet
Answer: D
Computer Science & Information Technology
You might also like to view...
When you ________ a video in a presentation, connection is created to another location such as a storage device or website
Fill in the blank(s) with correct word
Computer Science & Information Technology
Assuming a variable named end is the identifier for a setInterval() method, which of the following is the correct way to clear the timer?
a. ``` window.clearInterval(end); ``` b. ``` window.clearInterval = end; ``` c, ``` var end = window.clearInterval(); ``` d. ``` var done = window.clearInterval.end; ```
Computer Science & Information Technology