Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. The event handler property of the XMLHttpRequest object is ________. status readystate onreadystatechange responseText 2. In a typical three-tiered webapp, the client of the

1. The event handler property of the XMLHttpRequest object is ________.

status

readystate

onreadystatechange

responseText

2. In a typical three-tiered webapp, the client of the database server is the _____________.

information tier

web client

DBMS

web server

3. To populate a database table, use the SQL ________ statement.

SELECT

USE

CREATE TABLE

INSERT INTO

4. In the MVC architecture, the user interface is presented in the _____________ layer.

Model

MVC

View

Controller

5. In the adventureGame.php script, the ____________ function returns the form data sent with the HTTP request from the web client.

filter_input

mysqli_query

include

mysqli_connect

6. A PHP array with string indexes is called a(n) _____________ array.

indexed

superglobal

global

associative

7. Which of the following is NOT a way to create a string in PHP?

single quotes

object literal

heredoc

double quotes

8. GET and POST data sent to a PHP script are accessible using the ________ and ________ arrays.

$GETDATA, $POSTDATA

$GET, $POST

$_GET, $_POST

$CLIENT, $SERVER

9. In the adventureGame.php script, the buildButton function returns a _____________________.

number

string

object

boolean

10. In the acronym LAMP, the P stands for _____________.

Python

Perl

any of the above

PHP

11. In PHP, variable names are _______________.

case-sensitive

case-insensitive

over-sensitive

insensitive

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design And Implementation

Authors: David M. Kroenke

5th Edition

B000CSIH5A, 978-0023668814

More Books

Students also viewed these Databases questions

Question

Compute the derivative of f(x)cos(-4/5x)

Answered: 1 week ago

Question

Discuss the process involved in selection.

Answered: 1 week ago

Question

Differentiate tan(7x+9x-2.5)

Answered: 1 week ago

Question

Explain the sources of recruitment.

Answered: 1 week ago

Question

Differentiate sin(5x+2)

Answered: 1 week ago