answersLogoWhite

0

What is a food queue?

Updated: 9/17/2023
User Avatar

Wiki User

14y ago

Best Answer

A Queue in which people wait to be given an allocation of food. Either due to rationing in times of shortage or a handout if the people are very poor or some combination of both.

Food Queues famous existed in Germany in the 1920's (Weimar Republic) the US in the 1930's "great depression" and Britain in the 40's and 50's "Time of austerity"

They exist any time a country has mass unemployment or shortages.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a food queue?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why did people frequently queue for food?

N


What is a sentence for the word 'queue'?

A queue is a line, as standing in line to get a ticket, or standing in line to buy food. Get back in queue, you! Look at that queue. I've never seen a longer queue in front of the ticket box!


What are types of Queue?

Queue is a data structure which is based on FIFO that is first in first out. Following are the types of queue: Linear queue Circular queue Priority queue Double ended queue ( or deque )


Are penguins affectionate like cats?

No, but they do have better table manners. They will queue up for food.


Which queue most efficient queue using array?

circular queue


What is the plural of queue?

Queues is the plural of queue.


When jacqliene Wilson was a child why did people frequently queue for food?

to be honest i think it was because of the rationing


What is difference between job queue and ready queue?

Ready queue contain all the jobs that are ready to execute.so the job queue and the ready queue are one and the same.


Queue in a sentence?

He added the download to the queue.(Line)I saw a queue in the park(waiting line)


What is linear queue?

What is linear queue


What is the Average time it takes to get a fast food meal?

An average would be meaningless if you are at the back of the queue (line) at a busy fast food outlet.


What is the difference between a priority queue and a circular queue?

A circular queue is similar to the normal queue with the difference that queue is circular queue ; that is pointer rear can point to beginning of the queue when it reaches at the end of the queue. A priority queue is a queue in which each element is inserted or deleted on the basis of their priority. A higher priority element is added first before any lower priority element. If in case priority of two element is same then they are added to the queue on FCFS basis (first come first serve).