Searching for "Queue"

Q:

Karan's number in the queue is twelfth from the counter. There are five people between Karan and Sunil. What is Sunil's number in the queue?

A) 19 B) 18
C) 20 D) 17
 
Answer & Explanation Answer: B) 18

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Arithmetical Reasoning
Exam Prep: Bank Exams

Q:

Improve the bracketed part of the sentence.

We were still waiting in the queue for tickets when the show (had begun).

A) was beginning B) begins
C) began D) no improvement
 
Answer & Explanation Answer: C) began

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE

Q:

Improve the bracketed part of the sentence.

Fans (queue) for the concert tickets since early morning.

A) has queued up B) have had queued
C) have been queuing up D) no improvement
 
Answer & Explanation Answer: C) have been queuing up

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT

Q:

In a queue, Amrita is 10th from the front while Mukul is 25th from behind and Mamta is just in the middle of the two. If there be 50 persons in the queue. What position does Mamta occupy from the front ?

A) 14th B) 16th
C) 18th D) 20th
 
Answer & Explanation Answer: C) 18th

Explanation:

Number of persons between Amrita and Mukul = 50 - (10 + 25) = 15. Since Mamta lies in middle of these 15 persons, so Mamta`s position is 8th from Amrita i.e. 18th from the front.

Report Error

View Answer Report Error Discuss

Q:

In a queue, Shankar is ninth from the rear end. Althaf's place is eighth from the front. Nitu is standing between the two. What could be the minimum numbers of boys standing in the queue ?

A) 18 B) 14
C) 22 D) 24
 
Answer & Explanation Answer: B) 14

Explanation:

1 2 3 4 5 6(Shankar) 7(Nitu) 8(Althaf) 9 10 11 12 13 14
Here, Althaf is 8th from front, Shankar is 9th from rear end and Nitu is between them
So minimum no. of boys standing in the queue = 14

Report Error

View Answer Report Error Discuss

Filed Under: Chain Rule
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Bank Clerk , Bank PO

Q:

You need the IP address of the devices with which the router has established an adjacency. Also, the retransmit interval and the queue counts for the adjacent routers  need to be  checked. What command will display the required information?

A) show ip eigrp adjacency B) show ip eigrp topology
C) show ip eigrp interfaces D) show ip eigrp neighbors
 
Answer & Explanation Answer: D) show ip eigrp neighbors

Explanation:

The show ip eigrp neighbors command allows you to check the IP addresses as well as the retransmit  interval and queue counts for the neighbors that have established an adjacency.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Three persons A, B and C are standing in a queue. There are five persons between A and B and eight persons between B and C. If there be three persons ahead of C and 21 persons behind A, what could be the minimum number of persons in the queue?

A) 41 B) 40
C) 28 D) 27
 
Answer & Explanation Answer: C) 28

Explanation:

Three persons A, B, C can be arranged in a queue in six different ways, ie ABC, CBA, BAC, CAB, BCA, ACB. But since there are only 3 persons ahead of C, so C should be in front of the queue. Thus, there are only two possible arrangements, ie CBA and CAB.

 

We may consider the two cases as under:

Case I:  3C8B5A21

 

Clearly, number of persons in the queue = (3+1+8+1+5+1+21=) 40

 

Case II:  3C A5B

 

Number of persons between A and C                  

 

= (8 - 6) = 2   

[C8B A21B]

 

Clearly number of persons in the queue = (3+1+2+1+21) = 28

 

Now, 28 < 40. So, 28 is the minimum number of persons in the queue.                                                     

 

 

Report Error

View Answer Report Error Discuss

Q:

Difference between Stack and Queue

Answer

Stack is a collection of objects that works in LIFO (Last in First out) mechanism while Queue is FIFO (First in First out). This means that the object that is inserted first is removed last in a stack while an object that is inserted first is removed first in a queue.

Report Error

View answer Workspace Report Error Discuss

Subject: C++