
|
Data and Telecommunications, terms, concepts and abbreviations.
(19 terms)
Printed Circuit Board
It usually consists of a metallic conductor pattern on an organic insulating substrate, more complex circuits have several layers stacked togeather. After assembly where components are added, it is known as a printed wiring assembly (PWA).
|
Computer Hardware parts, abbreviations and concepts.
(6 terms)
|
|
Graphic Design & prepress terms from desktop publishing to offset printing.
(14 terms)
PNG
An extensible file format for the lossless, portable, well-compressed storage of raster images. PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. Indexed-color, grayscale, and truecolor images are supported, plus an optional alpha channel for transparency. Sample depths range from 1 to 16 bits per component (up to 48bit images for RGB, or 64bit for RGBA).
|
Linux/Unix Terms and Commands.
(9 terms)
RAM
RAM is a type of computer storage whose contents can be accessed in any order. This is in contrast to sequential memory devices such as magnetic tapes, discs and drums, in which the mechanical movement of the storage medium forces the computer to access data in a fixed order. It is usually implied that RAM can be both written to and read from, in contrast to read-only memory or ROM.
Computers use RAM to hold the program code and data during execution. In the first electronic computers, RAM wa... |
|
Photography terms and concepts, including digital and traditional photographic techniques.
(11 terms)
Depth-of-field
The area of sharpness in a picture, extending in front of and behind the plane of the subject, that is most precisely focused by the lens.
You can control depth of field by varying three factors: 1) the size of the aperture 2) the distance of the camera from the subject 3) the focal length of the lens. If you decrease the size of the Aperture, the depth of field increases; if you focus on a distant subject, depth of field will be greater than if you focus on a near subject; and if you... |
Web design termonology, concepts, and abbreviations.
(46 terms)
SQL
The standardized relational database language for defining database objects and manipulating data.
In laymans terms: the language that people and programs use to communitacte with a database. Example: to select all the items for a data column called "information" the SQL stament might look like: SELECT * FROM information |