Questions


⦁ An SQL statement must be executed on a MySQL database before a connection is made.
Group of answer choices

True

False

⦁ Which of the two sets of PHP statements is correct?
Group of answer choices

 

 

⦁ Which of the following is used to arrange data vertically in a web page?
Group of answer choices

GET

valign

vertarrange

POST
⦁ Which of the following is not a valid keyword in SQL?
Group of answer choices

Edit

Insert

Update

Delete
⦁ A GET appends form data into the body of browser request.
Group of answer choices

True

False
⦁ The HTTP protocol is
Group of answer choices

A transport layer protocol

The state of transaction

Stateless

A markup
⦁ IP Address 533.877.388.9999 is a valid address.
Group of answer choices

True

False
⦁ Which SQL statement is not correct?
Group of answer choices

UPDATE salaryTable SET pay = pay + 100;

SELECT * FROM Employee WHERE Age > 40 OR Salary > 80000;

GRANT Access TO EmpID WHERE EmpID > 20;

INSERT INTO salaryTable (empId, status, pay) VALUES (17A99, FTE, 150000);

⦁ What does Microsoft use for passing executable files or components through the Web?
Group of answer choices

JAVA Plugin

Object Tag

ActiveX

ORB
⦁ Ordered lists in XHTML are created with
Group of answer choices

<body>

<ol>

<li>

<ul>
⦁ In a database, foreign keys are used to
Group of answer choices

Keep multiple users from accessing a record at the same time

Make sure that no one accesses the database except the one who has the key

Create a dependent relationship with another table

Generate a pivot table
⦁ Form data can use GET or POST to send data to a server.
Group of answer choices

True

False
⦁ XHTML can send parameters to a Web server using
Group of answer choices

get.Parameter( );

Input

Submission

Post
⦁ The things that a server side process in a Web server must do in a transactional system is/are
Group of answer choices

To connect only using port 80

Use IIS

Manage ports

Manage sessions

⦁ What specifies a document’s structure?
Group of answer choices

Forms

Elements

Start Tags

Validation

⦁ Which of the following is not true about PHP?
Group of answer choices

An integer cannot contain comma or blanks

An integer must not have a decimal point

An integer can be either positive or negative

An integer must be enclosed in quotes

⦁ ISAPI is Microsoft’s web server interface that traps and processes HTTP messages.
Group of answer choices

True

False

⦁ In PHP, all user-defined functions, classes, and keywords (e.g. if, else, while) are case sensitive.
Group of answer choices

True

False

⦁ RESTful application is an architecture often used for mobile apps and social networking.
Group of answer choices

True

False

⦁ A POST appends form data onto the URL line.
Group of answer choices

True

False