wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz - Quarter 4 (Oracle)

Total questions: 10

Worksheet time: 18mins

Name
Class
Date
1.

______________Is a combination of values and functions that are combined and interpreted by the compiler to create a new value.

a)

Operators

b)

Expression

c)

Symbols

d)

Syntax

2.

______________ are symbols that tell the PHP processor to perform certain action.

a)

Operators

b)

Expression

c)

Symbols

d)

Syntax

3.

______________ is the operation of joining character strings.

a)

Operators

b)

Expression

c)

Operation

d)

Concatenation

4.

______________ is an online page that allows for user input.

a)

Operators

b)

Expression

c)

Web Form

d)

Concatenation

5.

______________ is an array of variables passed to the current script via the URL parameters.

a)

Post

b)

Get

c)

Web Form

d)

Concatenation

6.

______________ iis an array of variables passed to the current script via the HTTP POST method.

a)

Post

b)

Get

c)

Web Form

d)

Concatenation

7.

Enumerate at least 4 arithmetic operators.

4 lines
8.

Enumerate at least 5 relational/comparison operators.

4 lines
9.

Enumerate the 3 logical operators.

4 lines
10.

______________Is a symbol used in concatinating/combining character string.

a)

Add

b)

Greater Than

c)

Less Than

d)

Period