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.
- binary:Pertaining to a number system that has just two unique digits.
- boot:To load the first piece of software that starts a computer.
- browser:A software application used to locate and display Web pages
- buffer:A temporary storage area, usually in RAM. The purpose of most buffers is to act as a holding area.
- bug:An error or defect in software or hardware that causes a program to malfunction.
- byte:A unit of storage capable of holding a single character.
- character: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:The ability of one device or program to work with another device or program.
- CPU:Abbreviation of central processing unit, and pronounced as separate letters. The CPU is the brains of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where most calculations take place.
- 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.
- documentation:Instructions for using a computer device or program.
- DOS:Acronym for disk operating system. The term DOS can refer to any operating system, but it is most often used as a shorthand for MS-DOS.
- editor:A program that enables you to create and edit text files.
- e-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.
- flow chart:A graphical representation of a algorithm.
- FTP:Abbreviation of File Transfer Protocol, the protocol used on the Internet for sending files.
- function key:Special keys on the keyboard that have different meanings depending on which program is running.
- 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.
- hard-disk:Can store anywhere from 20MB to more than 10GB. Hard disks are also from 10 to 100 times faster than floppy disks.
- 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.
- 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:Something that connects two separate entities.
- 1 Gig:A billion
- 1K:A thousand
- 1 Meg:A million
- LAN:An area network.
- 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:A memory aide.
- modem:A device or program that enables a computer to transmit data over telephone lines.
- monitor:Another term for display screen.
- operating system:Operating systems perform basictasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.
- output:Anything that comes out of a computer.
- 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. Mass storage devices, such as disk drives and tapes, are sometimes called secondary storage.
- program: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:Pronounced ram, acronym for random access memory, a type of computer memory that can be accessed randomly; 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:Refers to various techniques and devices for storing large amounts of data.
- silicon:The most common semiconductor material used to produce chips.
- software:Anything that can be stored electronically is software. The storage devices and display devices are hardware.
- syntax error:Spelling and grammar of a programming language.
- 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 of documents and other resources on the World Wide Web.
- user friendly:Anything that makes it easier for novices to use a computer.
- Windows:An enclosed, rectangular area on a display screen.
- WWW:World Wide Web
Back to Home Page