edited by
7,253 views

5 Answers

Best answer
15 votes
15 votes
Embedded Pointer are Pointer Set  in a data record So it provides a secondary access path. Option A is correct.
selected by
6 votes
6 votes

Embedded pointer means a set of pointer in a data set  which points to another data set.

Hence it is secondary access path.

2 votes
2 votes

ans is (a)

A pointer set in a data record instead of in a directory.

0 votes
0 votes
It is the pointer embeded in the data structure such as in array,structures or in union. It provides the secondary access. It basically set as null by the server and client stub allocate the memory.

Sometime the value is not null i.e value is set by the server. So in this case the client stubs don't allocate the memory for it but use the allocated existing memory and overwrite the data in it.
Answer:

Related questions

5 votes
5 votes
5 answers
1
makhdoom ghaya asked Apr 27, 2016
3,822 views
How many number of times the instruction sequence below will loop before coming out of the loop? MOV AL, 00H A1: INC AL JNZ A11255256Will not come out of t...
23 votes
23 votes
1 answer
2
Kathleen asked Oct 9, 2014
5,623 views
A critical section is a program segmentwhich should run in a certain amount of timewhich avoids deadlockswhere shared resources are accessedwhich must be enclosed by a pa...
8 votes
8 votes
2 answers
3
makhdoom ghaya asked Apr 27, 2016
5,361 views
The physical location of a record determined by a formula that transforms a file key into a record location isHashed file$B$-Tree fileIndexed fileSequential file
8 votes
8 votes
2 answers
4