The problem of thrashing is affected significantly by
-
program structure
-
program size
-
primary-storage size
-
all of the above
A
Correct answer
Explanation
Thrashing occurs when a system spends more time swapping pages than executing instructions. This is heavily influenced by the program structure (e.g., locality of reference), as poor structure leads to frequent page faults.