Check sibling questions

When a stack is full and no element can be added, it is called an ________.

(A) Overflow

(B) Extra flow

(C) Out of range

(D) Underflow

 

Answer:

Trying to add an element to a stack that is full, leads to a condition called overflow.

Checking the options

  1. Overflow - Trying to add an element to a stack that is full, leads to overflow.
  2. Extra flow -   It is a concept in flow networks.
  3. Out of range - The error “list index out of range” arises in python if you try to access invalid indices of a list.

 

  • (D) Underflow - Trying to delete an element from a stack that is empty, leads to underflow.

 

So, the correct answer is (A)

 


Transcript

Question 4 When a stack is full and no element can be added, it is called an ____. (A) Overflow (B) Extraflow (C) Out of range (D) Underflow Trying to add an element to a stack that is full, leads to a condition called overflow. Checking the options (A) Overflow - Trying to add an element to a stack that is full, leads to overflow. (diagram on google slide) (B) Extraflow - It is a concept in flow networks. (C) Out of range - The error “list index out of range” arises in python if you try to access invalid indices of a list. (D) Underflow - Trying to delete an element from a stack that is empty, leads to underflow. So, the correct answer is (A)

  1. Computer Science - Class 12
  2. Chapter 3 - Stacks

About the Author

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo