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 'P'
Found 47 entries under 'P'
1. |
package (Score: 0) A collection of related programs that perform a common function. |
2. |
packet (Score: 0) A unit of data being sent across a serial line or network. |
3. |
page (Score: 0) A 4KB block of memory. The primary unit of memory. |
4. |
page directory (Score: 0) A structure in memory used by the kernel to access page tables. |
5. |
page fault (Score: 0) A hardware event that occurs when a process tries to access a virtual address that is not in physical memory. |
6. |
page table (Score: 0) A structure in memory used by the kernel to access pages. |
7. |
paging (Score: 0) The process by which pages are moved between the hard disk and main memory. Note that the hard disk can mean the... |
8. |
panic (Score: 0) The process the kernel goes through when it cannot deal with an unexpected event. |
9. |
parallel (Score: 0) The process by which data is sent one byte at a time. |
10. |
parameter (Score: 0) A value, typically one that is passed to a program. |
11. |
parent directory (Score: 0) The directory which contains the directory to which you are referring. For example: if you refer to the /etc/http {d... |
12. |
parent process (Score: 0) The process that executed a fork() system call to create a new, child process. |
13. |
parity (Score: 0) An error detection mechanism in which the number of bits is counted and an extra bit is added to make the total number o... |
14. |
parity bit (Score: 0) The extra bit added to make the total number of bits set even for even parity or odd for odd parity. |
15. |
partition (Score: 0) A section of a hard disk, which can be the entire hard disk. The starting location and size of each partition is s... |
16. |
password (Score: 0) A string of characters that you use to confirm your identity when you log in. See encrypted password. |
17. |
path (Score: 0) The set of directories that are needed to reach a specific file. Also referred to as the pathname. |
18. |
PCI (Score: 0) Peripheral Component Interconnect. One of the newer bus types. |
19. |
PCL (Score: 0) Printer Control Language. |
20. |
peer (Score: 0) Another computer at the same 'level' as yours. You can provide services to them and they to you. Computers in this situa... |









