Unit 4 Flashcards
(7 cards)
Hardware that performs addition, subtraction, and usually logical operations such as AND and OR.
ALU (arithmetic logic unit)
Computer arithmetic that represents numbers in which the binary point is not fixed
floating point
A situation in which a negative exponent becomes too large to fit in the exponent field
underflow (floating point)
A floating-point value represented in a 64-bit doubleword
double precision
partitions of a processor that allow simultaneous operations
parallelism
processor architecture and a programming concept that allows a single instruction to operate on multiple pieces of data simultaneously
SIMD (single instruction, multiple data)
A floating-point value represented in a 32-bit word
single precision