Top 150+ Solved Linux Programming MCQ Questions Answer
Q. SVR4 was developed by
a. Sun Microsystems
b. AT&T
c. University of Berkeley
d. Sun and AT&T jointly
Q. Which of the following statement is FALSE?
a. Unix supports multiple users
b. Linux is an open source operating system and the source code is shared
c. Shell takes care of inter process communication
d. Shell provides the feature of I/O Redirection
Q. What are the sizes of (Integer/Long/Pointer) in LP64 programming model?
a. 8/8/8
b. 4/4/8
c. 4/8/8
d. 4/8/4
Q. Which among the following is used to write small programs to control Unixfunctionalities?
a. Shell Commands
b. Shell Script
c. Filters
d. C Language
Q. What control character signals the end of the input file?
a. ctrl + a
b. ctrl + b
c. ctrl + c
d. ctrl + d
Q. To increase the response time and throughput, the kernel minimizes the frequency of disk access by keeping a pool of internal data buffer called
a. Pooling
b. Spooling
c. Buffer cache
d. Swapping
Q. At start of process execution, STDOUT & STDERR
a. Point to current terminal device
b. Are closed
c. Point to special files on the system
d. None of the above
Q. wtmp and utmp files contain:
a. Temporary system data
b. User login-logout log
c. The user’s command execution log
d. The user’s su and sudo attempts
Q. ILP32 stands for
a. 32 bit Integer, Long & Pointer
b. 32 bit Integrated Long & Pointer
c. 32 bit Intelligent Long & Pointer
d. 32 bit Long & Pointer