Microsoft Corporation is an American public multinational corporation that develops, and manufactures, licenses, and supports a wide range of products and services predominantly related to computing through its various product divisions. Established on April 4, 1975 to develop and sell BASIC interpreters for the Altair 8800, Microsoft rose to dominate the home computer operating system market with MS-DOS in the mid-1980s, followed by the Microsoft Windows line of operating systems. Microsoft would also come to dominate the office suite market with Microsoft Office. The company has diversified in recent years into the video game industry with the Xbox and its successor, the Xbox 360 as well as into the consumer electronics market with Zune and the Windows Phone OS.
wikipedia.org/wiki/Microsoft
Memory Stick
Memory Stick is a removable flash memory card format, launched by Sony in October 1998, and is also used in general to describe the whole family of Memory Sticks. In addition to the original Memory Stick, this family includes the Memory Stick PRO, a revision that allows greater maximum storage capacity and faster file transfer speeds; Memory Stick Duo, a small-form-factor version of the Memory Stick (including the PRO Duo); and the even smaller Memory Stick Micro (M2). In December 2006 Sony added the Memory Stick PRO-HG, a high speed variant of the PRO to be used in high definition still and video cameras.
wikipedia.org/wiki/Memory_Stick_Pro
Mouse
In computing, a mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface. Physically, a mouse consists of an object held under one of the user's hands, with one or more buttons. It sometimes features other elements, such as "wheels", which allow the user to perform various system-dependent operations, or extra buttons or features that can add more control or dimensional input. The mouse's motion typically translates into the motion of a cursor on a display, which allows for fine control of a graphical user interface.
wikipedia.org/wiki/Mouse_(computing
Mash Up
In Web development, a mashup is a Web page or application that uses and combines data, presentation or functionality from two or more sources to create new services. The term implies easy, fast integration, frequently using open APIs and data sources to produce enriched results that were not necessarily the original reason for producing the raw source data.
The main characteristics of the mashup are combination, visualization, and aggregation. It is important to make existing data more useful, moreover for personal and professional use.
To be able to permanently access the data of other services, mashups are generally client applications or hosted online. Since 2010, two major mashup vendors have added support for hosted deployment based on Cloud computing solutions; that are Internet-based computing, whereby shared resources, software, and information are provided to computers and other devices on demand, like the electricity grid.
wikipedia.org/wiki/Mashup_(web_application_hybrid
Meta Tags
Meta elements are the HTML or XHTML element used to provide structured metadata about a Web page. Multiple elements are often used on the same page: the element is the same, but its attributes are different. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other
head
elements and attributes.The meta element has two uses: either to emulate the use of the HTTP response header, or to embed additional metadata within the HTML document.
wikipedia.org/wiki/Meta_element
Mirror
AARNet's mirror archive was established as a pilot project in 1998 as a recommendation for a Large Object Cache from the AARNet2 Caching and Mirroring working group. The initial digital curator was Jason Andrade
It aims to provide cost savings on international traffic and improved performance to frequently accessed archives to AARNet's members.
The initial deployment was a 4 processor Sun SS1000 with 256M of ram and 50G of disk, based at the University of Queensland within the Questnet regional network.
Over two years, the server was upgraded to 1G of ram (via a donation) and approximately 500 Gigabytes of disk space from UQ and AARNet. This was reaching the limits of the base hardware and a decision was made to upgrade the system
Navigation
A graphics tablet is a computer input device that allows one to hand-draw images and graphics, similar to the way one draws images with a pencil and paper. These tablets may also be used to capture data or handwritten signatures. It can also be used to trace an image from a piece of paper which is taped or otherwise secured to the surface. Capturing data in this way, either by tracing or entering the corners of linear poly-lines or shapes is called digitizing.
A graphics tablet consists of a flat surface upon which the user may "draw" or trace an image using an attached stylus, a pen-like drawing apparatus. The image generally does not appear on the tablet itself but, rather, is displayed on the computer monitor. Some tablets, however, come as a functioning secondary computer screen that you can interact with images directly by using the stylus.
Some tablets are intended as a general replacement for a mouse as the primary pointing and navigation device for desktop computers.
wikipedia.org/wiki/Navigational
Noise
In common use, the word noise means any unwanted sound. In both analog and digital electronics, noise is an unwanted perturbation to a wanted signal; it is called noise as a generalisation of the audible noise heard when listening to a weak radio transmission. Signal noise is heard as acoustic noise if played through a loudspeaker; it manifests as 'snow' on a television or video image. Noise can block, distort, change or interfere with the meaning of a message in human, animal and electronic communication.
In signal processing or computing it can be considered unwanted data without meaning; that is, data that is not being used to transmit a signal, but is simply produced as an unwanted by-product of other activities. "Signal-to-noise ratio" is sometimes used informally to refer to the ratio of useful information to false or irrelevant data in a conversation or exchange, such as off-topic posts and spam in online discussion forums and other online communities.
wikipedia.org/wiki/Noise

OSP
An online service provider can for example be an internet service provider, email provider, news provider (press), entertainment provider (music, movies), search, e-shopping site (online stores), e-finance or e-banking site, e-health site, e-government site, Wikipedia, Usenet (commonly accessed through Google Groups).[ In its original more limited definition it referred only to a commercial computer communication service in which paid members could dial via a computer modem the service's private computer network and access various services and information resources such a bulletin boards, downloadable files and programs, news articles, chat rooms, and electronic mail services. The term "online service" was also used in references to these dial-up services. The traditional dial-up online service differed from the modern Internet service provider in that they provided a large degree of content that was only accessible by those who subscribed to the online service, while ISP mostly serves to provide access to the internet and generally provides little if any exclusive content of its own. wikipedia.org/wiki/OSP
Open Source
Open-source software (OSS) is computer software that is available in source code form for which the source code and certain other rights normally reserved for copyright holders are provided under a software license that permits users to study, change, improve and at times also to distribute the software.
Some open source licenses meet the requirements of the Open Source Definition. Some open source software is available within the public domain.
Open source software is very often developed in a public, collaborative manner. Open-source software is the most prominent example of open-source development and often compared to (technically defined) user-generated content or (legally defined) open content movement
.wikipedia.org/wiki/Open-source_software
Opacity
In computer science, an opaque data type is a data type that is incompletely defined in an interface, so that ordinary client programs can only manipulate data of that type by calling procedures that have access to the missing information.
Some languages, such as C, allow the declaration of opaque records (structs), whose size and fields are hidden from the client. The only thing that the client can do with an object of such a type is to take its address, to produce an opaque pointer.If the information provided by the interface is sufficient to determine the type's size, then clients can declare variables, fields, and arrays of that type, assign their values, and possibly compare them for equality. This is usually the case for opaque pointers..Some languages allow partially opaque types, e.g. a record which has some public fields, known and accessible to all clients, and some hidden fields which are not revealed in the interface. Such types play a fundamental role in object-oriented programming.
The information which is missing in the interface may be declared in its implementation, or in another "friends-only" interface. This second option allows the hidden information to be shared by two or more modules.
RGB is a convenient color model for computer graphics because the human visual system works in a way that is similar — though not quite identical — to an RGB color space. The most commonly used RGB color spaces are sRGB and Adobe RGB (larger gamut). Adobe has recently developed another color space called Adobe Wide Gamut RGB, which is even larger, in detriment to gamut density.
As of 2007, sRGB is by far the most commonly used RGB color space, particularly in consumer grade digital cameras, HD video cameras, and computer monitors. HDTVs use a similar space, sharing the sRGB primaries, commonly called Rec. 709. sRGB is considered adequate for most consumer applications. Having all devices use the same color space is convenient in that an image does not need to be converted from one color space to another before being displayed. However, sRGB's limited gamut leaves out many highly saturated colors that can be produced by printers or in film, and thus is not ideal for some high quality applications. The wider gamut Adobe RGB is being built into more medium-grade digital cameras, and is favored by many professional graphic artists for its larger gamut
.wikipedia.org/wiki/RGB_color_space
Resolution
The term resolution is often used for a pixel count in digital imaging, even though American, Japanese, and international standards specify that it should not be so used, at least in the digital camera fieldAn image of N pixels high by M pixels wide can have any resolution less than N lines per picture height, or N TV lines. But when the pixel counts are referred to as resolution, the convention is to describe the pixel resolution with the set of two positive integer numbers, where the first number is the number of pixel columns (width) and the second is the number of pixel rows (height), for example as 640 by 480. Another popular convention is to cite resolution as the total number of pixels in the image, typically given as number of megapixels, which can be calculated by multiplying pixel columns by pixel rows and dividing by one million. Other conventions include describing pixels per length unit or pixels per area unit, such as pixels per inch or per square inch. None of these pixel resolutions are true resolutions, but they are widely referred to as such; they serve as upper bounds on image resolution.
According to the same standards, the number of effective pixels that an image sensor or digital camera has is the count of elementary pixel sensors that contribute to the final image, as opposed to the number of total pixels, which includes unused or light-shielded pixels around the edges.
wikipedia.org/wiki/Resolution
Raster Graphics
In computer graphics, a raster graphics image or bitmap is a data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. Raster images are stored in image files with varying formats. A bitmap corresponds bit-for-bit with an image displayed on a screen, generally in the same format used for storage in the display's video memory, or maybe as a device-independent bitmap. A bitmap is technically characterized by the width and height of the image in pixels and by the number of bits per pixel (a color depth, which determines the number of colors it can represent).
wikipedia.org/wiki/Raster_graphics
Rollover Button
Rollover refers to a button created by a web developer or web designer, found within a web page, used to provide interactivity between the user and the page itself. The term rollover in this regard originates from the visual process of "rolling the mouse cursor over the button" causing the button to react (usually visually, by replacing the button's source image with another image), and sometimes resulting in a change in the web page itself. The part of the term 'roll' is probably referring to older mice which had a mechanical assembly consisting of a hard rubber ball housed in the base of the mouse (which rolls) contrary to the modern optical mouse, which has no 'rolling' parts. The term mouseover is probably more appropriate considering current technology.
Rollovers can be done by imagery, text or buttons. The user only requires 2 images/buttons (with the possible addition of "alt" text to these images) to perform this interactive action. Rollover imagery can be done either by a program with a built-in tool or script coding.
wikipedia.org/wiki/Rollover_(web_design
RAM
Random-access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order in a constant time, regardless of its physical location and whether it is related to the previous piece of data RAM is often associated with volatile types of memory (such as DRAM memory modules), where it's stored information is lost if the power is removed. Many other types of non-volatile memory are RAM as well, including most types of ROM and a type of flash memory called NOR-Flash. The first RAM modules to come into the market were created in 1951 and were sold until the late 1960s and early 1970s.
wikipedia.org/wiki/Random-access_memory
Search Engine
A web search engine is designed to search for information on the World Wide Web and FTP servers. The search results are generally presented in a list of results and are often called hits. The information may consist of web pages, images, information and other types of files. Some search engines also mine data available in databases or open directories. Unlike web directories, which are maintained by human editors, search engines operate algorithmically or are a mixture of algorithmic and human input.
wikipedia.org/wiki/Web_search_engine
Scripting Languages
A scripting language is a command set targeted at controlling some specific piece of hardware, software, or operating system, often with rudimentary and in some cases more advanced programming-like control flow constructs, and almost always usable from a stored format such as a simple text file, a section of read-only persistent storage in an embedded device, a deck of punched cards, or other mechanism. Stored sets of commands, especially those stored in files, can be generically called scripts, but usually have more specific names depending on their purpose and context.
While scripting languages sometimes evolve towards or are based upon some more conventional programming language, a key differentiator is that even these scripting languages almost never use the normal toolchain characteristic of the language they resemble. For example, a C-like scripting language will not use the GNU gcc compiler, for at the point where it does, it is no longer a scripting language, but C itself. Most scripting languages use no compiler at all, instead being interpreted on the fly by the application itself, sometimes after being converted to a bytecode or other intermediate form that can be interpreted more quickly by the application, which by contrast is typically a program compiled to native machine codeScripting languages intended to allow end users to extend the functionality of specific software packages are a subset of extension languages. Scripts are distinct from the core code of the application in which they are used, often segregated by one or more aspects of implementation language, access rights, storage area, and an inability to run outside of the context of the hosting application. Scripts are often the principal mechanism provided for the extension of an application or operating system command set by the end-user. actors
wikipedia.org/wiki/Scripting_languages
Spam
Spam is the use of electronic messaging systems (including most broadcast media, digital delivery systems) to send unsolicited bulk messages indiscriminately. While the most widely recognized form of spam is e-mail spam, the term is applied to similar abuses in other media: instant messaging spam, Usenet newsgroup spam, Web search engine spam, spam in blogs, wiki spam, online classified ads spam, mobile phone messaging spam, Internet forum spam, junk fax transmissions, social networking spam, television advertising and file sharing network spam.
Spamming remains economically viable because advertisers have no operating costs beyond the management of their mailing lists, and it is difficult to hold senders accountable for their mass mailings. Because the barrier to entry is so low, spammers are numerous, and the volume of unsolicited mail has become very high. In the year 2011 the estimated figure for spam messages are around seven trillion.
wikipedia.org/wiki/Spam_(electronic
Streaming Media
Streaming media is multimedia that is constantly received by and presented to an end-user while being delivered by a streaming provider The name refers to the delivery method of the medium rather than to the medium itself. The distinction is usually applied to media that are distributed over telecommunications networks, as most other delivery systems are either inherently streaming (e.g., radio, television) or inherently non-streaming (e.g., books, video cassettes, audio CDs). The verb 'to stream' is also derived from this term, meaning to deliver media in this manner. Internet television is a commonly streamed medium.
Live streaming, more specifically, means taking the media and broadcasting it live over the Internet. The process involves a camera for the media, an encoder to digitize the content, a media publisher where the streams are made available to potential end-users and a content delivery network to distribute and deliver the content. The media can then be viewed by end-users live.
Security remains one of the main challenges with this new methodology. Digital rights management (DRM) systems are an example of a solution to keep this content secure.
wikipedia.org/wiki/Online_streaming
Scanner Types
In computing, an image scanner—often abbreviated to just scanner— is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image. Common examples found in offices are variations of the desktop (or flatbed) scanner where the document is placed on a glass window for scanning. Hand-held scanners, where the device is moved by hand, have evolved from text scanning "wands" to 3D scanners used for industrial design, reverse engineering, test and measurement, orthotics, gaming and other applications. Mechanically driven scanners that move the document are typically used for large-format documents, where a flatbed design would be impractical.
Modern scanners typically use a charge-coupled device (CCD) or a Contact Image Sensor (CIS) as the image sensor, whereas older drum scanners use a photomultiplier tube as the image sensor. A rotary scanner, used for high-speed document scanning, is another type of drum scanner, using a CCD array instead of a photomultiplier.
wikipedia.org/wiki/Image_scanner
Stop Frame Animation
Stop motion (also known as stop action) is an animation technique to make a physically manipulated object appear to move on its own. The object is moved in small increments between individually photographed frames, creating the illusion of movement when the series of frames is played as a continuous sequence. Clay figures are often used in stop motion for their ease of repositioning. Motion animation using clay is called clay animation or clay-mation.
wikipedia.org/wiki/Stop_motion
Saturation
Saturation is one of three coordinates in the HSL and HSV color spaces. Note that virtually all computer software implementing these spaces use a very rough approximation to calculate the value they call "saturation", such as the formula described for HSV and this value has little, if anything, to do with the description shown here.
The saturation of a color is determined by a combination of light intensity and how much it is distributed across the spectrum of different wavelengths. The purest color is achieved by using just one wavelength at a high intensity, such as in laser light. If the intensity drops, so does the saturation. To desaturate a color in a subtractive system (such as watercolor), one can add white, black, gray, or the hue's complement.
wikipedia.org/wiki/Colorfulness
As of 2007, sRGB is by far the most commonly used RGB color space, particularly in consumer grade digital cameras, HD video cameras, and computer monitors. HDTVs use a similar space, sharing the sRGB primaries, commonly called Rec. 709. sRGB is considered adequate for most consumer applications. Having all devices use the same color space is convenient in that an image does not need to be converted from one color space to another before being displayed. However, sRGB's limited gamut leaves out many highly saturated colors that can be produced by printers or in film, and thus is not ideal for some high quality applications. The wider gamut Adobe RGB is being built into more medium-grade digital cameras, and is favored by many professional graphic artists for its larger gamut
.wikipedia.org/wiki/RGB_color_space
Resolution
The term resolution is often used for a pixel count in digital imaging, even though American, Japanese, and international standards specify that it should not be so used, at least in the digital camera fieldAn image of N pixels high by M pixels wide can have any resolution less than N lines per picture height, or N TV lines. But when the pixel counts are referred to as resolution, the convention is to describe the pixel resolution with the set of two positive integer numbers, where the first number is the number of pixel columns (width) and the second is the number of pixel rows (height), for example as 640 by 480. Another popular convention is to cite resolution as the total number of pixels in the image, typically given as number of megapixels, which can be calculated by multiplying pixel columns by pixel rows and dividing by one million. Other conventions include describing pixels per length unit or pixels per area unit, such as pixels per inch or per square inch. None of these pixel resolutions are true resolutions, but they are widely referred to as such; they serve as upper bounds on image resolution.
According to the same standards, the number of effective pixels that an image sensor or digital camera has is the count of elementary pixel sensors that contribute to the final image, as opposed to the number of total pixels, which includes unused or light-shielded pixels around the edges.
wikipedia.org/wiki/Resolution
Raster Graphics
In computer graphics, a raster graphics image or bitmap is a data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. Raster images are stored in image files with varying formats. A bitmap corresponds bit-for-bit with an image displayed on a screen, generally in the same format used for storage in the display's video memory, or maybe as a device-independent bitmap. A bitmap is technically characterized by the width and height of the image in pixels and by the number of bits per pixel (a color depth, which determines the number of colors it can represent).
wikipedia.org/wiki/Raster_graphics
Rollover Button
Rollover refers to a button created by a web developer or web designer, found within a web page, used to provide interactivity between the user and the page itself. The term rollover in this regard originates from the visual process of "rolling the mouse cursor over the button" causing the button to react (usually visually, by replacing the button's source image with another image), and sometimes resulting in a change in the web page itself. The part of the term 'roll' is probably referring to older mice which had a mechanical assembly consisting of a hard rubber ball housed in the base of the mouse (which rolls) contrary to the modern optical mouse, which has no 'rolling' parts. The term mouseover is probably more appropriate considering current technology.
Rollovers can be done by imagery, text or buttons. The user only requires 2 images/buttons (with the possible addition of "alt" text to these images) to perform this interactive action. Rollover imagery can be done either by a program with a built-in tool or script coding.
wikipedia.org/wiki/Rollover_(web_design
RAM
Random-access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order in a constant time, regardless of its physical location and whether it is related to the previous piece of data RAM is often associated with volatile types of memory (such as DRAM memory modules), where it's stored information is lost if the power is removed. Many other types of non-volatile memory are RAM as well, including most types of ROM and a type of flash memory called NOR-Flash. The first RAM modules to come into the market were created in 1951 and were sold until the late 1960s and early 1970s.
wikipedia.org/wiki/Random-access_memory
Search Engine
A web search engine is designed to search for information on the World Wide Web and FTP servers. The search results are generally presented in a list of results and are often called hits. The information may consist of web pages, images, information and other types of files. Some search engines also mine data available in databases or open directories. Unlike web directories, which are maintained by human editors, search engines operate algorithmically or are a mixture of algorithmic and human input.
wikipedia.org/wiki/Web_search_engine
Scripting Languages
A scripting language is a command set targeted at controlling some specific piece of hardware, software, or operating system, often with rudimentary and in some cases more advanced programming-like control flow constructs, and almost always usable from a stored format such as a simple text file, a section of read-only persistent storage in an embedded device, a deck of punched cards, or other mechanism. Stored sets of commands, especially those stored in files, can be generically called scripts, but usually have more specific names depending on their purpose and context.
While scripting languages sometimes evolve towards or are based upon some more conventional programming language, a key differentiator is that even these scripting languages almost never use the normal toolchain characteristic of the language they resemble. For example, a C-like scripting language will not use the GNU gcc compiler, for at the point where it does, it is no longer a scripting language, but C itself. Most scripting languages use no compiler at all, instead being interpreted on the fly by the application itself, sometimes after being converted to a bytecode or other intermediate form that can be interpreted more quickly by the application, which by contrast is typically a program compiled to native machine codeScripting languages intended to allow end users to extend the functionality of specific software packages are a subset of extension languages. Scripts are distinct from the core code of the application in which they are used, often segregated by one or more aspects of implementation language, access rights, storage area, and an inability to run outside of the context of the hosting application. Scripts are often the principal mechanism provided for the extension of an application or operating system command set by the end-user. actors
wikipedia.org/wiki/Scripting_languages
Spam
Spam is the use of electronic messaging systems (including most broadcast media, digital delivery systems) to send unsolicited bulk messages indiscriminately. While the most widely recognized form of spam is e-mail spam, the term is applied to similar abuses in other media: instant messaging spam, Usenet newsgroup spam, Web search engine spam, spam in blogs, wiki spam, online classified ads spam, mobile phone messaging spam, Internet forum spam, junk fax transmissions, social networking spam, television advertising and file sharing network spam.
Spamming remains economically viable because advertisers have no operating costs beyond the management of their mailing lists, and it is difficult to hold senders accountable for their mass mailings. Because the barrier to entry is so low, spammers are numerous, and the volume of unsolicited mail has become very high. In the year 2011 the estimated figure for spam messages are around seven trillion.
wikipedia.org/wiki/Spam_(electronic
Streaming Media
Streaming media is multimedia that is constantly received by and presented to an end-user while being delivered by a streaming provider The name refers to the delivery method of the medium rather than to the medium itself. The distinction is usually applied to media that are distributed over telecommunications networks, as most other delivery systems are either inherently streaming (e.g., radio, television) or inherently non-streaming (e.g., books, video cassettes, audio CDs). The verb 'to stream' is also derived from this term, meaning to deliver media in this manner. Internet television is a commonly streamed medium.
Live streaming, more specifically, means taking the media and broadcasting it live over the Internet. The process involves a camera for the media, an encoder to digitize the content, a media publisher where the streams are made available to potential end-users and a content delivery network to distribute and deliver the content. The media can then be viewed by end-users live.
Security remains one of the main challenges with this new methodology. Digital rights management (DRM) systems are an example of a solution to keep this content secure.
wikipedia.org/wiki/Online_streaming
Scanner Types
In computing, an image scanner—often abbreviated to just scanner— is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image. Common examples found in offices are variations of the desktop (or flatbed) scanner where the document is placed on a glass window for scanning. Hand-held scanners, where the device is moved by hand, have evolved from text scanning "wands" to 3D scanners used for industrial design, reverse engineering, test and measurement, orthotics, gaming and other applications. Mechanically driven scanners that move the document are typically used for large-format documents, where a flatbed design would be impractical.
Modern scanners typically use a charge-coupled device (CCD) or a Contact Image Sensor (CIS) as the image sensor, whereas older drum scanners use a photomultiplier tube as the image sensor. A rotary scanner, used for high-speed document scanning, is another type of drum scanner, using a CCD array instead of a photomultiplier.
wikipedia.org/wiki/Image_scanner
Stop Frame Animation
Stop motion (also known as stop action) is an animation technique to make a physically manipulated object appear to move on its own. The object is moved in small increments between individually photographed frames, creating the illusion of movement when the series of frames is played as a continuous sequence. Clay figures are often used in stop motion for their ease of repositioning. Motion animation using clay is called clay animation or clay-mation.
wikipedia.org/wiki/Stop_motion
Saturation
Saturation is one of three coordinates in the HSL and HSV color spaces. Note that virtually all computer software implementing these spaces use a very rough approximation to calculate the value they call "saturation", such as the formula described for HSV and this value has little, if anything, to do with the description shown here.
The saturation of a color is determined by a combination of light intensity and how much it is distributed across the spectrum of different wavelengths. The purest color is achieved by using just one wavelength at a high intensity, such as in laser light. If the intensity drops, so does the saturation. To desaturate a color in a subtractive system (such as watercolor), one can add white, black, gray, or the hue's complement.
wikipedia.org/wiki/Colorfulness
SLR Camera
A single-lens reflex (SLR) camera is a camera that typically uses a semi-automatic moving mirror system that permits the photographer to see exactly what will be captured by the film or digital imaging system (after a very small delay), as opposed to pre-SLR cameras where the view through the viewfinder could be significantly different from what was captured on film. (The Canon Pellix film camera was an exception wherein the mirror was a fixed beamsplitting pellicle.)
wikipedia.org/wiki/Single-lens_reflex_camera
Scrolling
In computer graphics, movies, television, and other kinetic displays, scrolling is sliding text, images or video across a monitor or display. "Scrolling", as such, does not change the layout of the text or pictures, or but incrementally moves (pans or tilts) the user's view across what is apparently a larger image that is not wholly seen. A common special effect is to scroll credits, while leaving the background stationary. Smooth scrolling is a feature to reduce what the viewer would perceive as "jumps" (discontinuous movement) in the display. The computational effort of moving images and video smoothly is high, therefore successful smooth scrolling in text is most common. Frame rate is speed at which an entire image is redisplayed. It is related to scrolling, in that changes to text and image position can only happen as often as the image can be redisplayed.
wikipedia.org/wiki/Scrolling
Thumbnail
Thumbnails are reduced-size versions of pictures, used to help in recognizing and organizing them, serving the same role for images as a normal text index does for words. In the age of digital images, visual search engines and image-organizing programs normally use thumbnails, as do most modern operating systems or desktop environments, such as Microsoft Windows,
wikipedia.org/wiki/Thumbnail
Tiff File
Tagged Image File Format (abbreviated TIFF) is a file format for storing images, popular among Apple Macintosh owners, graphic artists, the publishing industry and both amateur and professional photographers in general. As of 2009, it is under the control of Adobe Systems. Originally created by the company Aldus[2] for use with what was then called "desktop publishing", the TIFF format is widely supported by image-manipulation applications, by publishing and page layout applications, by scanning, faxing, word processing, optical character recognition and other applications Adobe Systems, which acquired Aldus, now holds the copyright to the TIFF specification.
wikipedia.org/wiki/Tagged_Image_File_Format
Tone
Definition: In art, tone refers to the degree of lightness or darkness of an area. Tone varies from the bright white of a light source through shades of gray to the deepest black shadows. How we perceive the tone of an object depends on its actual surface lightness or darkness, color and texture, the background and lighting. Tone is may be used broadly ('global tone') to denote the major planes of an object; realist artists use 'local tone' to accurately denote subtle changes within the plane. Dictionary entries sometimes use define tone or as referring to color, but artists use hue or chroma to refer to this quality, preferring to use tone, tonal value, or value to describe lightness or darkness.
wikipedia.org/wiki/Tone
Typography
Typography is the art and technique of arranging type, type design, and modifying type glyphs. Type glyphs are created and modified using a variety of illustration techniques. The arrangement of type involves the selection of typefaces, point size, line length, leading (line spacing), adjusting the spaces between groups of letters (tracking) and adjusting the space between pairs of letters (kerning). Until the Digital Age, typography was a specialized occupation. Digitization opened up typography to new generations of visual designers and lay users.
wikipedia.org/wiki/Typography_design
wikipedia.org/wiki/Tone
Typography
Typography is the art and technique of arranging type, type design, and modifying type glyphs. Type glyphs are created and modified using a variety of illustration techniques. The arrangement of type involves the selection of typefaces, point size, line length, leading (line spacing), adjusting the spaces between groups of letters (tracking) and adjusting the space between pairs of letters (kerning). Until the Digital Age, typography was a specialized occupation. Digitization opened up typography to new generations of visual designers and lay users.
wikipedia.org/wiki/Typography_design