Programming Terms and Definitions Flashcards
1
Q
Threads
A
executable code packages that run on shared memory spaces
2
Q
Processes
A
executable code packages that run on unique memory spaces
3
Q
loop
A
a set of instructions that is continually repeated until an outcome is reached
4
Q
Array
A
a series of objects, all of the same size and data type