Home > MCQs > IT & Programming > System Programming MCQs

System Programming MCQ

System Programming Quick Quiz

Question 1 of 10
  • Which of the following utilities would you use on a standard Linux system to debug a running application?

    Answer & Explanation

    Correct Answer: ptrace

    Note: This Question is unanswered, help us to find answer for this one

  • _____ are the systems special characteristics that appeal to users.

    Answer & Explanation

    Correct Answer: Features

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following sequences creates a socket based connection for communication?

    Answer & Explanation

    Correct Answer: socket, connect, listen, accept

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following commands can be used to generate a listing of all the shared libraries that an executable needs?

    Answer & Explanation

    Correct Answer: ldd

    Note: This Question is unanswered, help us to find answer for this one

  • An orphan process occurs as a result of which of the following conditions?

    Answer & Explanation

    Correct Answer: Parent process terminates before its child process

    Note: This Question is unanswered, help us to find answer for this one

  • How do two threads synchronize access to shared data in a multi threaded application?

    Answer & Explanation

    Correct Answer: pthread_mutex_lock

    Note: This Question is unanswered, help us to find answer for this one

  • You want a char * that will contain the timestamp as YYYYMMDD-hh:mm:ss . You would use:

    Answer & Explanation

    Correct Answer: strftime()

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following is employed by the operating system to speed up file IO on a Solaris system.

    Answer & Explanation

    Correct Answer: Page Cache

    Note: This Question is unanswered, help us to find answer for this one

  • You see the line: listen (s, 3); You are looking at code for:

    Answer & Explanation

    Correct Answer: A server's socket

    Note: This Question is unanswered, help us to find answer for this one

  • What does the command "mknod temp p" do?

    Answer & Explanation

    Correct Answer: It creates a named pipe.

    Note: This Question is unanswered, help us to find answer for this one

  • System Programming Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.