Data structures - Stack ADT: A stack is a linear data structure which follows LIFO (Last in first out) principle, in which both insertion and deletion occur at only one end of the list called the TOP. OPERATIONS ON STACK : The fundamental operations performed on stack are : Push (insertion) Pop (deletion) The push […]
Data structures: Applications of Linked List
Linked List applications: Advantages and disadvantages, clear-cut explanations about “Applications of Linked List” in Data structures. APLLICATIONS OF LINKED LIST Radix sort Multilist Polynomial ADT Radix sort: Radix sort is the generalized form of bucket sort. It can be performed by using buckets 0 to 9. In first pass, all the elements are sorted according […]
Data structures: Binary tree Questions and Answers
Binary tree important questions and answers in “Data structures.” These 2 mark Q & A will be used by Engineering stream and all kind of computer related students. BINARY TREE 1. Define a binary tree. A binary tree is a tree which has nodes either empty or not more than two child nodes, each of […]
Data structures: Linear structures questions and answers
Data structures important questions and answers: This section covers the “Linear structures”. Simple exam questions are given with the decent solutions. It can be used for Engineering CSE or IT students and all computer related students. Linear structures Small Q&A’s: 2 Marks 1) What is a data structure? Data structure is a way of organizing, […]
AU Mobile Computing Question Paper Nov 2011 Download
Mobile Computing latest question paper is here to download. This Mobile Computing paper’s pattern is Chennai Anna University. This question was asked in the current NOV/DEC 2011 B.Tech/IT batch. This Mobile Computing question was comes under the 2008 Regulation. You can download this question papers for the free of cost. Meanwhile Share about Students3k to your friends. […]
AU - CSE Software Testing Question Paper 2011
Anna University BE/B.Tech Question papers for CSE and IT students. This is a Software Testing Question Paper. Its Free Download Links available at the end. Computer Science Question Paper Here: ANNA UNIVERSITY B.E/B.TECH DEGREE EXAMINATIONS : NOV/DEC 2011 REGULATIONS : 2008 SEVENTH SEMESTER : CSE 0802030049 - SOFTWARE TESTING TIME : 3 Hours […]
- 1
- 2
- 3
- 4
- Next Page »