receive.
d) a method to reduce routing overhead.
Ans: (a)
17. A protocol is a set of rules governing a time sequence of events that must
take place between
a) peers
b) non-peers
c) allocated on stack
d) assigned to registers.
18. Memory allocation of variables declared in a program is
a) allocated in RAM.
b) allocated in ROM.
c) allocated on stack.
d) assigned to registers.
Ans: (c)
19. A software that allows a personal computer to pretend as a computer
terminal is
a) terminal adapter
b) bulletin board
c) modem
d) terminal emulation
Ans: (d)
The following questions (Q20-Q33) are of a slightly different pattern than those
above and may also be asked:
20. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p));
Ans: 500
21. What does the statement int(*x[])() indicate?
22. Which addressing mode is used in the following statements:
(a) MVI B,55
(b) MOV B,A
(c) MOV M,A
|
|