wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Systems and Technologies

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

When a client requests a web page, what software is used as a tool?

a)

Web Browser

b)

Web Server

c)

Website

d)

Web Content

2.

Which of these statements is not true?

a)

The web operates on a client-server model.

b)

Web servers and web browsers speak HTTP to each other and do so using host names, domain names, and IP addresses.

c)

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

d)

None of the above

3.

What is a scripting language designed specifically for use on the web. It has features to aid you in programming the tasks needed to develop dynamic web applications?

a)

Javascript

b)

PHP

c)

HTML

d)

CSS

4.

Which of the these statements is not true?

a)

The web server continues in HTML mode until it encounters a PHP opening tag (<?php).

b)

The web server starts scanning the file in HTML mode. It assumes the statements are HTML and sends them to the browser without any processing.

c)

The web server continues in PHP mode until it encounters a PHP closing tag (?>).

d)

None of the above.

5.

(a)   are containers used to hold information.

6.

Which of these statements were the rule of declaring variable in PHP?

a)

All variable names have a dollar sign ($) in front of them. This tells PHP that it is a variable name.

b)

Variable names must begin with a letter or an underscore. They cannot begin with a number.

c)

Variable names can be any length.

d)

Variable names can include letters, numbers, and underscores only.

e)

All of the above

7.

(a)   are a series of instructions in a file named with an extension that tells the web server

8.

What are expressions that PHP tests or evaluates to see whether they are true or false. Conditions are used in complex statements to determine whether a block of simple statements should be execute ?

a)

Loopings

b)

Conditions

c)

Arithmetic

d)

Functions

9.

What statement tests conditions, executing a block of statements when a condition is true?

(a)  

10.

What statement are used frequently in scripts to set up a block of statements that repeat?

a)

Conditional

b)

Function

c)

Loop

d)

Arithmetic

11.

Which of the following is not a loop statement?

a)

for loop

b)

while loop

c)

do..while loop

d)

beef loop

12.

The system of files and directories is called _____.

a)

File system

b)

File directory

c)

File Manager

d)

File dataset

13.

What contains a list of files and the information needed for the operating system to find those files?

a)

System

b)

Folder

c)

Directory

d)

Database

14.

What is a way to store information (in variables) to be used across multiple pages?

a)

POST

b)

SESSION

c)

METHOD

d)

ENCRYPT

15.

Which of these statements were true?

a)

The SQL query must be quoted in PHP

b)

String values inside the SQL query must not be quoted

c)

Numeric values must be quoted

d)

The word NULL must be quoted

16.

Which comparison operator is applicable with this question?

(Are the two values equal in both value and data type?)

a)

==

b)

>

c)

===

d)

<=

17.

The word Javascript after Java was came from what word?

a)

cool

b)

coffee

c)

tea

d)

choco

18.

PHP uses settings in a file named ____ to control some of its behavior

a)

php.ini

b)

PHP Session

c)

PHP Server

d)

PHP Post

19.

What for statament parameter sets starting value?

a)

counter

b)

condition

c)

increment/decrement

d)

do-while

20.

What type of webpage that changes its content upon interacting with the user?

a)

Dynamic website

b)

Static Website

c)

Interactive Website

d)

Idle Website