Is 32 gigs of ram overkill?
What is the important aspect of a real-time system?
Does 64 bit require uefi bios?
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended .Then for storing a K characters string, How many words are needed. [a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none
If there are too many page faults what is the problem?
Is it ok to interrupt chkdsk?
What are the main advantages of the microkernel approach to system design?
How does DMA increase system concurrency? How does it complicate hardware design?
What isthe difference between a 'thread' and a 'process'?
Explain a system in safe state?
Which one is not suitable for client-server application? 1. tcp/ip 2. message passing 3. rpc 4. none of the above
Explain briefly about compiler and its functioning?
How do I completely remove all traces of a program?