Tuesday Jun 18, 2013
Search for Dictionary terms (regular expression allowed)
Begins with Contains Exact term Sounds like

Add WordAdd New Word

All | 0-9 | & | ( | - | . | @ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ~
Page:  1 2 3 4 5 6 7 8 9 10 11... Next »

C

Word Explanation
C

A high-level programming language designed by Dennis Ritchie at AT&T Bell Labs, in the 1970s. C was developed to allow UNIX to run on a variety of computers. C is becoming popular as an alternative to assembly language for some uses, and can be compiled into machine language for almost all computers.

C shell

(csh). A command line interpreter shell and script language for UNIX.

C#

Pronounced "c sharp." A new programming language from Microsoft, it was created so that programmers can make a variety of applications – from system level applications to high level business objects – for Microsoft’s .NET platform. Microsoft sees C# as a way to overcome productivity issues it sees as coming from languages such as C and C++.

C&P

Cut and Paste. Deleting a block of material (text or graphics, or both) from one place and moving it to another place. The expression is taken from production room layout, where originally cutting and pasting was done by hand.

C++

An object-oriented version of C created by Bjarne Stroustrup at AT&T Bell Laboratories in 1986. In C, "C++" means "add 1 to C." C++ is the basis of the Java language.

c/s

Client/server. A method of networking in which a client machine sends a request to a server machine, which provides files, database searches, and other services.

C2

Command and Control. This is a military term. Command and control systems are management information systems that help monitor and control operations; for example, the computer systems that control nuclear weapons.

C:

The primary hard disk in a PC.

CA

Compression Active. A modem status signal indicated by a light on the modem, which means that the data sent will be compressed.

cable

A flexible wire or bundle of wires, usually metal (glass or silica in fiber-optic cable), insulated with plastic or rubber, and having connectors on the ends. Some kinds of cable, especially coaxial cable and fiber-optics cable, are used in electronics and computer networking.

cable modem

A cable modem is an external device that hooks up to your computer and instead of getting an internet connection through your telephone wire (or another system), you get a connection through your cable network (same place your cable TV connection comes from). Cable modems translate radio frequency (RF) signals to and from the cable plant into Internet Protocol (IP), the communications protocol spoken by all computers connected to the Internet. Cable modems are designed to take advantage of the broadband cable infrastructure enabling peak connection speeds over 100 times faster than traditional dial-up connections.

cache

A temporary storage area for frequently-accessed or recently-accessed data. Having certain data stored in cache speeds up the operation of the computer. There are two kinds of cache: internal (or memory cache) and external (or disk cache). Internal cache is built into the CPU, and external cache is on the motherboard. When an item is called for, the computer first checks the internal cache, then the external cache, and finally the slower, main storage. A cache hit (accessing data from a cache) takes much less time than retrieving information from the main memory; the cache has high-speed memory chips. The cache may also be used as a temporary storage area for data that will be written to disk when the computer is idle.

cache

a storage device that is high-speed and can be used as either a main memory or as an independent high-speed storage device.

cache coherency

The management of a cache so that data is not lost, corrupted, or overwritten.

cache hit

The successful retrieval of requested data from the cache. Since a cache hit is faster than reading information from the main memory, the more cache hits, the faster the computer will operate. The larger the cache, the more chance that a particular file will be in cache.

cache memory

A high-speed buffer storage that is smaller than the main storage. The cache memory temporarily stores instructions and data from the main storage that will likely be used next by the CPU.

cache miss

A failure to find requested data in the cache; this means the slower memory must be searched.

caching

Storing data in a cache.

CAD

Computer Aided Design. In fields such as engineering and architecture, CAD uses computer graphics to do work that formerly would have been done with pencil and paper. CAD requires a high-resolution monitor and special software.

CAD/CAM

Computer Aided Design/Computer Aided Manufacturing. A combination of CAD and CAM. For example, a designer creates a 3-dimensional representation of an object, with the help of the computer, and then the computer programs instructions for automated manufacture of the object and controls the manufacturing process.

CADD

Computer Aided Design & Drafting. CAD systems with features added for drafting.

caddy

The plastic and metal case that a CD-ROM is put in before inserting it into the CD-ROM drive.

CAE

Computer-Aided Engineering. Using computers to help with engineering design work.

Caesar Cipher

A cipher which replaces each letter of the message by a letter a fixed distance away. This cipher was supposedly used by Julius Caesar.

CAI

Computer Aided Instruction. Using computers as aids for instructional purposes. Some people find computer instruction helpful because it allows them to learn at their own pace.

Page:  1 2 3 4 5 6 7 8 9 10 11... Next »
Disclaimer: This section is for information purposes only posted by the public. If you feel the information is incorrect, please send us an email to webmaster at computeruser dot com.