answersLogoWhite

0

Advantages (Pros)

* Easy to get started

* Low Hardware Requirement

* Cross- Platform

* Anyone with access can edit the program

Disadvantages (Cons)

* Inflexible

* Lack of scalability

* Unable to Copy & Paste

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

List advantages and disadvantages for data structure diagrams?

uqwyhvxuyhasbxiuqa


Can stack be called fifo data structure?

No. A stack is a LIFO (Last In First Out) data structure.A queue is a FIFO (First In First Out) data structure.


What are advantages of stack?

some disadvantages created in stack using array then that problem solve to linked list use in stack.First advantage for size of stack not limited in linked list using.second essay to stack programme implement using only one pointer.


Explain The merits of using a deque to implement a stack in data structure?

Explain The merits of using a deque to implement a stack in data structure


What is the resource requirement of stack in a data structure?

no answer


Advantages and disadvantages of manual data processing?

disadvantages in data manual processing


What are the advantages and disadvantages of data collection methods in statistics?

There are both advantages and disadvantages of data collection methods in statistics. The main advantages are the metrics and correlation one can draw from statistics. The disadvantages stem from sampling errors.


What are the advantages and disadvantages of data compression?

hahaaha


What is a stack in data structure?

A stack in Data structure is a LIFO structure. Last In First Out. Think of it as a stack of books or a stack of trays in a cafeteria line. when you are in a line in a cafeteria you take the tray that is on the top and the worker place new washed ones also on the top. So deletion and insertion all done at one end, it is called the top of the stack. In Computer Programming Stacks are so important and have too many applications such as the evaluation of Mathematical expressions. Also note that a stack is unlike a queue structure. Queue data structure is FIFO. First In First Out as in a bank teller line.


Which type of data structure is used in ATM to take the printout of last 5 transactions?

stack data structure.


What are the advantages and disadvantages of automated data capture?

They have no eyes


What are some common operations that can be performed on a stack data structure?

Common operations that can be performed on a stack data structure include push (adding an element to the top of the stack), pop (removing the top element from the stack), peek (viewing the top element without removing it), and isEmpty (checking if the stack is empty).