• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
What is a Web Server?
A Web Server is the computer on which the files for Web pages are stored.
What is a Web Client?
A Web Client is the computer from which the user views the pages on a Web browser.
What is markup language? How are they used?
A markup language is a full set of instructions used to describe the format of a piece of text or other media element. Markup languages are used to add tags to the document and they specify how the content will display.
How do scripting and programming languages extend the capabilities of markup languages such as XHTML?
They are technologies that create greater interactivity and page layout flexibility than is possible with XHTML alone, such as 3-D effects, and editing audio, video and graphics without haqving to master development tools.
What are the differences in markup languages, scripting languages, and programming languages?
Markup languages are a full set of instructions to describe text or media...Scripting languages are used to write scripts that perform tasks such as rollovers, showing date & time, sizing windows, etc... Programming languages are used to write programs that play multimedia files, handle incoming forms, pull records from a database and save data to a file.
Are most markup, scripting and programming languages case sensitive?
Yes. Always pay attention to proper syntax when you are writing code.
Which language is best?
No single language does it all. You must take into consideration specific constraints, performance, etc. when deciding which language to use.
Do all web browsers interpret HTML and markup tags the same way?
Different web browsers and different versions of the same web browser interpret HTML and other markup tags differently. Always test your web pages before sending to the Internet community.
What is DHTML?
Dynamic Hypertext Markup Language allows greater interactivity and page layout flexibility because every element is an object and each object can be accessed and adjusted seperately.
What is virtual reality language VRML?
Language developed by 3-D designers and programmers by using 3-D graphics and scenes on the web. It continues to advance.
What is Synchronized Multimedia Integration Language (SMIL)?
It is a simple language that lets you schedule audio, video, text, and graphic files across a timeline without having to master development tools.
What is Extensible Markup Language (XML)?
It is a language used to allow programmers and developers to define their own markup tags.
What is Scripting Languages?
Not as powerful as programming languages because they are still restricted to interpretation by a web browser or some other program, but they are not difficult to learn. Use scripts for creating rollovers, showing date & time, sizing and opening new windows, etc.
What is Programming Languages?
They are used for web page development to write executable programs that are accessed from an XHTML file. Web pages are not programs, but programs can be called from within web pages. These programs can play multimedia, handle incoming forms, pull records, and save data.
What is the difference between Java Script and Java?
Java Script is code that you add to your XHTML code, the browser reads the code and executes it. Anyone can read Java Script code. Java is a compiled language. Before it can be run, it has to be processed by a special program to create a file.