Question 1
_________________________ are patterns that are used for matching and manipulating strings according to specified rules.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact MatchRegular expressions Question 2
____ define information about the request or response message and about the contents of the message body.Answers:
a. b.c.d.Question 3
A Web document containing PHP code must have an extension of ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Match.php
Exact Matchphp Question 4
A comparison operator returns a Boolean value of TRUE or FALSE after two operands have been compared.Answers:
TrueFalseQuestion 5
A hyphen and a greater-than symbol used to access the methods and properties contained in an object are referred to as ____.Answers:
Question 6
A particular instance of an object ____ the methods and properties its class.Answers:
Question 7
A programming object and its interface can be compared to a handheld ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchcalculator Question 8
A web server’s reply to a request is known as the ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchresponse Question 9
A(n) ____ is a literal value or variable that can be evaluated by the PHP scripting engine to produce a result.Answers:
Question 10
A(n) ____________________ request allows JavaScript to continue processing while it waits for a server response.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchasynchronous Question 11
After you have defined the basic request criteria, you use the ____ method with the instantiated XMLHttpRequest object to submit the request to the server.Answers: a.
b. c.d.Question 12
After you instantiate an XMLHttpRequest object, you use the ____ method with the instantiated XMLHttpRequest object to specify the request method (such as GET or POST) and URL.Answers: a.b.
c. d.Question 13
Ajax gets its name from the fact that when it was first used, it was practical only with JavaScript and ____.Answers: a.b.
c. d.Question 14
All Web pages containing PHP code must have an extension of .php.Answers:
TrueFalseQuestion 15
All literal strings and string variables in JavaScript are represented by a(n) ____________________ class, which contains methods for manipulating text strings.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact MatchString Question 16
An HTTP response code of 200 indicates that the request was successful.Answers:
TrueFalseQuestion 17
Because the client and server are defined in relation to MySQL, the Web server where the PHP script is running is the ____________________ when communicating with the MySQL server.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchclient Question 18
By combining the ____ object with DHTML techniques, you can update and modify individual portions of your web page with data received from a web server.Answers:
a. b.c.d.Question 19
CORS is supported by all browsers in use today.Answers: True
FalseQuestion 20
Characters contained in a set of parentheses within a regular expression are referred to as a subexpression or ____.Answers: a.b.c.
d. Question 21
Every web page is identified by a unique address called the ____.Answers: a.
b. c.d.Question 22
In PHP, use the mysql_query() function to send SQL statements to ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact MatchMySQL Question 23
In PHP, each statement must be placed on a separate line.Answers: True
FalseQuestion 24
Match each item with a statement below:Question Correct Match Text contained within double or single quotation marks
h. stringConverts a JSON string value to an object
c. parse()Separates alternate sets of substrings in a regular expression
b. |A standardized set of characters from many of the world’s languages
f. UnicodeRemoves the last element from the end of an array
d. pop()Combines array elements into a string
j. join()Compares strings according to the particular sort order of a language or country
g. localeCompare() methodSpecial character that defines pattern matching rules in a regular expression
a. metacharacterMetacharacter that specifies the quantity of a match
i. quantifierAdds one or more elements to the end of an array
e. push()All Answer Choices a.metacharacterb.|c.parse()d.pop()e.push()f.Unicodeg.localeCompare() methodh.stringi.quantifierj.join()
Question 25
Methods and properties that are required for a source program to communicate with an object are referred to as a(n) ____.Answers:
Question 26
Objects are organized into ____.Answers:
Question 27
Objects are often called ____.Answers:
Question 28
Regular expression patterns consist of literal characters and ____.Answers: a.b.
c. d.Question 29
The ____ method of the String class returns the position number in a string of the first character in the argument.Answers: a.
b. c.d.Question 30
The ____ method returns the position number in a string of the first instance of the first character in the pattern argument.Answers: a.b.c.
d.
0 comments:
Post a Comment