SUPERSTARWEBTECH

There is no elevator to success. You have to take the stairs. Take your first steps with SSWT!

CS604 current midterm paper subjective questions and MCQS from JUNE 15 to JUNE 26, SPRING 2019

Total Questions: 23
MCQS: 18

Subjective Question: 5 
3 and 5 marks questions
CS604 MID TERM SPRING 2019 
CURRENT PAPER NO. 1
CS605 OPERATING SYSTEMS current midterm paper Spring 2019

πŸ‘€ SEE ALSO: Course wise exam instructions

QUESTIONS
1. Binary semaphores are those that have only two values———
0 and n
0 and 0
0 and 1
None of the given options
2. Which register holds the smallest legal physical memory address for a process?
Base register
Limit register
Status register
None of the given options
3. Which command syntax is used, keyboard is detached and inputfile is attached to it, i.e.read input from input-file
cat > Students
cat < Students
cat 0> Students
4. Linux uses ___________ directory to store system configuration files.
/bin
/dev
/boot
/etc
5. ___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file,
database, etc.).
Critical analysis
Race condition
Latency
Critical section
6. OS helps manages the following except
Application software
Bus speed of the system
Memory
Virtual memory
7. You can use the ————- command to display the status of suspended and background processes
fg
bg
jobs
kill
8.  A ___ process produces information that is consumed by a ___ process.
consumer, producer
producer, consumer
merchandise, consumer
remaining not remembered but were easy

Share your paper of CS604 Also below πŸ‘‡ in comments with us and help others.

1. Do you think starvation in multilevel queue sheduling can be solved by multilevel feedback queue scheduling? How? Justify your answer with appropriate reasons.
2. What will the output of the following program:
a) When a child process executes
b) When a process fails to execute
c) When a parent process execute
//code
void main(){
int pid, status;
pid = fork();
if(pid == -1) {
printf(“Hello I am here!n”);
exit(1);
}
if(pid == 0) {
printf(“Welcome I am heren”);
exit(0);
}
else {
wait(&status);
printf(“Hi I am here!n”);
exit(0);
}
}
3. How a thread is created, also give conditions for which thread call fails?
4. When does critical section executes, give conditions?
5. Identify different operating system structures and provide their name.

Shared by: Anny

πŸ‘‰ Other recommended 2018 midterm papers: CS401 Current paper , CS610 current paper , CS602 current paper , CS504 current paper , MCM301 current paper 2018 , CS502 current paper 2018

Share your paper of CS604 Also below πŸ‘‡ in comments with us and help others.

Author

Anam Afzal

Anam Afzal

Hi, I'm a Pakistani freelancer with a passion for helping businesses achieve their online goals through no-code solutions. I specialize in WordPress customization and ManyChat automation, and I'm always on the lookout for new ways to use technology to make businesses more efficient and successful. I'm also a big believer in the power of no-code tools to democratize technology and make it accessible to everyone. I'm passionate about sharing my knowledge and helping others learn how to use no-code tools to create their own websites, automate their workflows, and grow their businesses. If you're looking for a reliable and experienced no-code developer, I'm here to help. Please feel free to contact me to discuss your project requirements.
SHARE THIS POST