Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

B

Behavior

"A behavior" is a reusable block of computer code or script that, when applied to an object (computer science,) especially a graphical one, causes it to respond to user input in meaningful patterns or to operate independently, as if alive.
http://en.wikipedia.org/wiki/Behaviour

Bitmap Graphic

A bitmap graphic, is a data file or structure representing a generally rectangular grid of pixels, or points of color, on a computer monitor, paper, or other display device. The color of each pixel is individually defined; images in the RGB color space, for instance, often consist of colored pixels defined by three bytesone byte each for red, green and blue. Less colorful images require less information per pixel; an image with only black and white pixels requires only a single bit for each pixel. Raster graphics are distinguished from vector graphics in that vector graphics represent an image through the use of geometric objects such as curves and polygons.

Source: http://en.wikipedia.org/wiki/Bitmap_graphics


Bitmap Graphics

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


Browsers

Browsers are software programs that allow you to navigate the World Wide Web.