|
|
Q
QBE
Stands for "Query By Example." QBE is a feature included with various database applications that provides a user-friendly method of running database queries. Typically without QBE, a user must write input commands using correct SQL (Structured Query Language) syntax. This is a standard language that nearly all database programs support. However, if the syntax is slightly incorrect the query may return the wrong results or may not run at all.
The Query By Example feature provides a simple interface for a user to enter queries. Instead of writing an entire SQL command, the user can just fill in blanks or select items to define the query she wants to perform. For example, a user may want to select an entry from a table called "Table1" with an ID of 123. Using SQL, the user would need to input the command, "SELECT * FROM Table1 WHERE ID = 123". The QBE interface may allow the user to just click on Table1, type in "123" in the ID field and click "Search."
QBE is offered with most database programs, though the interface is often different between applications. For example, Microsoft Access has a QBE interface known as "Query Design View" that is completely graphical. The phpMyAdmin application used with MySQL, offers a Web-based interface where users can select a query operator and fill in blanks with search terms. Whatever QBE implementation is provided with a program, the purpose is the same – to make it easier to run database queries and to avoid the frustrations of SQL errors.
Qi Wireless Charging
Qi wireless charging is a new system where devices are wirelessly charged using a process called induction transfer. Instead of using a cable or connector to connect the device to a wall socket or other electrical source, users simply set devices in proximity to a wireless pad that allows the device to charge.
QNX
QNX is an Unix-like, real-time operating system that is embedded in cars, medical devices, machinery, and other devices. The QNX operating system contains a microkernel that handles basic core tasks and a group of servers / daemons outside of the kernel that handle most other tasks. This design gives end-users and developers greater control (i.e. freedom) over the operating system.[1] BlackBerry (formerly RIM) devices such as the BlackBerry PlayBook tablet and the BlackBerry smartphone use modified versions of the QNX operating system.
QR Code
A QR code (short for "quick response" code) is a type of barcode that contains a matrix of dots. It can be scanned using a QR scanner or a smartphone with built-in camera. Once scanned, software on the device converts the dots within the code into numbers or a string of characters. For example, scanning a QR code with your phone might open a URL in your phone's web browser.
All QR codes have a square shape and include three square outlines in the bottom-left, top-left, and top-right corners. These square outlines define the orientation of the code. The dots within the QR code contain format and version information as well as the content itself. QR codes also include a certain level of error correction, defined as L, M, Q, or H. A low amount of error correction (L) allows the QR code to contain more content, while higher error correction (H) makes the code easier to scan.
QR codes have two significant benefits over traditional UPCs – the barcodes commonly used in retail packaging. First, since QR codes are two-dimensional, they can contain significantly more data than a one-dimensional UPC. While a UPC may include up to 25 different characters, a 33x33 (version 4) QR code, can contain 640 bits or 114 alphanumeric characters. A 177x177 (version 40) QR code can store up to 23,648 bits or 4,296 characters.
Another advantage of QR codes is that they can be scanned from a screen. Standard UPC scanners use a laser to scan barcodes, which means they typically cannot scan a UPC from a screen (like a smartphone). QR scanners, however, are designed to capture 2D images printed on paper or displayed on a screen. This makes it possible to use a QR code on your smartphone as a boarding pass at the airport or as a ticket for an event.
Quad-Core
A quad-core CPU has four processing cores in a single chip. It is similar to a dual-core CPU, but has four separate processors (rather than two), which can process instructions at the same time.
Quad-core CPUs have become more popular in recent years as the clock speeds of processors have plateaued. By including multiple cores in a single CPU, chip manufacturers can generate higher performance without boosting the clock speed. However, the performance gain can only be realized if the computer's software supports multiprocessing. This allows the software to split the processing load between multiple processors (or "cores") instead of only using one processor at a time. Fortunately, most modern operating systems and many programs provide support for multiprocessing.
Some examples of quad-core CPUs include the Intel Core 2 Quad, Intel Nehalem, and AMD Phenom X4 processors. The Intel processors are used in Mac, Windows, and Linux systems, while the AMD processors are only used in Windows and Linux systems. While four cores may seems impressive, some high end computers have two quad-core CPUs, giving them a total of eight processing cores. Now that is some core power!
Query
Query is another word for question. In fact, outside of computing terminology, the words "query" and "question" can be used interchangeably. For example, if you need additional information from someone, you might say, "I have a query for you." In computing, queries are also used to retrieve information. However, computer queries are sent to a computer system and are processed by a software program rather than a person.
One type of query, which many people perform multiple times a day, is a search query. Each time you search for something using a search engine, you perform a search query. When you press Enter, the keywords are sent to the search engine and are processed using an algorithm that retrieves related results from the search index. The results of your query appear on a search engine results page, or SERP.
Another common type of query is a database query. Databases store data in a structured format, which can be accessed using queries. In fact, the structured query language (SQL) was designed specifically for this purpose. Users can create SQL queries that retrieve specific information from a database. For example, an human resources manager may perform a query on an employee database that selects all employees in a specific department that were hired between 11 and 12 months ago. The results might be used to provide the department head with current candidates for an annual review.
While you may not always notice them, computer queries are happening all the time. For instance, most dynamic websites query a database each time you visit a new page. Software applications often contain background functions that perform queries based on your input. While many types of computer queries exist, their basic purpose is the same — to receive an answer to a question.
NOTE: The word "query" can be used as either noun or a verb. For example, you can "perform a search query" or "query a database." Both examples are correct uses of the word "query."
Queue
To avoid any confusion, this term is pronounced exactly like the letter "Q". It is not pronounced "kay" or "kyoo-ee" like some people seem to think it is. A queue is a list of jobs that are awaiting to be processed. When a job is sent to a queue, it is simply added to the list of jobs. Computer programs often work with queues as a way to order tasks. For example, when the CPU finishes one computation, it will process the next one in the queue.
A printer queue is a list of documents that are waiting to be printed. When you decide to print a document, it is sent to the printer queue. If there are no jobs currently in the queue, the document will be printed immediately. However, if there are jobs already in the queue, the new document will be added to the list and printed when the others have finished. Most printers today come with software that allows you to manually sort, cancel, and add jobs to the printer queue. While this may not seem like a great benefit for the typical home user, it can be a helpful tool for businesses where many people share one printer.
Quick Launch Toolbar
Apple released the first version of QuickTime in 1991. For over two decades, it was the standard media technology used in macOS, including OS X. During this time, Apple released several versions of QuickTime Player, through version 7.x. In 1998, Apple released a "Pro" version as a paid upgrade. QuickTime Player Pro provided more editing features and additional file format support than the free version.
In 2009, Apple released Mac OS X 10.6 Snow Leopard, which included a new version of QuickTime called QuickTime X. This modernized version of QuickTime Player was bundled with macOS through version 10.14 Mojave, released in 2018. Apple did not release QuickTime X for Windows, but did offer several versions of QuickTime Player for Windows, through version 7.7.9. Apple discontinued support for the Windows version of QuickTime Player in early 2016.
QuickTime
Apple released the first version of QuickTime in 1991. For over two decades, it was the standard media technology used in macOS, including OS X. During this time, Apple released several versions of QuickTime Player, through version 7.x. In 1998, Apple released a "Pro" version as a paid upgrade. QuickTime Player Pro provided more editing features and additional file format support than the free version.
In 2009, Apple released Mac OS X 10.6 Snow Leopard, which included a new version of QuickTime called QuickTime X. This modernized version of QuickTime Player was bundled with macOS through version 10.14 Mojave, released in 2018. Apple did not release QuickTime X for Windows, but did offer several versions of QuickTime Player for Windows, through version 7.7.9. Apple discontinued support for the Windows version of QuickTime Player in early 2016.
File extensions:.MOV,.QT,.MP4
QWERTY
- keyboard named after the first six keys in the upper left part of the keyboard
- a standard keyboard
|
|