Can a deadlock occur in the execution of a read-only program?
A
Correct answer
Explanation
Deadlocks CAN occur in read-only programs when they require resources held by other processes. A deadlock is a situation where processes are waiting for each other to release resources. Even if a program only reads, it can deadlock if it's waiting for a lock held by another process that's itself waiting for a resource the first process holds.