Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help. I am stuck 1. a. The subcommands in the following Unix command ls | more are executed _________. depends on system config in

Please help. I am stuck

1.

a. The subcommands in the following Unix command ls | more are executed _________.

depends on system config

in parallel

concurrently

sequentially

b.

Which of the following is not preemptive scheduling algorithm?

Shortest Job First

First Come First Serve

Round Robin

Priority scheduling

c. Which of the following statements is correct?

After executing exec() method, a new program is loaded to the child process memory space

After creating, the child process executes concurrently with the parent process

The child process duplicates the parent process when it is created

All of them

d.

________ is the time interval between the finished time of the process and the submission time of such a process.

Response time

Waiting time

Turnaround time

CPU Utilization

e.

Which of the following statements on thread creation is correct? (choose the best one)

Thread creation involves mapping memory segment, copying open files, and variables.

Thread creation uses less resources than process creation.

Thread creation involves allocating registers, stack, and PC.

Thread creation involves allocating registers, stack, and PC which consume less resources than creating process.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Query Formulation And Administration Using Oracle And PostgreSQL

Authors: Michael Mannino

8th Edition

1948426951, 978-1948426954

More Books

Students also viewed these Databases questions

Question

1. What might have led to the misinformation?

Answered: 1 week ago