Sunday, 19 May 2024, 12:35 AM

Site: Webmaster Technology Institute
Course: Webmaster Technology Institute (AWS)
Glossary: Global Technical Glossary
:
Test 1
:
Adobe graphics program.
:

The pixel (a word invented from "picture element") is the basic unit of programmable color on a computer display or in a computer image. Think of it as a logical - rather than a physical - unit. The physical size of a pixel depends on how you've set the resolution for the display screen. If you've set the display to its maximum resolution, the physical size of a pixel will equal the physical size of the dot pitch (let's just call it the dot size) of the display. If, however, you've set the resolution to something less than the maximum resolution, a pixel will be larger than the physical size of the screen's dot (that is, a pixel will use more than one dot). url

:
Layering is the organization of programming into separate functional components that interact in some sequential and hierarchical way. (whatis.com)
:

Macromedia Fireworks (also known as FW for short) is a bitmap and vector graphics editor, developed by Macromedia and aimed at web designers (with features such as: slices, the ability to add hotspots etc.). It is designed to integrate easily with other Macromedia products, such as Dreamweaver and Flash, and is part of the Macromedia Studio 8 suite.

:

the level of detail of an image

http://en.wikipedia.org/wiki/Resolution

:

A file format is a particular way to encode information for storage in a computer file.

url

:

Vector graphics is the creation of digital images through a sequence of commands or mathematical statements that place lines and shapes in a given two-dimensional or three-dimensional space.

url

:

In object-oriented programming, slicing is an operation to slice off a target value by size of the base type, thus extra parts will be gone. This is not the same as array slicing, however it does have similar characteristics.

http://en.wikipedia.org/wiki/Slicing

:

PNG (Portable Network Graphics) is a losslessly compressed bitmap image format.

http://en.wikipedia.org/wiki/PNG

:

Colour models are ,for example, RGB or CMYK

:
JPEG (usually pronounced JAY-pehg) is a term for any graphic image file produced by using a JPEG standard.
:

RGB (Red, Green, Blue) is the colour model for light and the colour model for computer and TV screens.

url

:

Is the available colors supported by a computer graphics system.

http://en.wikipedia.org/wiki/Palette

:

A bit map (often spelled "bitmap") defines a display space and the color for each pixel or "bit" in the display space. A Graphics Interchange Format and a JPEG are examples of graphic image file types that contain bit maps.

url

:

Manipulation happens when you change the colour , erase or cut out sections of any picture.

:

Circuit switching (Line Switching) is a method of transmitting information (voice, video or other streamed data) between endpoints within telecommunications systems. Each individual subscriber is allocated a dedicated channel of constant bandwidth, which must be maintained open for the duration of their call, even if no actual conversation is taking place and no data being transferred.

Circuit switched systems were used in the old fixed landline telephone networks, for point-to-point connections routed directly between terminals. However, circuit switching may still be the best option when uninterrupted large file transfers need to be sent, or for long voice calls and videoconferencing, but it seems to be mainly suitable for voice traffic. Circuit switching can be considered as the opposite approach to packet switching, which does not require a dedicated channel, and makes more efficient use of the network's resources.
:
A vector path is made of a number of segments, each of which is a connected sequence of points.

Information from
http://www.levien.com/libart/vpath.html
:
A tag is a keyword which acts like a subject or category. A keyword is used to organize webpages and objects on the Internet. Each user "tags" a webpage or image using his/her own unique tag. An image or webpage may have multiple tags that identify it. Webpages and images with identical tags are then linked together and users may use the tag to search for similar webpages and images.
:
In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).