Glossary Flashcards
3G
3G refers to the third generation of cellular data standards. Cell phone companies often market mobile phones as “3G devices,” but there is no single 3G standard. Rather, 3G is a broad label given to cellular technologies that support data transfer rates of 14.4 Mbps or faster.
ADSL
Stands for “Asymmetric Digital Subscriber Line.” ADSL is a type of DSL, which is a method of transferring data over copper telephone lines. While symmetrical DSL (SDSL) uploads and downloads data at the same speed, ADSL has different maximum data transfer rates for uploading and downloading data.
For example, an ADSL connection may allow download rates of 1.5Mbps, while upload speeds may only reach 256Kbps. Since most users download much more data than they upload, this difference usually does not make a noticeable impact on Internet access speeds. However, for Web servers or other computers that send a lot of data upstream, ADSL would be an inefficient choice.
Anti-malware
A utility that searches for and removes any malware on a computer.
Antivirus
A utility that searches for and removes any viruses on a computer
Backup
A backup is a copy of one or more files created as an alternate in case the original data is lost or becomes unusable.
Bandwidth
Bandwidth refers to how much data you can send through a network or modem connection. It is usually measured in bits per second, or “bps.” You can think of bandwidth as a highway with cars travelling on it. The highway is the network connection and the cars are the data. The wider the highway, the more cars can travel on it at one time. Therefore more cars can get to their destinations faster. The same principle applies to computer data – the more bandwidth, the more information that can be transferred within a given amount of time.
Beta Testing
Before a commercial software program is released to the public, it usually goes through a “beta” phase. During this stage, the software is tested for bugs, crashes, errors, inconsistencies, and any other problems.
Bitmap
Most images you see on your computer are composed of bitmaps. A bitmap is a map of dots, or bits (hence the name), that looks like a picture as long you are sitting a reasonable distance away from the screen. Common bitmap filetypes include BMP (the raw bitmap format), JPEG, GIF, PICT, PCX, and TIFF. Because bitmap images are made up of a bunch of dots, if you zoom in on a bitmap, it appears to be very blocky. Vector graphics (created in programs such as Freehand, Illustrator, or CorelDraw) can scale larger without getting blocky.
Bitrate
Bitrate, as the name implies, describes the rate at which bits are transferred from one location to another. In other words, it measures how much data is transmitted in a given amount of time. Bitrate is commonly measured in bits per second (bps), kilobits per second (Kbps), or megabits per second (Mbps). For example, a DSL connection may be able to download data at 768 kbps, while a Firewire 800 connection can transfer data up to 800 Mbps.
Bitrate can also describe the quality of an audio or video file. For example, an MP3 audio file that is compressed at 192 Kbps will have a greater dynamic range and may sound slightly more clear than the same audio file compressed at 128 Kbps. This is because more bits are used to represent the audio data for each second of playback. Similarly, a video file that is compressed at 3000 Kbps will look better than the same file compressed at 1000 Kbps. Just like the quality of an image is measured in resolution, the quality of an audio or video file is measured by the bitrate.
Boot program
The program that is used to start the computer. It is automatically loaded so that its instructions can be fetched when the computer is turned on, and it eventually loads the operating system.
CISC
Stands for “Complex Instruction Set Computing.” This is a type of microprocessor design.
The CISC architecture contains a large set of computer instructions that range from very simple to very complex and specialized. Though the design was intended to compute complex instructions in the most efficient way, it was later found that many small, short instructions could compute complex instructions more efficiently. This led to a design called Reduced Instruction Set Computing (RISC), which is now the other major kind of microprocessor architecture. Intel Pentium processors are mainly CISC-based, with some RISC facilities built into them, whereas the PowerPC processors are completely RISC-based.
Client–server
Network in which the server computers provide services for the client workstations.
Constant
When a constant is declared it must be given a value. The value cannot be changed while the program is running. If the value needs to be changed then only one change needs to be made (where the constant is declared) This updates the value throughout the program. Value cannot be accidentally changed in the program.
Custom-written software
Software that has been written for a particular company and for a particular purpose. It costs more than off the shelf software. It might be needed if software doesn’t already exist that does the job satisfactorily.
DBMS
Stands for “Database Management System.” In short, a DBMS is a database program. Technically speaking, it is a software system that uses a standard method of cataloging, retrieving, and running queries on data. The DBMS manages incoming data, organizes it, and provides ways for the data to be modified or extracted by users or other programs.
Device driver
A small program that is used by the operating system to control peripheral devices. Each device needs a driver to tell the operating system how to communicate with it.
Dual-Core
A dual-core processor is a CPU with two processors or “execution cores” in the same integrated circuit. Each processor has its own cache and controller, which enables it to function as efficiently as a single processor. However, because the two processors are linked together, they can perform operations up to twice as fast as a single processor can.
File allocation table
An index of all the files that are stored on a disk and their allocation. It also keeps a record of free space on the disk.