Sei sulla pagina 1di 3

JavaScript is a _________ language that doesn't require a program to be compiled

before it is run.
programming

The script tag's attribute that tells the browser the language of the script.
type

Active scripting is not a programing language instead it is a plain text


interpreted to make a dynamic and interactive web pages.
FALSE

When would it be a good idea to use an external JavaScript file?


When the script is very long or needs to be placed in more than one HTML document

What is the original name of JavaScript?


Mocha

An external JavaScript file commonly uses a filename extension of _______.


.js

JavaScript is a language that must be compiled while Java is a language that must
be interpreted.
False

JavaScript has similarities to other programming and scripting languages.


TRUE

Which of the following language is used to program the behavior of web pages?
None of the choices

Part of the browser that understands JavaScript.


JavaScript Interpreter

This are statements that make decision.


Conditional Statement

Which of the following does not belong to the group? �


\\AMA-PC1\user

Who developed the JavaScript? �


None of the choices

It holds multiple values.


Arrays

"In the process of PHP which what is the missing step?

1st: The client browser sends a request to the Web Server


2nd: The Webserver will simply respond to the client if the page consist of HTML,
CSS, Images and Javascript. However, if the there is a PHP in the webpage, it will
proceed to the 3rd step.
3rd: x x x x
4th: If there is a database involve the PHP engine will send the file to the
database for processing.
5th: After the database have processed the file it will then return it to the PHP
engine and the PHP Engine will return it to the web server. The web server is the
one responsible for sending it back to the client browser."
The Webserver will send the PHP webpage to the PHP Engine for processing.
This is the command to display the value stored in the variable.
Echo

In naming a variable in PHP what is the required Special Character?


$ (Dollar Sign)

It acts as the placeholder for unknown or changing values.


Variable

Is JavaScript code case sensitive?


NO

Which of the following correctly points to an external JavaScript file named


yourfile.js?
<script type="text/javascript" src="yourfile.js"></script>

This are statement that performs preset of tasks.


Functions

Which of the following is something you should have to use the JavaScript?
Web browser

Which of the following is not recommended feature in choosing a script editor?


None of the Choices

What is the purpose of the <script> and </script> tags?


To tell the browser where a script begins and ends

Which of the following is not a commenting style?


% � � � � � � � � � %

How will you end a statement in PHP?


semi colon

Which of the following is a Free PHP Editor?


Komodo Edit

This are statements that performs repetitive tasks.


Loops

Which of the following is the open and closing tags of PHP?


<?php � � ?>

The _______ signals the end of a JavaScript statement.


None of the choices

The choice of a Web browser is up to you, as long it's compatible with _________.
JavaScript

Part of the web browser that understands HTML and CSS.


Rendering Engine

It is a server side scripting language that is designed to be embedded because it


is mixed in the HTML Markup. This Language can process and email contact forms,
upload & file from online forms, generate thumbnails for large images, watermark
images, read and write files and communicate with a database. PHP
Why should you use the type attribute in the opening script tag?
To be sure the browser does not interpret your JavaScript as another scripting
language and to ensure the Web page validates in XHTML

javascipt is
object based

Potrebbero piacerti anche