Category : Software

WAMP Definition Stands for “Windows, Apache, MySQL, and PHP.” WAMP is a variation of LAMP for Windows systems and is often installed as a software bundle (Apache, MySQL, and PHP). It is often used for web development and internal testing, but may also be used to serve live websites. The most important part of the WAMP package is Apache (or “Apache HTTP Server”) ..

Read more

MySQL Definition MySQL, pronounced either “My S-Q-L” or “My Sequel,” is an open source relational database management system. It is based on the structure query language (SQL), which is used for adding, removing, and modifying information in the database. Standard SQL commands, such as ADD, DROP, INSERT, and UPDATE can be used with MySQL. MySQL ..

Read more

Database Definition A database is a data structure that stores organized information. Most databases contain multiple tables, which may each include several different fields. For example, a company database may include tables for products, employees, and financial records. Each of these tables would have different fields that are relevant to the information stored in the ..

Read more

SQL Definition Stands for “Structured Query Language,” and can be pronounced as either “sequel” or “S-Q-L.” It is a query language used for accessing and modifying information in a database. Some common SQL commands include “insert,” “update,” and “delete.” The language was first created by IBM in 1975 and was called SEQUEL for “Structured English ..

Read more

Perl Definition Perl actually stands for “Practical Extraction and Report Language,” but you don’t really need to know that unless you want to impress your nerd friends. Perl is a scripting language which uses a syntax similar to C/C++. It is commonly used by Web programmers to create scripts for Web servers. Perl is especially ..

Read more

Script Definition A computer script is a list of commands that are executed by a certain program or scripting engine. Scripts may be used to automate processes on a local computer or to generate Web pages on the Web. For example, DOS scripts and VB Scripts may be used to run processes on Windows machines, ..

Read more

File Extension Definition A file extension (or simply “extension”) is the suffix at the end of a filename that indicates what type of file it is. For example, in the filename “myreport.txt,” the .TXT is the file extension. It indicates the file is a text document. Some other examples include .DOCX, which is used for Microsoft Word documents, and .PSD, which is the ..

Read more

Trojan Horse Definition In Greek mythology, there is a story about the Trojan War. This war lasted many years, as the Greeks could not penetrate the heavily barricaded city of Troy. So one day, a few of the Greek soldiers brought the people of Troy a large wooden horse, which they accepted as a peace ..

Read more

GUI Definition Stands for “Graphical User Interface” and is pronounced “gooey.” It is a user interface that includes graphical elements, such as windows, icons and buttons. The term was created in the 1970s to distinguish graphical interfaces from text-based ones, such as command line interfaces. However, today nearly all digital interfaces are GUIs. The first commercially available GUI, called “PARC,” was developed by ..

Read more

Android Definition Android is a mobile operating system developed by Google. It is used by several smartphones and tablets. Examples include the Sony Xperia, the Samsung Galaxy, and the Google Nexus One. The Android operating system (OS) is based on the Linux kernel. Unlike Apple’s iOS, Android is open source, meaning developers can modify and customize the OS for each phone. Therefore, different ..

Read more