logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What scheme does the Kernel in Unix System V follow while choosing a swap device among the multiple swap devices?


  • Correct Answer
  • Kernel follows Round Robin scheme choosing a swap device among the multiple swap devices in Unix System V 


  • Operating Systems problems


    Search Results


    • 1. Explain the popular multiprocessor thread-scheduling strategies.
    • Discuss
    • 2. What are the reasons for process suspension?
    • Discuss
    • 3. What is a binary semaphore? What is its use?
    • Discuss
    • 4. Define latency, transfer and seek time with respect to disk I/O.
    • Discuss
    • 5. What are the typical elements of a process image?
    • Discuss
    • 6. What is busy waiting?
    • Discuss
    • 7. Which among the following is not aprocess state in unix?

    • Options
    • A. Running
    • B. Runnable
    • C. Zombie
    • D. Stopped
    • Discuss
    • 8. A computer assisted method for the recording and analyzing of existing or hypothetical systems is

    • Options
    • A. Data transmission
    • B. Data capture
    • C. Data flow
    • D. Data processing
    • Discuss
    • 9. The program that is responsible for loading the operating system into RAM is the _______.

    • Options
    • A. BIOS
    • B. Bootstrap Program
    • C. Drive- Driver
    • D. Supervisor Program
    • Discuss
    • 10. A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where the old one is installed. Bob is currently able to run a Java chess program starting from his home directory /home/bob using the command: java -classpath /test:/home/bob/downloads/*.jar games.Chess Bob's CLASSPATH is set (at login time) to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?

    • Options
    • A. /test/Chess.class
    • B. /home/bob/Chess.class
    • C. /test/games/Chess.class
    • D. /user/lib/games/Chess.class
    • Discuss


    Comments

    There are no comments.

Enter a new Comment