- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
15 Cards in this Set
- Front
- Back
|
What does HTML and XHTML stand for?
|
Hypertext Markup Language and Extensible Hypertext Markup Language
|
|
From which markup language are all the other common markup languages derived?
|
SGML (Standard Generalized Markup Language)
|
|
What does DOM stand for?
|
Document Object Model
|
|
What elements make up DHTML?
|
XHTML, JavaScript, CSS, and the DOM.
|
|
What is an applet?
|
A small program designed to be executed within another application or from a Web page.
|
|
Which scripting language was developed by Netscape to extend the capabilities of standard HTML?
|
JavaScript
|
|
What does ASP stand for, and what is it?
|
Active Server Pages. It's a server-side scripting environment developed by Microsoft.
|
|
Name two programming languages.
|
Perl, Java, Virtual Basic, C#
|
|
Which scripting language executes on the Web server, and can therefore prevent users from viewing your source code?
|
PHP: Hypertext Preprocessor
|
|
What is CGI?
|
Common Gateway Interface is a communication standard for data exchange between a Web server and a server-side program.
|
|
What is the script version of Visual Basic?
|
VBScript
|
|
What does WML stand for, and what is it used for?
|
Wireless Markup Language. It is used for wireless handheld devices.
|
|
What is the difference between a high-level programming language and a low-level one?
|
The syntax of a high-level language is closer to English, while a low-level language's syntax is closer to machine language. In general, high-level languages make complex programming easier, while low-level languages produce more efficient code.
|
|
What is the difference between a Web server and a Web client?
|
A Web server is the computer on which the files for Web pages are stored. A Web client is the computer from which the user views the pages on a Web browser.
|
|
What is "a full set of instructions that can be used to comprehensively describe the structural format of a piece of text or other media elements?
|
A markup language.
|