Term
|
Definition
a combination of all the components required to process and store data using a computer. |
|
|
Term
|
Definition
The collection of physical devices that compriseĀ a computer system. |
|
|
Term
|
Definition
consists of the programs that tell the computer what to do. |
|
|
Term
|
Definition
are sets of instructions for a computer |
|
|
Term
|
Definition
is the act of developing and writing programs |
|
|
Term
|
Definition
comprises all the programs you apply to a task |
|
|
Term
|
Definition
Comprises the programs that you use to manage your computer |
|
|
Term
|
Definition
describes the entry of data items into computer memory using hardware devices such as keyboards and mice. |
|
|
Term
|
Definition
include all the text, numbers, and other information processed by a computer. |
|
|
Term
|
Definition
data items may involve organizing them, checking them for accuracy, or performing mathematical operations on them. |
|
|
Term
Central procesing unit (CPU) |
|
Definition
is the hardware component that processes data. |
|
|
Term
|
Definition
describes the operation of retrieving information from memory and sending it to a device, such as a monitor or printer, so people can view, interpret, and work with he results. |
|
|
Term
|
Definition
are types of hardware equipment, such as disks, that hold information for later retrieval |
|
|
Term
|
Definition
such as Visual Basic, C#,C++, Java, or COBOL, are used to write programs. |
|
|
Term
|
Definition
is the set of instructions a programmer writes in a progamming language. |
|
|
Term
|
Definition
is the act of writing progamming language instructions |
|
|
Term
|
Definition
grammar rules of a language |
|
|
Term
|
Definition
is the temporary, internal storage within a computer. |
|
|
Term
|
Definition
describes storage whose contents are lost when power is lost. |
|
|
Term
|
Definition
describes storage whose contents are retained when prower is lost. |
|
|
Term
Random access memory (RAM) |
|
Definition
is temporary, internal computer storage. |
|
|
Term
|
Definition
is a computer's on/off circuitry language. |
|
|
Term
|
Definition
translates a high-level language into machine language and tells you if you have used a programming language incorrectly. |
|
|
Term
|
Definition
is represented using a series of 0s and 1s |
|
|
Term
|
Definition
the statements a programmer writes in a programming language |
|
|
Term
|
Definition
translated machine language. |
|
|
Term
|
Definition
is translated machine language |
|
|
Term
|
Definition
to carry out a program's instructions |
|
|
Term
Scripting languages (scripting programming languages or scipt language) |
|
Definition
such as python, lua, perl, and php are used to write programs that are typed directly from a keyboard. Scripting languages are stored as text rather than as binary executable files. |
|
|
Term
|
Definition
Occurs when incorrect instructions are performed, or when instructions are performed in the wrong order. |
|
|
Term
|
Definition
Is developed when you give instructions to the computer in a specific sequence, without omitting any instructions or adding extraneous instructions. |
|
|
Term
|
Definition
Occures when a correct word is used in an incorrect context. |
|
|
Term
|
Definition
A named memory location whose value can vary. |
|
|
Term
Program development cycle |
|
Definition
consists of the steps that occur during a program's lifetime. |
|
|
Term
|
Definition
people who employ and benefit from computer programs. |
|
|
Term
|
Definition
consists of all the supporting paperwork for a program. |
|
|
Term
|
Definition
is the sequence of steps necessary to solve any problem. |
|
|
Term
|
Definition
is a program development tool that delineates input, processing, and output tasks. |
|
|
Term
|
Definition
is a program development tool that delineates input, processing, and output tasks. |
|
|
Term
|
Definition
is the process of walking through a program solution on paper. |
|
|
Term
high-level programming language |
|
Definition
supports English-like syntax. |
|
|
Term
|
Definition
a machine language made up of 1s and 0s that the computer understands. |
|
|
Term
|
Definition
An error in language or grammar |
|
|
Term
|
Definition
is the process of finding and correcting program errors. |
|
|
Term
|
Definition
is the entire set of actions an organization must take to switch over to using a new program or set of programs. |
|
|
Term
|
Definition
consists of all the improvements and corrections made to a program after it is in production. |
|
|
Term
|
Definition
is an English- like representation of a logical steps it takes to solve a problem. |
|
|
Term
|
Definition
is a pictorial representation of the logical steps it takes to slove a problem. |
|
|
Term
|
Definition
indicates an input operation and is represented by a parallelogram in flowcharts. |
|
|
Term
|
Definition
indicates a processing operation and is represented by a rectangle in flowcharts. |
|
|
Term
|
Definition
indicates an output operation and is represented by a parallelogram in flowcharts. |
|
|
Term
|
Definition
is prepresented by a parallelogram in flowcharts. |
|
|
Term
|
Definition
Shown as arrows connect the steps in a flowchart |
|
|
Term
|
Definition
is used at each end of a flowchart. Its shape is a lozenge. |
|
|
Term
|
Definition
is a repetition of a series of steps. |
|
|
Term
|
Definition
occures when repeating logic cannot end. |
|
|
Term
|
Definition
is the act of testing a value |
|
|
Term
|
Definition
is shaped like a diamond and used to represent decisions in flowcharts. |
|
|
Term
|
Definition
is a yes-or-no decision with two possible outcomes. |
|
|
Term
|
Definition
is a preselected value that stops the execution of a program. |
|
|
Term
|
Definition
is a preselected value that stops the execution of a program. |
|
|
Term
|
Definition
|
|
Term
|
Definition
a program that you use to create simple text files; it is similar to a word processor, but without as many features. |
|
|
Term
integrated development environment (IDE) |
|
Definition
is a software package that provides an editor, compiler, and other programming tools. |
|
|
Term
Microsoft visual Studio IDE |
|
Definition
is a software package that contains useful tools for creating programs in Visual Basic, C++, and C#. |
|
|
Term
|
Definition
is a location on your computer screen at which you type text entries to communicate with the computer's operating system. |
|
|
Term
Graphical user interface (GUI) |
|
Definition
allows users to interact with a program in a graphical environment. |
|
|
Term
|
Definition
is a programming model that focuses on the procdures that programmers create. |
|
|
Term
Object-oriented programming |
|
Definition
is a programming model that focuses on objects, or things, and describes their features (or attributes) and their behaviors. |
|
|