- What is system memory? Define the different types of memory systems available?
- What is the virtual memory? How is it different from main memory and cache memory?
- What is the difference between deadlock and starvation? What do you mean by concurrency?
- Define Inode? Why inode are useful in storing data? Explain thread and process with the help of an example?
- What is the use of inline and macro functions? Explain the advantages and disadvantages of each with the help of an example?
- What is the scope of static variables? What will happen when recursion functions are declared inline?
- Explain semaphore? How does it contribute in sharing resources?
- Describe mutual exclusion or mutex? Why these algorithms are used in programming?
- What is an array? Can you pass the values of an array to a function?
10.What will happen if you pass the constructor to functions by value?
11.Explain briefly: class, Void () and main ()? How many class factions can be used involved in one programme?