You are on page 1of 3

WEEK 1 QUIZ -BSc in Computing

1. A PHP script is executed by which of the following? [ 1 point ]


Your Response
o

The client's web browser

Mysql

A web server

A cookie

2. A web browsing experience follows the Request/Response process.


Which of the following best describes the Request/Response
process? [ 1 point ]
Your Response
o

A web server listens for requests, a web client sends a


request, the web client then listens for a response, the web server then
sends a response.

A web client listens for requests, a web client sends a


request, the web server then listens for a response, the web server
then sends a response.

A web server listens for responses, a web client sends a


response, the web client then listens for a request, the web server then
sends a request.

WEEK 1 QUIZ -BSc in Computing

A web client listens for responses, a web server sends a


response, the web server then listens for a request, the web client then
sends a request.

3. In a typical web browsing experience, which of the following


statements is true? [ 1 point ]
Your Response
o

In order to have working JavaScript in a web-page, the web


server needs to have Java plug-ins installed

In order to correctly process PHP web-pages, PHP must be


installed on the client

In order to correctly process PHP web-pages, PHP must be


installed on the server

In order to transmit web pages with JavaScript, Java must be


installed on the server

4. With regards to performance of server-side scripting languages, which


of the following is true? [ 1 point ]
Your Response
o

The speed of connection at the client affects the amount of


time it takes PHP to run

The speed of connection at the server affects the amount of


time it takes PHP to run
2

WEEK 1 QUIZ -BSc in Computing

The processor speed of the client affects the amount of time


it takes PHP to run

The processor speed of the server affects the amount of time


it takes PHP to run

You might also like