Linux Objective Questions Answers
-
1. Kernel minimizes the frequency of disk access by keeping a pool of internal data buffer which helps to increase the response time, this is known as ?
- Buffer cache
- Spooling
- Pooling
- Virtual Memory
Answer And Explanation
Answer: Option A
-
2. How applications communicates with kernel ?
- Not disclosed by linux team
- SSL
- System Calls
- Shell
Answer And Explanation
Answer: Option C
-
4. What is meaning of ILP32 ?
- 32 bit Integrated, Long & Pointer
- 32 bit Integer, Long & Pointer
- 32 bit Integer, Long & Point
- 32 bit Integer, Lost & Pointer
Answer And Explanation
Answer: Option B
-
6. The system calls in UNIX is written using which language ?
- Java
- C
- C++
- Assembly
Answer And Explanation
Answer: Option B
-
7. What is property of UNIX ?
- Multi User
- Multi Processes
- Multi Tasking
- All of above
Answer And Explanation
Answer: Option D