Login Definition

Login Definition A login is a set of credentials used to authenticate a user. Most often, these consist of a username and password. However, a login may include other information, such as a PIN number, passcode, or passphrase. Some logins require a biometric identifier, such as a fingerprint or retina scan. Logins are used by websites, computer applications, and mobile apps. They are a security measure designed to prevent unauthorized access to confidential data. When a login fails (i.e, the us...
Read More

Meme Definition

Meme Definition A meme is a concept or behavior that spreads from person to person. Examples of memes include beliefs, fashions, stories, and phrases. In previous generations, memes typically spread within local cultures or social groups. However, now that the Internet has created a global community, memes can span countries and cultures across the world. Memes that are propogated online are called "Internet memes." Examples of behavioral Internet memes include using Facebook and checking email...
Read More

HTTP Definition

HTTP Definition Stands for "Hypertext Transfer Protocol." HTTP is the protocol used to transfer data over the web. It is part of the Internet protocol suite and defines commands and services used for transmitting webpage data. HTTP uses a server-client model. A client, for example, may be a home computer, laptop, or mobile device. The HTTP server is typically a web host running web server software, such as Apache or IIS. When you access a website, your browser sends a request to the correspondi...
Read More

Data Transfer Rate Definition

Data Transfer Rate Definition The data transfer rate is commonly used to measure how fast data is transferred from one location to another. For example, a hard drive may have a maximum data transfer rate of 480 Mbps, while your ISP may offer an Internet connection with a maximum data transfer rate of only 1.5 Mbps. Data transfer rates are typically measured in bits per second (bps) as opposed to bytes per second, which can be understandably confusing. Because there are eight bits in a byte, a s...
Read More

RTE Definition

RTE Definition Stands for "Runtime Environment." As soon as a software program is executed, it is in a runtime state. In this state, the program can send instructions to the computer's processor and access the computer's memory (RAM) and other system resources. When software developers write programs, they need to test them in the runtime environment. Therefore, software development programs often include an RTE component that allows the programmer to test the program while it is running. This ...
Read More

ATA Definition

ATA Definition Stands for "Advanced Technology Attachment." It is a type of disk drive that integrates the drive controller directly on the drive itself. Computers can use ATA hard drives without a specific controller to support the drive. The motherboard must still support an ATA connection, but a separate card (such as a SCSI card for a SCSI hard drive) is not needed. Some different types of ATA standards include ATA-1, ATA-2 (a.k.a. Fast ATA), ATA-3, Ultra ATA (33 MBps maximum transfer rate),...
Read More

IDE Definition

IDE Definition IDE stands for both "Integrated Device Electronics" and "Integrated Development Environment." The first is a hardware term, while the second is related to software programming. 1. Integrated Device Electronics IDE was the most widely-used type of hard drive from the mid 1990s to the late 2000s. The "integrated" aspect of the name describes how the controller is integrated into the drive itself. IDE and ATA are often used synonymously since they both refer to the same type of hard ...
Read More

XML Definition

XML Definition Stands for "Extensible Markup Language." (Yes, technically it should be EML). XML is used to define documents with a standard format that can be read by any XML-compatible application. The language can be used with HTML pages, but XML itself is not a markup language. Instead, it is a "metalanguage" that can be used to create markup languages for specific applications. For example, it can describe items that may be accessed when a Web page loads. Basically, XML allows you to create...
Read More

iOS Definition

iOS Definition iOS is a mobile operating system developed by Apple. It was originally named the iPhone OS, but was renamed to the iOS in June, 2009. The iOS currently runs on the iPhone, iPod touch, and iPad. Like modern desktop operating systems, iOS uses a graphical user interface, or GUI. However, since it is a mobile operating system, iOS is designed around touchscreen input, rather than a keyboard and mouse. For example, applications, or "apps," can be opened by a single tap, rather than a...
Read More

API Definition

API Definition Stands for "Application Programming Interface." An API is a set of commands, functions, protocols, and objects that programmers can use to create software or interact with an external system. It provides developers with standard commands for performing common operations so they do not have to write the code from scratch. APIs are available for both desktop and mobile operating systems. The Windows API, for example, provides developers with user interface controls and elements, su...
Read More