Chapter 1 Flashcards
application software
Programs that allow human users to accomplish specialized tasks. (9)
assembly language
Uses mnemonic symbols to represent instructions and data. Also called second generation programming languages. (19)
auxiliary input/output (I/O)
Devices such as printers and scanners. (6)
auxiliary storage device
Devices for long-term storage of data and programs, such as hard disks, DVDs, or flash memory. (6)
bit
A binary digit. (5)
byte
A sequence, consisting of 8 adjacent bits, used to encode character in memory. (5)
central processing unit (CPU)
A major hardware component that consists of the arithmetic/logic unit and the control unit. (8)
hardware
The actual computing machine and its support devices. (5)
information hiding
The principle of providing access to services but not to data resources. (25)
instance variables
A list of data resources. (24)
internal memory
Used for momentary storage of data and programs. Also called RAM. (6)
machine language
uses only binary digits, 1 and 0, to code programs. Also called first generation programming languages. (19)
network connection
used to connect to the Internet, other computers and the rest of the world. (6)
object-oriented programming (OOP)
A programming process in which a program is subdivided into objects. (23)
primary memory
High-speed memory contained in the computer. Also called random access memory (RAM). (7)