DATA STRUCTURES TECHNICAL QUESTIONS
#1

DATA STRUCTURES TECHNICAL QUESTIONS

[attachment=16190]

1.What is data structure?
Answer: A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.
2. List out the areas in which data structures are applied extensively?
Answer: The name of areas are:

• Compiler Design,
• Operating System,
• Database Management System,
• Statistical analysis package,
• Numerical Analysis,
• Graphics,
• Artificial Intelligence,
• Simulation
3.What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model.
Answer: The major data structures used are as follows:
• RDBMS - Array (i.e. Array of structures)
• Network data model - Graph
• Hierarchical data model - Trees


What does each entry in the Link List called?
Each entry in a linked list is called a node. Think of a node as an entry that has three sub entries. One sub entry contains the data, which may be one attribute or many attributes. Another points to the previous node, and the last points to the next node. When you enter a new item on a linked list, you allocate the new node and then set the pointers to previous and next nodes.

What is Linked List in data structure?
Linked List is one of the fundamental data structures. It consists of a sequence of nodes, each containing arbitrary data fields and one or two (”links”) pointing to the next and/or previous nodes. A linked list is a self-referential datatype because it contains a pointer or page link to another data of the same type. Linked lists

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: android technical questions, narasimha karumanchi data structures pdf, data structure technical questions, data structures seminar topics, project report on bank management system using data structures, howto write algorithms in data structures, technical seminar topics in data structures,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Adaptive Data Fusion for Energy Efficient Routing in Wireless Sensor Networksy seminar addict 1 1,514 25-08-2014, 05:40 PM
Last Post: Guest
  Physics Lab Viva Voce Questions and its answers Laser Parameters seminar addict 2 10,261 12-05-2014, 10:04 PM
Last Post: seminar report asees
  SECURE DATA TRANSMISSION USING STEGANOGRAPHY seminar paper 1 1,918 24-11-2012, 01:35 PM
Last Post: seminar details
  Data Communication and Networking seminar paper 1 3,333 16-11-2012, 12:36 PM
Last Post: seminar details
  Smart Materials and Structures seminar addict 1 1,829 06-11-2012, 12:46 PM
Last Post: seminar details
  Introduction to data structures seminar details 1 3,355 29-10-2012, 12:42 PM
Last Post: seminar details
  Power System Fault Analysis using Fault Reporting Data full report seminar details 1 846 05-10-2012, 04:02 PM
Last Post: seminar details
  Power System Fault Analysis using Fault Reporting Data seminar details 1 952 05-10-2012, 04:02 PM
Last Post: seminar details
  Secure Data Collection in Wireless Sensor Networks full report seminar details 0 1,164 09-06-2012, 05:40 PM
Last Post: seminar details
  Dementia in Stroke Survivors in the Stroke Data Bank Cohort project uploader 0 1,276 09-06-2012, 05:30 PM
Last Post: project uploader

Forum Jump: