Advanced Operating System - Introduction to UNIX/Linux Kernel

Introduction to UNIX/Linux Kernel - System Structure, User Perspective, Assumptions about Hardware, Architecture : Link1

Introduction to UNIX/Linux Kernel MCQ & Answers

       Are you worried about the answers to Introduction to UNIX/Linux Kernel - System Structure, User Perspective, Assumptions about Hardware, Architecture of unix operating system questions? We have arranged the Show Answer button under the each question. Candidates can click on it to know the right option among the given alternatives. Furthermore, the applicants can check our web portal @ www.totalmcq.com to take part in more MCQ on various subject. Wish, the given information about the Introduction to UNIX/Linux Kernel MCQ will helpful to the advance and can learn the various types of questions and answers.


Q.1. Everything below the system call interface and above the physical hardware is known as -----.

A. Kernel
B. Bus
C. Shell
D. Stub

Q.2. ----- is a program that acts as an intermediary between a user of a computer and the computer hardware.

A. System Manager                                                                B. Application program
C. Operating system                                                          D. Source code

Q.3. What is UNIX?

A. an operating system
B. a text editor
C. programming language
D. software program

Q.4. In which language UNIX is written?

A. C++
B. Python
C. Java
D. C

Q.5. Which of the following is not a feature of UNIX?

A. Multitasking                                                      B. multiuser
C. portability                                                       D. easy to use

Q.6. Unix OS was first developed by -------.

A. Dennis Ritchie
B. Bjarne stroustrup
C. Ken Thompson
D. Brian Kernighan

Q.7. Unix OS was first developed at ---------.

A. Microsoft corp. USA                                                           B. AT & T Bell Labs, USA
C. IBM, USA                                                            D. Borland International, USA

Q.8. What is operating system?

A. collection of programs that manages hardware resources
B. system service provider to the application programs
C. link to interface the hardware and application programs
D. all of the above

Q.9. Which of the following system calls does not return control to the calling point, on termination?

A. fork
B. exec
C. brk
D. wait

Q.10. ----- system calls for control the size of memory allocated to a process.

A. brk
B. wait
C. fork
D. exit