2. individual assignments due by Wednesday une T?l17 2.
2. individual assignments due by Wednesday une T?l17 2.
Data structure is a specialized way or format for organizing and storing data in computers. Data structures provide a way to manage large amount of data efficiently. Data structure is based on the ability of computers to fetch and store data at any place specified by memory address. There are many types of data structure like array, linked list, stack, queue, record etc.
STACK
Stack is an abstract data type with bounded or predefined capacity. An Abstract data type means the data type is defined by it behavior specifically in terms of possible values, possible operations on data of this type and the behavior of these operations. Stack is a linear data structure which follows a particular order in which operations are performed. The operations in stack are performed in the order LIFO which is Last In First Out.
A stack can be represented in the following way. Stack has two main function push() and pop().
Push() – This function is used to insert new element to stack.
Pop() – This function is used to delete an element from stack.
Both functions push() and pop() happens at the end of the stack called TOP.
Real life examples of stack can be deck of cards, pile of plates. Stack is flexible with size , it can either be fixed size or it can be dynamic size.
QUEUE
Similar to stack queue is an abstract data type and a linear data structure. In the queue insertion of new element occurs at the end called “REAR” (also called tail) and deletion of an existing element occurs at the end called “FRONT”(also called head). Queue follows a FIFO (First In First Out) mode of operation. The process of adding element is called enqueue () operation and process of deleting element is called dequeue() operation.
Implementation of stack and queue in Operating system
Stack and Queue as a linear data structure has many applications in computer systems. Some of the major application of stack and queue are listed below:
Stack
Memory management/Program stack – One of the important part of computing system is remembering the variables of methods that is currently in execution. Each method has a collection of variables that it uses while working. This collection of variables is called activation record. Computers store activation record of methods currently in execution on a stack called program stack.
For example if a computer is executing a method A. During the process method A calls method B . Then computer goes through the following steps
Once method B completes the execution
Expression evaluation – stacks play a major role in evaluating arithmetic, Boolean and logical expressions. Stacks are very useful in evaluating post-fix, pre-fix and in-fix expressions.
In-order tree traversal – Stacks is useful in completing the in-order traversal of a binary tree. Stack is used to remember the path of the tree. The stack will hold the nodes that are yet to iterate. Once the stack is empty we will have completed the iteration process.
Queue
Scheduling – Operating system uses queues to schedule jobs, processes and CPU. When there are various jobs or processes that are waiting to be executed, Operating system puts them in a queue and executes them in the FIFO order. There are situations when various processes are requesting for same resource such as CPU. Operating system places the requests in a queue and addresses them in the FIFO order.
Multiprocessing- The ability of a system to run multiple processes simultaneously is called multiprocessing. Operating system places the programs ready for execution in the ready queue. When the user requests the operating system to run a program, the program enters the back of the queue. The operating system always has the computer working on a program, and when the system decides that the current program has run long enough, it sends the program to the back of the queue and removes the next program from the queue to run. Because the operating system rotates through programs every few milliseconds, to our eyes it appears that the programs are running simultaneously.
Network communications- Network routers receives a number of messages that need to be forwarded to other destinations. The router receives all incoming messages and places these messages into a queue in the memory. Router also removes the messages from the queue and sends them to appropriate destinations.
Computing systems – Network has a printer server for each printer, which uses queues to keep track of printing jobs. When the server receives a new printing request it adds the request to the queue. When the server receives the message that the printing has been completed it removes the oldest unprinted job from the queue and send that job to printer.
Both queue and stack has its own benefit and usages. It depends on the situation or context on which we can decide whether we need to use queue or stack. For theory purpose we can say Queue is used more in hardware/software and operating system because FIFO is most suited for scheduling jobs, resources and threads. In short queues are used for all anything which requires real time processes.
Why Us?
Top Quality and Well-Researched Papers
All ourbpapers are written from scratch. In fact, Clients who ask for paraphrasing services are highly discouraged. We have writers ready to craft any paper from scratch and deliver quality ahead of time.
Professional and Experienced Academic Writers
Our writers keeps you posted on your papers progress - providing you with paper outline/draft. You are also at liberty to communicate directly with your writer.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time, in many cases quite ahead of time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.