Chapter 1 Vocab Flashcards
Assembly language
A computer language that allows the programmer to express operations and memory addresses with mnemonic symbols
application software
Programs that allow human users to accomplish specialized tasks, such as with processing or database management
Auxiliary input/output (I/O)
Examples: printers and scanners
Auxiliary storage device
A medium external to primary memory, such as a disk or flash stick, which can store data.
Bit/Binary digit
(1) A binary digit
(2) A digit, either zero or one, in the binary number system. Program instructions are stored in memory using a sequence of binary digits.
Central processing unit (CPU)
A major hardware component that consists of the arithmetic/logic unit and the control unit
Hardware
The computing machine and it’s support devices
Information hiding
A condition in which the user of a module does not know the details of how it is implemented, and implementer of a module does not know the details of how it is used
Instance variables
Storage for data in an instance of a class
Internal memory
A synonym for primary memory or random access memory (RAM)
Machine language
The language used directly by the computer in all it’s calculations and processing
Network connection
Yes
Object–oriented programming
The construction of software systems that use objects
Primary memory
The high–speed internal memory of a computer, also referred to as random access memory (RAM)
RAM (Random access memory)
In which the time required to access data is independent of their position