When a queue is implemented with the help of a list, it is termed as a linear queue.
True
Reason — When a queue is implemented using a list, it is referred to as a linear queue. The syntax is : Queue = list() or Queue = [].
Queue = list()
Queue = []