Font size
WorksheetsFINAL EXAM
Total questions: 20
Worksheet time: 11mins
It is said that the web operates on a ______ model, where the client is the web browser and the server is the computer providing, or serving, the information.
client-server
peer-to-peer
business
website
A ______ is special software that knows how to open and interpret web pages. Web browsers also know how to contact web servers to get information.
web server
webinar
web browser
static web
A _______ is special software that knows how to respond to requests for web pages.
web browser
web server
web client
web database
What is HTML stands for?
Hyperlink Transfer Protocol
Hypertext Transfer Protocol
How To Make Lumpia
Hypertext Transfer Potocol
_______ is a popular and powerful language used for programming server-side programs
CSS
HTML
Mysql
PHP
______ is a popular and free database system that can store information and then integrate with PHP to create a fully functional web application.
Mysql
MS ACCESS
Logbook
MSQL
______ is used for web programming to enhance or add to the user experience when using a web page.
CSS
Javascript
PHP
Bootstrap
To hold data, you use a variable, which keeps track of the data that you tell it to store for the lifetime of your program.
TRUE
FALSE
______are expressions that PHP tests or evaluates to see whether they are true or false.
Looping
Switch
Conditions
Break
Statements that repeatedly execute a block of statements. Four types of loops are foreach, for, while, and do..while loops.
Loop
Switch
Condition
Break
Complex statements execute one or more blocks of statements.
TRUE
FALSE
Literal characters are normal characters, with no special meaning. An e is an e, for example, with no meaning other than that it’s one of 26 letters in the alphabet.
TRUE
FALSE
A ______ is a way to store information (in variables) to be used across multiple pages.
Post
Session
Server
Meta
The ________statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the include statement.
Loop
Conditional
Include
Switch
(a) system is organized in a hierarchical structure, with a top level that is a single directory called root,
(a) is a type of file that you use to organize other files.
PHP and MySQL are not a popular pair for building dynamic web applications.
TRUE
FALSE
PHP and MySQL do operate all alone;
TRUE
FALSE
Always position the JavaScript code after the opening <script type=”text/javascript”> tag and before the closing </script> tag.
TRUE
FALSE
You can use JavaScript to send an alert to the screen.
TRUE
FALSE
