What is meant by QUEUE?

Answer Posted / swetcha

A queue(data structure) is a collection of items in which
only the earliest added item may be accessed.

Also known as "first-in, first-out" or FIFO

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we develop a multi-tier application in Java?

1466


Write a pascal program to calculate the sum of the first 100 even number and odd number

3959


Explain with examples any 2 features of OOPS.

631


THE CHANNEL IN DATA COMMUNICATION CAN BE?

1562


which book we learned this mantis? how many version are realsed this mantis upto now?

1417






how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there

1744


what is web service in java? have u use before.

1623


please any one pass file aid,xpeditor and endeavor tools

1881


what is the diffrence between software and hardware language?

1812


WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.

1843


In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.

1810


How to create a new dataset only duplicate observations in proc sort procedure?

1608


hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod

1637


How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database

2003


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

1607