DBMS
Programming and Technical
Programming
Technical
29.What is a job queue?
Read Solution (Total 4)
-
- actually the main thing about job queue is job queue is a data structure resides in secondary memory which is used to store all the programs those are to be transferred to primary memory for execution in a "first in first out manner".
- 11 years agoHelpfull: Yes(1) No(0)
- a Queue which is ready to do its job or already performing job or already done is called a job queue.
- 11 years agoHelpfull: Yes(0) No(0)
- job queue means all processes in system should be placed in this queue which are ready to process should be send to ready queue when the ready queue is not full.
- 10 years agoHelpfull: Yes(0) No(1)
- The programs which needs cpu utilization which will be placed in secondary memory it is called as job queue.
- 9 years agoHelpfull: Yes(0) No(1)
DBMS Other Question