A _____ is a valuable tool that enables a user to find information on the Web by specifying words or phrases known as keywords, which are related to a topic of interest.

A. cookie
B. server
C. Web portal
D. search engine

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the Ribbon is FALSE?

A) You cannot restore the Ribbon to its original arrangement. B) You can customize the Ribbon to contain just the commands you want to use. C) You are allowed to change the order of the tabs on the Ribbon. D) You can create a new tab and a new group and put it on the Ribbon.

Computer Science & Information Technology

Which of the following is the correct way to declare a public read-only property?

a.``` Public ReadOnly Property PropertyName() As DataType Statements End Property ``` b.``` Public Property ReadOnly PropertyName() As DataType Get Statements End Get End Property ``` c. ``` Public ReadOnly Property PropertyName() As DataType Get Statements End Get End Property ``` d.``` ReadOnly Public Property PropertyName() As DataType Set Statements End Set End Property ```

Computer Science & Information Technology