retagged by
1,822 views
3 votes
3 votes

A certain processor supports only the immediate and the direct addressing modes. Which of the following programming language features cannot be implemented on this processor?

  1. Pointers.
  2. Arrays.
  3. Records.
  4. All of these.
retagged by

5 Answers

3 votes
3 votes
A)Pointers need Indirect addressing mode.

B)Array requires indexed addressing mode.

C)Records requires indirect addressing(incase pointers are used) or indexed(contigous allocation).

Therefore correct  option is D.
0 votes
0 votes
Pointers require Indirect Addressing modes as the instruction contains address of the memory location from where where the operand will be accessed further.

Arrays requre indexed Addressing mode.

Hence it appears that option (D) is correct.
Answer:

Related questions

1 votes
1 votes
1 answer
1
admin asked Mar 31, 2020
734 views
The value of improper integral $\displaystyle\int_{0}^{1} x\ln x =?$$1/4$$0$$-1/4$$1$
8 votes
8 votes
10 answers
2
admin asked Mar 31, 2020
2,357 views
Which of the following logic expression is incorrect?$1\oplus0=1$$1\oplus1\oplus0=1$$1\oplus1\oplus1=1$$1\oplus1=0$
3 votes
3 votes
3 answers
3
admin asked Mar 31, 2020
3,925 views
In which of the following adder circuits, the carry look ripple delay is eliminated?Half adderFull adderParallel adderCarry-look ahead adder
3 votes
3 votes
2 answers
4
admin asked Mar 31, 2020
1,054 views
The output of a sequential circuit depends on present inputs onlypast inputs onlyboth present and past inputspresent outputs only