Search

Quiz on chapter 1 of book Linux Device Drivers (LDD3

Quiz on chapter 1 of book Linux Device Drivers (LDD3)

Linux Device Drivers (LDD3)

  1. A device driver provides

  2. Policy
    Mechanism
    Policy and Mechanism
    Neither of them

  3. A piece of code that can be added to kernel at runtime is called as

  4. Model
    Program
    Module
    Kernel Code

  5. /dev/consosle is a

  6. Character Device
    Block Device
    Network Device
    USB Device

  7. To link an object code dynamically to the running kernel we can use the command

  8. insert
    modins
    inmod
    insmod

  9. Who is allowed to load modules into the kernel ?

  10. Superuser
    All users
    Kernel
    No body

  11. The linux is versioned under which license ?

  12. GNU GPL 1
    No license
    GNU GPL 2
    NON GNU GPL

  13. Which of the following is not a class of devi ce

  14. Character
    String
    Block
    Network

  15. Third party softwares should be treated with care to take care of the

  16. Security of kernel
    Look of the kernel
    Language of the kernel
    Length of the code

  17. Is it possible to compile the linux kernel with not support for modules ?

  18. Yes
    No
    Depends on the Compiler
    Depends on the architecture

  19. Linux supports only i386 architecture true or false ?

  20. True
    False
    Depends on the compiler
    It supports only one other architecture.

No comments:

Post a Comment