Home / CSE MCQs / Linux MCQs :: Basic Linux

CSE MCQs :: Linux MCQs

  1. Which of these is not a Unix Flavor?
  2. A.
    BSD
    B.
    MAC
    C.
    AIX
    D.
    IRIX

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Which of the following statement is FALSE ?
  4. 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

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Which of the following UNIX flavor is from IBM?
  6. A.
    BSD
    B.
    Solaris
    C.
    HP-UX
    D.
    AIX

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. x86-32 uses which programming model?
  8. A.
    IP16
    B.
    IP32
    C.
    ILP16
    D.
    ILP32

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. What are the sizes of (Integer/Long/Pointer) in LP64 programming model?
  10. A.
    8/8/8
    B.
    4/4/8
    C.
    4/8/8
    D.
    4/8/4

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. Which among the following is used to write small programs to control Unix functionalities?
  12. A.
    Shell Commands
    B.
    Shell Script
    C.
    Filters
    D.
    C Language

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. What control character signals the end of the input file?
  14. A.
    ctrl + a
    B.
    ctrl + b
    C.
    ctrl + c
    D.
    ctrl + d

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. How do you get help about the command "cp?
  16. A.
    help cp
    B.
    man cp
    C.
    cd ?
    D.
    cd cp

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. To increase the response time and throughput, the kernel minimizes the frequency of disk access by keeping a pool of internal data buffer called
  18. A.
    Pooling
    B.
    Spooling
    C.
    Buffer cache
    D.
    Swapping

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. At start of process execution, STDOUT & STDERR
  20. A.
    Point to current terminal device
    B.
    Are closed
    C.
    Point to special files on the system
    D.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum