This document is a quiz for the Operating System course at Synergy Institute of Engineering and Technology, Dhenkanal, designed for B. Tech. & CSE students. It consists of 10 multiple-choice questions, each worth 0.5 marks, covering various topics related to Unix and shell scripting. The total marks for the quiz are 5, and it has a duration of 30 minutes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views2 pages
OSquiz 2
This document is a quiz for the Operating System course at Synergy Institute of Engineering and Technology, Dhenkanal, designed for B. Tech. & CSE students. It consists of 10 multiple-choice questions, each worth 0.5 marks, covering various topics related to Unix and shell scripting. The total marks for the quiz are 5, and it has a duration of 30 minutes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
SYNERGY INSTITUTE OF ENGINEERING AND TECHNOLOGY, DHENKANAL
Near NH-55, Banamali Prasad – 759001
Quiz-II
Full Marks-05 Duration-30 Min
Name- Registration No-
Subject with Code: Operating System (RCS5C203) Course & Branch: B. Tech. & CSE Year & Semester: 3rd & V Answer All Questions
Tick the Correct Answer/Answers
Course Outcome Total Marks Marks Secured Signature of Evaluator
CO2 05
1. Echo command is used for _______. [0.5 MARK]CO2[L2]
a) print message b) display details of command c) display error d) read message 2. Unix shell is both _____ &____ language. [0.5 MARK]CO2[L2] a) scripting, interpreter b) high level, low level c) interactive, responsive d) interpreter, executing 3. For storing the number of positional parameters what is used? [0.5 MARK]CO2[L2] a) $n c) $# b) $* d) $% 4. Will ______ first line of every shell script begins. [0.5 MARK]CO2[L2] a) & c) $ b) # d) ! 5. For > relation operator which command is used? [0.5 MARK]CO2[L2] a) -ls c) -gt b) -ne d) -lt 6. Process synchronization can be done on which of the following levels. [0.5 MARK]CO2[L2] a) Hardware c) both b) Software d) none 7. Return value of fork() can be represented as ________[0.5 MARK]CO2[L2] a) -1,>0,0 b) -1, <0 c) 0, <0,-1 d) None 8. To make scripts interactive ______ command is used . [0.5 MARK]CO2[L2] a) ip d) write b) Input c) read 9. _____ command is used to spawn a child of our own choice for running a script. [0.5 MARK]CO2[L2] a) .sh c) .ps b) .pr d) .$$ 10. _____ the unix option begins with the sign [0.5 MARK]CO2[L2] a) + c) ! b) ~ d) ? ALL THE BEST