wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FINAL EXAM

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

It is said that the web operates on a ______ model, where the client is the web browser and the server is the computer providing, or serving, the information.

a)

client-server

b)

peer-to-peer

c)

business

d)

website

2.

A ______ is special software that knows how to open and interpret web pages. Web browsers also know how to contact web servers to get information.

a)

web server

b)

webinar

c)

web browser

d)

static web

3.

A _______ is special software that knows how to respond to requests for web pages.

a)

web browser

b)

web server

c)

web client

d)

web database

4.

What is HTML stands for?

a)

Hyperlink Transfer Protocol

b)

Hypertext Transfer Protocol

c)

How To Make Lumpia

d)

Hypertext Transfer Potocol

5.

_______ is a popular and powerful language used for programming server-side programs

a)

CSS

b)

HTML

c)

Mysql

d)

PHP

6.

______ is a popular and free database system that can store information and then integrate with PHP to create a fully functional web application.

a)

Mysql

b)

MS ACCESS

c)

Logbook

d)

MSQL

7.

______ is used for web programming to enhance or add to the user experience when using a web page.

a)

CSS

b)

Javascript

c)

PHP

d)

Bootstrap

8.

To hold data, you use a variable, which keeps track of the data that you tell it to store for the lifetime of your program.

a)

TRUE

b)

FALSE

9.

______are expressions that PHP tests or evaluates to see whether they are true or false.

a)

Looping

b)

Switch

c)

Conditions

d)

Break

10.

Statements that repeatedly execute a block of statements. Four types of loops are foreach, for, while, and do..while loops.

a)

Loop

b)

Switch

c)

Condition

d)

Break

11.

Complex statements execute one or more blocks of statements.

a)

TRUE

b)

FALSE

12.

Literal characters are normal characters, with no special meaning. An e is an e, for example, with no meaning other than that it’s one of 26 letters in the alphabet.

a)

TRUE

b)

FALSE

13.

A ______ is a way to store information (in variables) to be used across multiple pages.

a)

Post

b)

Session

c)

Server

d)

Meta

14.

The ________statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the include statement.

a)

Loop

b)

Conditional

c)

Include

d)

Switch

15.

(a)   system is organized in a hierarchical structure, with a top level that is a single directory called root,

16.

(a)   is a type of file that you use to organize other files.

17.

PHP and MySQL are not a popular pair for building dynamic web applications.

a)

TRUE

b)

FALSE

18.

PHP and MySQL do operate all alone;

a)

TRUE

b)

FALSE

19.

Always position the JavaScript code after the opening <script type=”text/javascript”> tag and before the closing </script> tag.

a)

TRUE

b)

FALSE

20.

You can use JavaScript to send an alert to the screen.

a)

TRUE

b)

FALSE