
|
Data and Telecommunications, terms, concepts and abbreviations.
(19 terms)
URL
An address referring to a document on the Internet. This can be used to reference a web page via HTTP or a file to be accessed via FTP, for example. The reason for a URL (rather then just the address) is to define completely what a computer must do, and where it must go, to access a document (sometimes even on it´s local hard drive in the case of ´file:´)
The syntax of a URL consists of four elements: Protocol://address/path/document - here are a few examples: http://www.pawprint.net/in... |
Computer Hardware parts, abbreviations and concepts.
(6 terms)
Mother Board
1) The main Printed Circuit Board (PCB) of a computer - referred to as a Mother Board because other smaller PCB´s are sometimes attached to it - this are in turn referred to as daughter boards.
2) Any PCB that can accept daughter boards. |
|
Graphic Design & prepress terms from desktop publishing to offset printing.
(14 terms)
Aberration
An optical defect in a lens causing it to form an image that is not sharp or that is distorted in some way.
|
Linux/Unix Terms and Commands.
(9 terms)
where
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. where 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 Termin... |
|
Photography terms and concepts, including digital and traditional photographic techniques.
(11 terms)
GIF
A compressed graphic format suited for flat color images (illustrations) and drawings. It compresses images by referencing areas of the same colour thus it is less suitable then JPEG for photographic images (where there are colour gradients)
Originally created by CompuServ it was the subject of proposed law suits and patent discussions which have largely been dropped. |
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 |