programmer
(1) An individual who writes programs.
(2) A device that writes a program onto a PROM chip.
Read Also:
- Programming Language
A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. The term programming language usually refers to high-level languages, such as BASIC, C, C++, COBOL, FORTRAN, Ada, and Pascal. Each language has a unique set of keywords (words that it understands) and a special syntax for organizing program instructions. High-level […]
- progressive scan
Progressive scan (also known as known as 480p) is one of two methods used for “painting” an image on a television screen (the other being interlaced scan), where the lines are drawn in one at a time in sequential order. The entire single frame image is painted every 1/60th of a second, allowing for twice […]
- Project Portfolio Management (PPM)
PPM, short for project portfolio management, refers to a software package that enables corporate and business users to organize a series of projects into a single portfolio that will provide reports based on the various project objectives, costs, resources, risks and other pertinent associations. Project portfolio management software allows the user, usually management or executives […]
- prompt
A symbol on a display screen indicating that the computer is waiting for input. Once the computer has displayed a prompt, it waits for you to enter some information. Generally, it will wait forever, but some programs have built-in time-outs that cause the program to continue execution after it has waited a specified amount of […]
- proof-of-concept code
A term used to describe code that has been developed to demonstrate possible vulnerabilities in software and operating systems, and to show the security risks of a particular method of attack.