operating systems Online Quiz - 89
Description: operating systems Online Quiz - 89 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
2 Does Linux supports multi-threading?
3 How to create devices/device files in Linux
4 What is a /dev/zero device in Linux?
5 What is /dev/full device in Linux?
6 What is /dev/random device?
7 Zombie process will have parent as init
8 The correct set of sequence for file operations for a file say 'test'
9 Difference between fork() & vfork()
10 How can I get/set an environment variable from a program?
11 What does alarm() do
12 What is a shared memory
13 What is a zombie interval?
14 How do I get my program to act like a daemon?
15 Why do processes never decrease in size?
16 How can I find out if someone else has a file open?
17 How do I `lock' a file?
18 How do I find the size of a file inside a program?
19 How can I tell how much memory my system has?
21 What is a socket
22 What is a semaphore