Question
Computer Awareness Question on Organisation of Data
Given below are two statement :
Statement I: Queue is a data structure in which insertion and deletion is done from one end only. usually referred as TOP.
Statement II: Queue follows the principle of first in First out (FIFO).
In the light of the above statement, Choose the correct answer from the options given below:
A
Both Statement I and statement II are true
B
Both Statement I and statement II are false
C
Statement I is true and statement II is false
D
Statement I is false but statement II is true
Answer
Statement I is false but statement II is true
Explanation
Solution
The correct option is(D): Statement I is false but statement II is true