ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 03 May 2017 My Price 8.00

A static web page

can you open the attachment to 

get the question

I need to fill it .

 

 

1. A _______static___________ web page is one that has .html or .htm as its extension.
2. In an HTTP URL, the _________domain_______________ is coded immediately after the
protocol but before the path. 3. To get the data that is submitted with an HTTP GET
request, you use PHP to get the data from the built-in ___________________ array. 4.
The condition for a while loop is tested ______________ the statements in the loop are
executed. 5. How many times will the for loop that follows be executed?

__________________________ $years = 25;
 for ($i = 1;
 $i < $years;
 $i++)
 {

$future_value =
($future_value + ($future_value * $interest_rate)
)
;
 }
6. The ______________________ key of a table uniquely identifies each record in the
table. 7. To execute a SELECT statement, you use the ___________________ method of
the PDO object that connects to the database. 8. To access the data for all of the rows
in a result set that's returned by a SELECT statement, you can use a _______________
loop. 9. When you use the MVC pattern, the model consists of the PHP files that work
with and represent the _________________________ of the application. 10. To make a
variable that's declared outside a function available to the function, you must code
the ___________________ keyword.11. When you're using NetBeans, you can step
through the execution of an application one statement at a time by clicking on the
Step __________________ button. 12. The htmlspecialchars function can be used to
convert some of the special characters that a user has entered into a text box or
text area into HTML character __________________ so they will be displayed properly.
13. The equality operators convert data from one type to another before performing
a comparison, but the ___________________ operators do not convert data before
performing a comparison. 14. The ___________________ operator has the highest order
of precedence of the logical operators. 15. The explode function returns an array of
strings from a single
string based on the _________________________ character that
you specify. 16. If a number in a PHP application is larger than the maximum value
that PHP provides for, it is converted into the PHP constant named
_________________________. 17. A timestamp stores the number of ____________________
since midnight on January 1, 1970 GMT. 18. The diff method of a DateTime object
requires another DateTime object as its argument and returns a
_________________________ object. 19. The index value of the first element in a regular
PHP array is ______________________. 20. A foreach loop can be used to get both the
___________________ and the value for each element in an associative array. 21. By
default, PHP implements session tracking by using a _____________ to store a session
ID in the user's browser.22. By default, all arguments for PHP functions are passed by
___________________________. 23. Within a function, you can use the _____________
keyword if you need to refer to a variable that's declared outside the function. 24. A
method is a _________________________ that's coded within a class. 25. To call one of the
methods for an object, you code the object name followed by _______________________
and the method name.

Attachments:

Answers

(11)
Status NEW Posted 03 May 2017 08:05 AM My Price 8.00

-----------

Not Rated(0)