A ____ is a computer that stores and distributes information to the other computers in the network.

A. server
B. client
C. browser
D. hub

Answer: A

Computer Science & Information Technology

You might also like to view...

Choose a new, more descriptive name for the WhatIsIt function based on the result of the code below.

``` Function WhatIsIt(ByVal intRepeat as Integer) as Integer Dim intResult as Integer = 1 Dim intCount as Integer For intCount = 1 to intRepeat intResult = intResult * 2 Next intCount Return intResult End Function ``` a. PowersOfTwo b. SquareRootsOfTwo c. MultiplyByTwo d. TwoPlusTwo

Computer Science & Information Technology

HD or ____ video, produces a much sharper picture than SD video.

A. high-definition B. high-defined C. high-digital D. none of the above

Computer Science & Information Technology