Java is short for JavaScript, i.e. they are the same programming language.
Select one:
True
False correct answers False
Which of the following statements is the most accurate?
Select one:
a. You will upload your files to the cislinux server with the FileZilla FTP software so they can be
viewed by Web site visitors
b. The cislinux software allows you to upload files to the FileZilla server so they can be viewed
by visitors
c. You will upload your files to FileZilla so they can be viewed by Web site visitors
d. The FileZilla server software is used in the computer lab to upload files to the cislinux server
correct answers You will upload your files to the cislinux server with the FileZilla FTP software
so they can be viewed by Web site visitors
Is the web software Apache typically a client or server software?
Select one:
a. Client
b. Server correct answers Server
On most computers (at your home or in our college computer labs), you can run/view a .html
web page without uploading it to the server.
Select one:
True
False correct answers True
In the following URL/web address, what is the name of the sub-domain name (or host name)?
https://cislinux.hfcc.edu/~dasmith1234/cis122/clientserver.html
Select one:
a. cislinux
b. edu
c. hfcc
d. https
e. hfcc.edu correct answers cislinux
Which of the following is NOT a server-side web language?
Select one:
a.
PHP
b.
Perl
c.
, HTML
d.
ASP correct answers HTML
Which of the following HTML image tags looks for the image in a sub-folder to the current
location? (chose best answer)
Select one:
a.
images/logo.jpg
b.
../images/logo.jog
c.
logo.jpg/sub/
d.
/images/logo.jpg correct answers images/logo.jpg
Which computer in the client/server model is most likely the "listerner" that awaits requests and
fullfils them?
Select one:
a.
Server
b.
Client correct answers Server
What is the name of the server/protocol that translates domain names into IP address?
Select one:
a.
DNS
b.
DHCP
c.
SMTP
d.
FTP correct answers DNS
Is HTML most commonly a client or server interpreted language?
Select one:
a.