MCQ Tutorial Search
Home Search Add Question Today's History Discussion Board Job Portal Linux Linux Basics File and Folder
Environment Command

Process

Memory Shell Programming Mock Test Contact Feedback
                        
Home
Search
Add Question
Today's History
Discussion Board
Job Portal
Linux
Linux Basics
File and Folder
Environment
Command

Process

Memory
Shell Programming
Mock Test
Subscribe/Unsubscribe
Email:
Social Media
Facebook

Misc Tutorials

References

Question and Answer Tutorial
Tutorials Point
Stack Overflow

MCQ Tutorial - Linux->Process

First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next Last
                        
61.) Solaris real time class priority is
Options are:
A.) 0-59
B.) 160-169
C.) 100-159
D.) 60-99
62.) How many times printf() will be executed in the below mentioned program?

    main() {
        int i;

        for (i = 0; i < 4; i++)
        fork();
    
        printf("my pid = %d
", getpid());
    }
Options are:
A.) 32
B.) 16
C.) 4
D.) 8
63.) How do you get parent process identification number?
Options are:
A.) getppid()
B.) parentid()
C.) waitpid
D.) getpid()
64.) Fork returns _____ to parent process on success
Options are:
A.) 0
B.) Parent process id
C.) None of the options
D.) Child process id
65.) In Linux kernel-2.6 Real time priority ranges from
Options are:
A.) 0 to 99
B.) 100 to 139
C.) 0 to 139
D.) -20 to 19
                        
First Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next Last
Comment:
Name:Email:
Contact No.:
Copyright © 2014 by SBJ Group. All Rights Reserved. Developed and maintained by SBJ Group. Supported on Internet Explorer browser only