21 April, 2015

MCQ Review (MST-III)

Questions
Answer
1Q. XTI stands for
a) Transport Layer Interface   b)  Xerox Layer Interface   c) Transaport Layer Interface   d) Xearox Layer Interface  
A
2Q. POSIX stands for
a) Poratable Operating System Interface       c) Portable Operataing System     
b) Portable Operating System Interaface        d) Portable Operating System Interface
D
3Q MQ_OPEN function is used for?
     a) Create POSIX msg queue b) Create System V msg queue   c) Both a & b     d) None
A
4Q. What is rpcgen?
    a) is a compiler                  b)is a assempler  c)is a compiler that generates stub                  d) is a assembler that generates stub
C
5Q. In shell programming, the comments are defined by?
     a) !                     b)#                          c) #!                        d) none of the above
B
6Q. Which signal will issue if an illegal mathematical operation is attempted?
     a)  SIGQUIT                    b)SIGFPE                                     c) SIGTERM                      d) both a & b        
B
7Q. Which signal will issue if the user sends an interrupt signal.
    a) SIGQUIT      b) SIGHUP            c) SIGINT             d) SIGFPE
C
8. Is select and poll, both functions are same?
     a) FALSE     b) TRUE   c) Both a & b   d) None of the above
A