9)As we shall see when we consider the various scheduling algorithms, a
ready queue can be implemented as a FIFO queue, a priority queue, a tree,
or simply an unordered linked list. Conceptually, however, all the processes
in the ready queue are lined up waiting for a chance to run on the CPU. The
records in the queues are generally process control blocks (PCBs) of the
processes.