English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-07-28 21:07:24 · 12 answers · asked by zeashan r 1 in Education & Reference Words & Wordplay

12 answers

Meaning you get somewhere first, do what you need to do before everyone else and leave first

2007-07-28 21:09:29 · answer #1 · answered by ¸¸.•*´`*♥Emma♥*´`*•.¸¸ 3 · 1 1

It depends on the application, but generally it means that the first one that is in a line/queue, the first one that comes out. Think of a shopping line at a grocery store or ticket counter. The first person to get in line is the first person served, then the second person, and so on. Its opposite is last in, first out, which (at least in computer programming) is how a stack is implemented. In this case, thing of a stack of objects on a table. The last one you put on the stack is the first one you take off the stack; you don't (generally) reach to the bottom of the stack and pull the first one out.

The concepts have several different applications - everything from computer programming to accounting to interest on a bank account.

2007-07-28 21:21:30 · answer #2 · answered by Anonymous · 1 0

FIFO is an acronym for First In, First Out. This expression describes the principle of a queue or first-come, first-served (FCFS) behaviour: what comes in first is handled first, what comes in next waits until the first is finished, etc. Thus it is analogous to the behaviour of persons queueing (or "standing in line", in common American parlance), where the persons leave the queue in the order they arrive. FCFS is also the other name for the FIFO operating system scheduling algorithm, which gives every process CPU time in the order they come.

A priority queue is a variation on the queue which does not qualify for the name FIFO, because it is not accurately descriptive of that data structure's behavior. Queueing theory encompasses the more general concept of queue, as well as interactions between strict-FIFO queues.

The expression FIFO can be used in different contexts.

2007-07-28 21:16:33 · answer #3 · answered by Geoff C 6 · 0 1

First in last out stems from the sixties early seventies
When the unions insisted that the person with the longest time in the work place was the last person to be selected for redundancy.
This no longer can happen

2007-07-28 21:49:29 · answer #4 · answered by Anonymous · 0 0

It usually a memory buffer to help data lines that work at different speeds. Data is queued in the FIFO buffer to allow as far as possible the respective data lines to keep doing their thing as efficiently as possible. for example data is might be from a dial up modem and data out might be written to hard drive. Writing to a hard drive is much faster than com port communication from a modem. So then a FIFO buffer is used by a device to queue data. To keep things in order the first data in is the first data out, thus the term "FIFO"

2007-07-28 21:12:31 · answer #5 · answered by teef_au 6 · 0 1

It means the first person to arrive, gets seen to and then can leave first. It's usually referring to situations where you normally have to wait, like a government office, emergency room, etc.
Another colloquial expression for the same thing is; "First in, best dressed."

2007-07-28 21:12:39 · answer #6 · answered by xanjo 4 · 0 1

"First in, first out" or FIFO, and "Last in, first out" or LIFO are actually inventory accounting procedures.

FIFO refers to valuating the goods going out of the warehouse based on the price of the oldest (or first in) purchases.

LIFO refers to valuating the goods going out of the warehouse based on the price of the latest (or last in) purchases.

In climates of rising prices (which is often the case), LIFO valuation is considered the more conservative policy than FIFO.

2007-08-01 20:09:55 · answer #7 · answered by Ugin T 2 · 0 0

I think you mean last in first out
used in employment if staff is being cut back the newest people are the first to go

2007-07-28 21:19:09 · answer #8 · answered by Diamond 7 · 1 1

Sales talk. First in queue gets served and is first to leave.

2007-07-29 08:08:12 · answer #9 · answered by Anonymous · 0 1

Just like Emma said.
She was first in and first out on this answer for example.

2007-07-28 21:10:24 · answer #10 · answered by Lewis T 2 · 0 1

fedest.com, questions and answers