logo

Crowdly

Browser

Додати до Chrome

Operating Systems Even Sem 24-25

Шукаєте відповіді та рішення тестів для Operating Systems Even Sem 24-25? Перегляньте нашу велику колекцію перевірених відповідей для Operating Systems Even Sem 24-25 в moodle.coep.org.in.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Given six memory partitions of 300 KB , 600 KB , 350 KB , 200 KB , 750 KB , and 125 KB (in order), how would the first-fit, best-fit, and worst-fit algorithms place processes of size 115 KB and 500 KB  (in order)?

Переглянути це питання
Map the virtual address to physical address in xv6
Переглянути це питання

Order the sequence of events, in scheduling process P1 after process P0

Переглянути це питання

Write the possible contents of the file /tmp/xyz after this program.

In the answer if you want to mention any non-text character, then write \0  For example abc\0\0 means abc followed by any two non-text characters

int main(int argc, char *argv[]) {

    int fd1, fd2, n, i;

    char buf[128];

    fd1 = open("/tmp/xyz", O_WRONLY | O_CREAT, S_IRUSR|S_IWUSR);

    write(fd1, "hello", 5);

    fd2 = open("/tmp/xyz", O_WRONLY, S_IRUSR|S_IWUSR);

    write(fd2, "bye", 3);

    close(fd1);

    close(fd2);

    return 0;

}

Переглянути це питання

Select all the correct statements about the process init on Linuxes/Unixes.

0%
0%
0%
0%
0%
0%
0%
Переглянути це питання

Select the sequence of events that are NOT possible, assuming a non-interruptible kernel code

(Note: non-interruptible kernel code means, if the kernel code is executing, then interrupts will be disabled).

Note: A possible sequence may have some missing steps in between. An impossible sequence will will have n and n+1th steps such that n+1th step can not follow n'th step.

0%
0%
0%
0%
0%
0%
Переглянути це питання

What will this program do?

int main() {

fork();

execl("/bin/ls", "/bin/ls", NULL);

printf("hello");

}

0%
0%
0%
0%
0%
Переглянути це питання

When you turn your computer ON, on BIOS based systems, you are often shown an option like "Press F9 for boot options". What does this mean?

0%
0%
0%
0%
Переглянути це питання

Select all the correct statements about bootloader.

Every wrong selection will deduct marks proportional to 1/n where n is total wrong choices in the question.

You will get minimum a zero.

0%
0%
0%
0%
0%
Переглянути це питання

Select all statements that correctly explain the use/purpose of system calls.

0%
0%
0%
0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.coep.org.in?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome