General Definitions Flashcards
To learn and understand common terms used in IT.
Address
The identification of a particular location in memory where a data item or instruction is stored.
Algorithm
A sequence of instructions which rigorously defines a solution to a problem.
Antiglare Screen
A polarized screen attached to the front of the monitor, which reduces eye strain.
Assembler
A program which converts ASSEMBLY LANGUAGE into MACHINE CODE to be used by a computer.
Automation
Computer control of machines and processes.
Backing Storage
Memory external to the computer used for storage of large quantities of data or large programs. Backing store is also known as secondary store, auxiliary store or external store.
Bandwidth
A characteristic of a communication channel that determines the speed at which data can be transmitted over the channel.
Bar Code
A series of thick and thin black bars separated by spaces of varying widths representing data.
Baud
A unit of speed in data transmission system which now represents one data signal per second.
BCD
BCD is an abbreviation for Binary-Coded-Decimal. In this number system, each digit of a number is written as a BINARY number, rather than converting the whole number. For example, 47 would be coded as 01000111, the binary codes for 4 and 7. Contrast this with 101111, which is the true binary code of 47.
Bistable Device
A device which can exist in two discrete stable states.
Bit
An acronym for binary digit. It can have a value of 1 or 0.
Blog
Short for “Web log”. A blog is an online journal or diary of an individual’s opinions and latest news. It is updated regularly, in chronological order. Many blogs allow visitors to make comments, or “postings” in response to the blogger, or to ask questions.
Broadband
A term used to describe a technology that provides bandwidth that is greater than that provided by ordinary telephone lines, that is, greater than 64 kilobits per second. The greater the bandwidth, the greater the data-carrying capacity.
Broadcast
The transmission of data to all connected stations simultaneously.
Bulletin Board
An electronic equivalent of a conventional bulletin board. It is used as part of a communication network where users can post messages, read messages posted by other users, communicate with the system operator and upload or download programs.
Byte
A group of eight bits, usually representing a single character.
CADD
Acronym for computer-aided design and drafting. The use of computers and graphics in design and drafting process.
CAM
Acronym for computer-aided manufacturing. The use of computers to control machines in the manufacturing process.
Character
One of the set of symbols that may be represented in a computer. Characters may be letters, digits, symbols.
Character Codes
Binary patters used to represent characters in a computer system.
Compiler
A program that translates the source program into executable machine code, and saves the code to a file (the object program) for later execution.
CPU
Central Processing Unit
Data Corruption
The introduction of errors into data stored in a computer system.
Database
A collection of data files that may be used by a number of applications with storage and access to the data controlled by a set of programs known as Database Management System.