3,646 views
0 votes
0 votes

Which one of the following is a physical data structure ?

  1. Array
  2. Linked lists
  3. Stacks
  4. Tables

1 Answer

Best answer
5 votes
5 votes

Correct answer will be A) Array

Because, Array is the only one which is going to implemented in memory exactly. 

Stack is a logical model, which is implemented by array and linked list.

Table is a logical model, which is implemented by array.

Linked List is a logical model which is implemented by self-referential structure variable. 

selected by

Related questions

0 votes
0 votes
0 answers
1
Aayush Tripathi asked Apr 8, 2019
641 views
What is the syllabus for physical layer(computer networks), is reading 4th(digital transmission) and 5th chapter(multiplexing and spreading) of data communication and net...
0 votes
0 votes
1 answer
2
deepak_8404 asked Oct 1, 2023
287 views
Consider a lower triangular matrix stored in row major order as p[-25 - - + 749][-25 - - - + 749] with base address = 6800, size of each element = 6 byte. Find the value ...
0 votes
0 votes
1 answer
3
jugnu1337 asked May 16, 2023
865 views
The total number of binary trees possible with height n - 2 having n nodes are?(2n - 5)^ 2n - 3 (2n - 7)^2n - 3(n - 3) ^2n - 2(2n - 7)^ 2n - 2