Recent activity by arkaprava_gupta

2 answers
1
If a processor has 32-bit virtual address, 28-bit physical address, 2 kb pages. How many bits are required for the virtual, physical page number?17, 2121, 176, 10NoneThe ...
1 answer
2
Which of the following processor registers are used for fetch and execute operations ?Program CounterInstruction RegisterAddress RegisterOptions :a and bb and ca and cNon...
3 answers
3
Memory mapping table is used to(a) Translate virtual address to physical address(b) Translate physical address to virtual address(c) Both(d) None
1 answer
4
Which of the following TCP/IP protocol is used for file transfer with minimal capability and minimal overhead ?RARPFTPTFTPTelnetThe correct answer is c. TFTPCould someone...
1 answer
5
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?