My computer dictionary
- algorithm: A formula or set of steps for solving a particular problem.
- alphanumeric: Describes the combined set of all letters in the alphabet and the numbers 0 through 9.
- ALU: Abbreviation of arithmetic logic unit, the part of a computer that performs all arithmetic computations, such as addition and multiplication, and all comparison operations.
- binary: Pertaining to a number system that has just two unique digits.
- boot: (v) To load the first piece of software that starts a computer.
- browser: Short for Web browser, a software application used to locate and display Web pages.
- buffer: (n) A temporary storage area, usually in RAM.
- bug: An error or defect in software or hardware that causes a program to malfunction.
- byte: Abbreviation for binary term, a unit of storage capable of holding a single character.
- character: In computer software, any symbol that requires one byte of storage.
- chip: A small piece of semiconducting material (usually silicon) on which an integrated circuit is embedded.
- clock: Also called clock rate, the speed at which a microprocessor executes instructions.
- command: An instruction to a computer or device to perform a specific task.
- compatible: (n) Indicates that a product can work with or is equivalent to another, better-known product.
- CPU: Abbreviation of central processing unit, and pronounced as separate letters. The CPU is the brains of the computer.
- cursor: A special symbol, usually a solid rectangle or a blinking underline character, that signifies where the next character
will be displayed on the screen.
- data: Distinct pieces of information, usually formatted in a special way.
- debug: To find and remove errors (bugs) from a program or design.
- directory: A special kind of file used to organize other files into a hierarchical structure.
- disk drive: A machine that reads data from and writes data onto a disk. A disk drive rotates the disk very fast and has one or more heads that read and write data.
- documentation: Instructions for using a computer device or program.
- DOS: Acronym for disk operating system.
- editor: Sometimes called text editor, a program that enables you to create and edit text files.
- e-mail: Short for electronic mail, the transmission of messages over communications networks.
- field: A space allocated for a particular item of information.
- file: A collection of data or information that has a name, called the filename.
- floppy disk: A soft magnetic disk. It is called floppy because it flops if you wave it.
- flow chart: A graphical representation of an algorithm.
- FTP: Abbreviation of File Transfer Protocol, the protocol used on the Internet for sending files.
- function key: any of a set of keys on a computer keyboard that have or can be programed to have special functions.
- graphics: Pertains to any computer device or program that makes a computer capable of displaying and manipulating pictures.
- hard copy: A printout of data stored in a computer. It is considered hard because it exists physically on paper, whereas a soft copy exists only electronically.
- hard-disk: a rigid metal disk coated with a magnetic material on which data for a computer can be stored.
- hardware: Refers to objects that you can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips.
- hexadecimal: Refers to the base-16 number system, which consists of 16 unique symbols: the numbers 0 to 9 and the letters A to F.
- HTML: Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web.
- HTTP: Short for HyperText Transfer Protocol, the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted.
- integrated circuit: Another name for a chip, an IC is a small electronic device made out of a semiconductor material.
- internet: A global network connecting millions of computers.
- interface: (n) Something that connects two separate entities.
- 1 Gig: one billion bytes.
- 1 K: One thousand bytes.
- 1 Meg: One million bytes.
- LAN: A computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings.
- memory: Internal storage areas in the computer.
- menu: A list of commands or options from which you can choose.
- microprocessor: A silicon chip that contains a CPU.
- mnemonic: assisting or intended to assist memory.
- modem: Acronym for modulator-demodulator. A modem is a device or program that enables a computer to transmit data over telephone lines.
- monitor: Another term for display screen. The term monitor, however, usually refers to the entire box, whereas display screen can mean just the screen. In addition, the term monitor often implies graphics capabilities.
- operating system: The most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks.
- output: (n) Anything that comes out of a computer. Output can bemeaningful information or gibberish, and it can appear in a variety of forms.
- port: An interface on a computer to which you can connect a device.
- printer: A device that prints text or illustrations on paper.
- primary storage: A somewhat dated term for main memory.
- program: (n) An organized list of instructions that, when executed, causes the computer to behave in a predetermined manner.
- prompt: A symbol on a display screen indicating that the computer is waiting for input.
- RAM: acronym for random access memory; that is, any byte of memory can be accessed without touching the preceding bytes.
- ROM: Pronounced rahm, acronym for read-only memory, computer memory on which data has been prerecorded.
- secondary storage: Mass storage devices, such as disk drives and tapes, are sometimes called secondary storage.
- silicon: A material that is neither a good conductor of electricity nor a good insulator. These materials are then doped to create an excess or lack of electrons.
- software: Computor instructions or data. Anything that can be stored electronically is software.
- syntax error: Refers to the spelling and grammar of a programming language. The expected form to type in a computer is called the syntax.
- text file: A file that holds text. The term text file is often used as a synonym for ASCII file, a file in which characters are represented by their ASCII codes.
- URL: Abbreviation of Uniform Resource Locator, the global address ofdocuments and other resources on the World Wide Web.
- user friendly: Refers to anything that makes it easier for novices to usea computer.
- Windows: An enclosed, rectangular area on a display screen. Graphical user interfaces, such as the one supported by the Apple Macintosh or Windows, enable you to set the dimensions and position of each window by moving the mouse and clicking appropriate buttons.
- WWW: World Wide Web. A system of Internet servers that support specially formatted documents.
Back to my Homepage