Chapter 1 - intro to javascript Flashcards
Although JavaScript is considered a programming language, it is also a critical part of web page design and authoring
True
Like HTML, XHTML is not case sensitive.
False
You can place script elements in either the document head or in the document body
True
JavaScript code is always stored in an external file separate from the HTML or XHTML code for a web document
False
Elements that do not require a closing tag are called empty elements
True
_____ can turn static documents into applications such as games or calculators
JavaScript
______ was established in 1994 at MIT to oversee the development of web technology standards
The W3C
An HTML document is a text document that contains codes called _____
Tags
In the client/server system, one of the primary roles of the client, or front end, is to _____
Present an interface to the user
A system consisting of a client and server is known as a ____ system
Two-tier
On client/server systems, heavy processing, such as calculations, usually takes place in the ____
Server
A three tier, or multi tier, client/server system consists of three distinct pieces : These are _____
The client tier
The processing tier
The data storage tier
Some of the more popular server-side-scripting languages include_____
PHP
ASP.NET
PYTHON
_____ refers to programming using a scripting language that is executed from a web server
Server-side scripting
When a client requests a server side script , a client will never see the server side script only the ____ that the web server software returns from the script
HTML