wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AJAXploration

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

AJAX stands for

a)

Asynchronous JQuery And XML

b)

Asynchronous JavaScript And XML

c)

A Synchronous JavaScript And XML

d)

Assembly JavaScript And XML

2.

AJAX can update webpage without _______ the page

a)

reloading

b)

scrolling

c)

closing

d)

clicking

3.

A programming language of the web

a)

JQuery

b)

JavaScript

c)

Java

d)

HTML

4.

PHP stands for

a)

Pre Hypertext Processor

b)

Philippine Health Product

c)

Hypertext Preprocessor

d)

Hypertext Processor

5.

Some predefined variables in PHP are _________, which means that they are always accessible, regardless of scope

a)

Superglobals

b)

Variables

c)

Globals

d)

Locals

6.

AJAX is not a programming language

a)

True

b)

False

7.

SQL stands for

a)

Structured Query Language

b)

Standalone Query Language

c)

Standard Query Language

d)

Static Query Language

8.

The purpose of _____ is to make it much easier to use JavaScript on your website.

a)

jQuery

b)

HTML

c)

AJAX

d)

CSS

9.

INSERT ____ tbl_students (id, username, password) VALUES (1, "user", "user123");

a)

INTO

b)

TO

c)

FROM

d)

SET

10.

Select username and password from tbl_users table.

a)

SELECT * FROM tbl_users ;

b)

SELECT username, password FROM tbl_users;

c)

SELECT tbl_users FROM username, password;

d)

SELECT * FROM username WHERE password = 1;