Browse
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
Browsing 'C'
Found 54 entries under 'C'
21. |
client (Score: 0) The process or machine that is using a particular resource that is provided by a server. In X-Windows, a client is... |
22. |
client-server model (Score: 0) A model in which some components act as servers that provide resources or services, and other components act as {clien... |
23. |
clock tick (Score: 0) The term used for an interrupt received at regular intervals from the programmable interrupt timer or clock. Clock tic... |
24. |
CMOS (Score: 0) Complementary Metal-Oxide Semiconductor. Technically, any chip that uses the CMOS technology, but more commonly used to ... |
25. |
COM port (Score: 0) Common term for a serial port. Although this is actually the DOS term, it is used often. The term comes from 'communic... |
26. |
command (Score: 0) A set of words or characters that is interpreted by an operating system as a request for it to perform an action. |
27. |
command alias (Score: 0) An alternate name for a command. |
28. |
command argument (Score: 0) Subsequent information passed to a command. This normally refers to information (such as the name of a file) that need... |
29. |
command flags (Score: 0) Arguments passed to a command that change its behaviour. |
30. |
command line (Score: 0) The place on your screen, usually indicated by a prompt, where a user input commands. May also refer to the string o... |
31. |
command line interpreter (Score: 0) A program that accepts and reacts to a command line. |
32. |
command options (Score: 0) Arguments passed to a command that change its behaviour. |
33. |
command substitution (Score: 0) When used in a command, the output of the command enclosed in back-ticks is substituted into the command line be... |
34. |
compile (Score: 0) The process of taking the source code for a program and converting it into instructions that a computer understands.... |
35. |
Complementary Metal-Oxide Semiconductor (Score: 0) CMOS. Technically any chip that uses the CMOS technology, but more commonly used to refer to a special chip that retains... |
36. |
Complex Instruction Set Computer (Score: 0) CISC. The opposite of RISC, a processor which supports a large number of often complex assembly instructions. The X86 ... |
37. |
compression (Score: 0) The process of encoding data to reduce space. Typically repeated information is replaced with smaller, encoded units... |
38. |
contention (Score: 0) Two or more devices, processes, etc. requesting a system resource at the same time. For example, when two device... |
39. |
context (Score: 0) The set of data, including the CPU register values and uarea, that describe the state of a process. |
40. |
context switch (Score: 0) The process by which a system changes from a current or active process to another. |









