Lesson 5 Flashcards
ActiveX
An open set of technologies for integrating components on the Internet and within Microsoft applications.
Applets
Small programs written in Java, which are downloaded as needed and executed within a Web page or browser.
AU
Audio file format used by Unix servers, the majority of Web servers. Most Web browsers can read AU.
Audio Interchange File Format
High-quality audio format developed by Apple Computer.
Audio Video Interleave
Standard Windows file format for video files.
Cascading Style Sheets
Style sheet language that provides the formatting and “look” of a Web page or document written in a markup language.
Codec
A compression / decompression algorithm used by modern video and audio player plug-ins.
Disk Cache
Storage space on a computer hard disk used to temporarily store download data.
Dynamic
Always changing.
Encapsulated PostScript
File format used for importing and exporting graphics.
Event-Driven
Reacting to particular user actions or the browser’s completion of a specific task.
Geolocation
An HTML5 application programming interface that allows developers to retrieve the geographical location information for a a client-side device.
Graphics Interchange Format
A graphical image file format commonly used in HTML documents.
Interactive
The characteristics of some hardware and software, such as computers, games and multimedia systems, that allows them to respond differently based on a user’s actions.
Java
An object-oriented programming language developed by Sun Microsystems that is fully cross-platform functional.
Joint Photographic Experts Group
A graphical image file format commonly used for photographs.
LiveScript
The Netscape-developed scripting language that was the predecessor to JavaScript.
Lossless Compression
A type of data file compression in which all original data can be recovered when the file is decompressed.
Lossy Compression
A type of data file compression in which all original data can be recovered when the file is decompressed.
Moving Picture Experts Group
High-quality audio and video file compression format.
MPEG-1 Audio Layer-3
Popular compression standard for audio files; retains most of the sound quality of the source.
Musical Instrument Digital Interface
A standard computer interface for creating and playing electronic music computers to re-create music in digital format for playback.
Objet
An element on a Web page that contains data and procedures for how that item will react when activated. On a Web page, an object is typically a multimedia presentation.
Object-Oriented Programming
Programming concept based on object and data and how they relate to one another, instead of logic and actions; C++ and Java are OOP languages.