Questions
1. An SQL statement must be executed on a MySQL database before a connection is made.
Group of answer choices
True
False
2. Which of the two sets of PHP statements is correct?
Group of answer choices
3. Which of the following is used to arrange data vertically in a web page?
Group of answer choices
GET
valign
vertarrange
POST
4. Which of the following is not a valid keyword in SQL?
Group of answer choices
Edit
Insert
Update
Delete
5. A GET appends form data into the body of browser request.
Group of answer choices
True
False
6. The HTTP protocol is
Group of answer choices
A transport layer protocol
The state of transaction
Stateless
A markup
7. IP Address 533.877.388.9999 is a valid address.
Group of answer choices
True
False
8. 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);
9. What does Microsoft use for passing executable files or components through the Web?
Group of answer choices
JAVA Plugin
Object Tag
ActiveX
ORB
10. Ordered lists in XHTML are created with
Group of answer choices
<body>
<ol>
<li>
<ul>
11. 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
12. Form data can use GET or POST to send data to a server.
Group of answer choices
True
False
13. XHTML can send parameters to a Web server using
Group of answer choices
get.Parameter( );
Input
Submission
Post
14. 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
15. What specifies a document’s structure?
Group of answer choices
Forms
Elements
Start Tags
Validation
16. 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
17. ISAPI is Microsoft's web server interface that traps and processes HTTP messages.
Group of answer choices
True
False
18. In PHP, all user-defined functions, classes, and keywords (e.g. if, else, while) are case sensitive.
Group of answer choices
True
False
19. RESTful application is an architecture often used for mobile apps and social networking.
Group of answer choices
True
False
20. A POST appends form data onto the URL line.
Group of answer choices
True
False