An Overview of Computers and Programming Flashcards
Combination of all the components required to process and store using a computer
Computer system
Equipment associated with a computer
Hardware
Computer Instructions
Software
such as word processing,
spreadsheets, payroll and inventory, even games
Application software
such as operating systems like Windows, Linux, or UNIX
System software
Data items such as text, numbers, images, and sound
Input
Calculations and comparisons performed by
CPU (processing)
Used to write computer instructions
Programming language
Resulting information that is sent to a printer,
a monitor, or storage devices after processing
Output
rules governing word usage and punctuation
Syntax
Computer’s temporary, internal storage –
Random access memory (RAM)
Permanent storage devices
nonvolitile memory
lost when the power is off (memory
volatile memory
Translates source code into machine language (binary
language) statements called object code
Compiler/Interpreter
is the process of finding and correcting program errors
Debugging
Location on your computer screen where you type text
entries to communicate with the computer’s operating
system
Command line
The entire set of actions an organization must take to
switch over to using a new program or set of programs
16Programming Logic and Design, Seventh Edition
Conversion
Allows users to interact with a program in a graphical
environment
32Programming Logic and Design, Seventh Edition
Graphical user interface (GUI)
Focuses on the procedures that programmers create
Procedural programming
focuses on objects, or “things,” and describes their features (or
attributes) and their behaviors
Object-oriented programming