Skip to content

Data Structures

What is the name for a linear data structure that follows the First-In-First-Out (FIFO) principle?

Difficulty: Easy

About this MCQ

This Easy Data Structures MCQ checks one syllabus fact.

The question is: “What is the name for a linear data structure that follows the First-In-First-Out (FIFO) principle?”

The accepted answer is B. Queue. Queue refers to a linear data structure that follows the First-In-First-Out (FIFO) principle.

Correct answer

B. Queue

Explanation

Queue refers to a linear data structure that follows the First-In-First-Out (FIFO) principle.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs