12. | Match the following for Unix system calls: List – I List – II (a) exec (i) Creates a new process (b) brk (ii) Invokes another program overlaying memory space with a copy of an executable file (c) wait (iii) To increase or decrease the size of data region (d) fork (iv) A process synchronizes with termination of child process code: a b c d |
Discuss |
Answer: (a).(ii) (iii) (iv) (i)
|
13. | WOW32 is a : |
Discuss |
Answer: (d).Special execution environment used to run 16 bit Windows applications on 32 - bit machines
|
14. | The Unix command : $ vi file1 file2 |
Discuss |
Answer: (b).Both files i.e. file1 and file2 can be edited using 'ex' command to travel between the files
|
15. | _______ maintains the list of free disk blocks in the Unix file system. |
Discuss |
Answer: (c).Super block
|
16. | A part of Windows 2000 operating system that is not portable is |
Discuss |
Answer: (b).Virtual Memory Management
|
17. | Match the following with reference to Unix shell scripts : List-I List-II a. $? i. File name of the current script b. $# ii. List of arguments c. $0 iii. The number of arguments d. $* iv. Exit status of last command Codes: a b c d |
Discuss |
Answer: (c).iv iii i ii
|
18. | The output generated by the LINUX command : $ seq 1 2 10 will be |
Discuss |
Answer: (c).1 3 5 7 9
|
19. | In UNIX, ______________ creates three subdirectories: 'PIS' and two subdirectories 'progs' and data from just created subdirectory 'PIS'. |
Discuss |
Answer: (c).mkdir PIS PIS/progs PIS/data
|
20. | Which statement is not correct about “init” process in Unix? |
Discuss |
Answer: (c).It is the first process in the system.
|