Pages: [1]   Go Down
  Send this topic  |  Print  
Author
[EN] [PL] [ES] [PT] [IT] [DE] [FR] [NL] [TR] [SR] [AR] [RU]
Topic: CS604 MCQ for Final Term, Mid term, Quizes and Assignments, Free MCQcs604  (Read 1535 times)
0 Members and 5 Guests are viewing this topic.
admin
Administrator
Hero Member
*****

Ranking: 200
Offline Offline

Posts: 16074


Looking for some members that can help other students in Studies


« on: July 17, 2011, 02:45:31 PM »




Quiz Start Time: 05:28 PM  Time Left  85
sec(s)   
 
 
Question # 10 of 10 ( Start time: 05:32:27 PM )  Total Marks: 1 
You can use the mv file1 file2 command to move ______________ 
Select correct option: 
 
 file1 to file2.
 
 file 2 to file 1
 
 this command will not work for moving files
 
 None of the option is correct.

 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  86
sec(s)   
 
 
Question # 1 of 10 ( Start time: 05:36:22 PM )  Total Marks: 1 
Shared libraries and kernel modules are stored in _____________ directory. 
Select correct option: 
 
 /bin
 
 /dev
 
 /boot
 
 /lib
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  86
sec(s)   
 
 
Question # 2 of 10 ( Start time: 05:36:33 PM )  Total Marks: 1 
___________ is also called Swapper. 
Select correct option: 
 
 Long term

 
 Short term
 
 Medium term
 
 Swap space
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  83
sec(s)   
 
 
Question # 3 of 10 ( Start time: 05:36:44 PM )  Total Marks: 1 
__________ directory includes essential system boot files including the kernel image. 
Select correct option: 
 
 /bin
 
 /boot
 
 /dev
 
 /etc
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  86
sec(s)   
 
 
Question # 4 of 10 ( Start time: 05:38:03 PM )  Total Marks: 1 
Swapper is also termed as Short term scheduler. 
Select correct option: 
 
 True
 
 False
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  77
sec(s)   
 
 
Question # 5 of 10 ( Start time: 05:38:12 PM )  Total Marks: 1 
The process id returned to the child process after successful fork system call execution is ______. 
Select correct option: 
 
 0
 1
 2
 3
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  83
sec(s)   
 
 
Question # 6 of 10 ( Start time: 05:38:30 PM )  Total Marks: 1 
____ command display the status of a process. 
Select correct option: 
 
 ls
 
 ps
 
 gcc
 
 cat
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  85
sec(s)   
 
 
Question # 7 of 10 ( Start time: 05:38:41 PM )  Total Marks: 1 
You can use the mv file1 file2 command to move ______________ 
Select correct option: 
 
 file1 to file2.
 
 file 2 to file 1
 
 this command will not work for moving files
 
 None of the option is correct.

 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  85
sec(s)   
 
 
Question # 8 of 10 ( Start time: 05:38:52 PM )  Total Marks: 1 
__________ commands in Linux is used to copy file 
Select correct option: 
 
 ls
 
 cp
 
 mv
 
 mkdir
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  84
sec(s)   
 
 
Question # 9 of 10 ( Start time: 05:39:03 PM )  Total Marks: 1 
Using _________system, we can create a new process in Linux. 
Select correct option: 
 
 fork
 
 exec
 
 wait
 
 exit
 
 

     
 
 
 




Quiz Start Time: 05:36 PM  Time Left  88
sec(s)   
 
 
Question # 10 of 10 ( Start time: 05:39:14 PM )  Total Marks: 1 
The manual pages can be read in Linux using ____ command. 
Select correct option: 
 
 man
 
 wan
 
 desc
 
 help
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  88
sec(s)   
 
 
Question # 1 of 10 ( Start time: 05:40:38 PM )  Total Marks: 1 
In Unix/ Linux, by default the standard output file is attached to the ___________ 
Select correct option: 
 
 File
 
 Screen
 
 Printer
 
 Scanner
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  88
sec(s)   
 
 
Question # 2 of 10 ( Start time: 05:40:46 PM )  Total Marks: 1 
Cooperating processes never share any data, code, memory or state. 
Select correct option: 
 
 True
 
 False
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  86
sec(s)   
 
 
Question # 3 of 10 ( Start time: 05:41:08 PM )  Total Marks: 1 
_____ system call is used to write to a file or FIFO or any other IPC channel. 
Select correct option: 
 
 read
 
 write
 
 open
 
 fork
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  84
sec(s)   
 
 
Question # 4 of 10 ( Start time: 05:41:56 PM )  Total Marks: 1 
A Process ‘A’ that has finished working but its parent process has also finished its execution. In this state the process ‘A’ will be called as _____ process. 
Select correct option: 
 
 Child
 
 Thread
 
 Zombie
 
 Fork
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  87
sec(s)   
 
 
Question # 5 of 10 ( Start time: 05:42:40 PM )  Total Marks: 1 
A parent process calling __________ system call will be suspended until children process terminates. 
Select correct option: 
 
 wait
 
 fork
 
 exit
 
 exec
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  88
sec(s)   
 
 
Question # 6 of 10 ( Start time: 05:43:57 PM )  Total Marks: 1 
If your processor does not have two slots empty in Per Process File Descriptor Table, then your _________ system call will fail. 
Select correct option: 
 
 Pipe
 
 Read
 
 Write
 
 Open
 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  88
sec(s)   
 
 
Question # 7 of 10 ( Start time: 05:45:23 PM )  Total Marks: 1 
The process id returned to the child process after successful fork system call execution is ______. 
Select correct option: 
 
 0
 1
 2
 3
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  78
sec(s)   
 
 
Question # 9 of 10 ( Start time: 05:45:46 PM )  Total Marks: 1 
You can use the mv file1 file2 command to move ______________ 
Select correct option: 
 
 file1 to file2.
 
 file 2 to file 1
 
 this command will not work for moving files
 
 None of the option is correct.

 
 

     
 
 
 




Quiz Start Time: 05:40 PM  Time Left  88
sec(s)   
 
 
Question # 10 of 10 ( Start time: 05:46:18 PM )  Total Marks: 1 
__________ scheduler selects the process from the job pool and put them in main memory. 
Select correct option: 
 
 Long term
 
 Short term
 
 Medium term
 
 Swapper
 
 

     
 


     

Logged
Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to:  

Get Daily Ayat & Ahadith. To subscribe simply write JOIN ysa1 in sms send it to 8002. for Quotation, Recipes, Joke, Words alerts click here


Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC | Page created in 0.237 seconds with 19 queries.