In a client-server network , the most common network found in many businesses, one centralized computer is the server that stores all the shared data on the network, including e-mail, Web pages, files, and applications
Indicate whether the statement is true or false
TRUE
Computer Science & Information Technology
You might also like to view...
______ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web.
a. IP b. TCP c. FTP d. HTTP
Computer Science & Information Technology
Select the code below that will configure a background image called parchment.gif for a web page using CSS.
a. body {background-image:url(parchment.gif); } b. document {background:parchment.gif; } c. body {background:parchment.gif’} d. body {background-color:parchment.gif;}
Computer Science & Information Technology