
|
Data and Telecommunications, terms, concepts and abbreviations.
(19 terms)
|
Computer Hardware parts, abbreviations and concepts.
(6 terms)
|
|
Graphic Design & prepress terms from desktop publishing to offset printing.
(14 terms)
|
Linux/Unix Terms and Commands.
(9 terms)
whereis
Locate the binary, source, and manual page files for specified commands/files. The supplied filenames are first stripped of leading pathname components and any (single) trailing extension of the form .ext (for example, .c). Prefixes of s. resulting from use of source code control are also dealt with. whereis then attempts to locate the desired program in a list of standard Linux directories (e.g., /bin, /etc, /usr/bin, /usr/local/bin/, etc.).
Options -b Search only for binaries. -f Term... |
|
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 |